PC Review


Reply
 
 
=?Utf-8?B?U0FM?=
Guest
Posts: n/a
 
      5th Sep 2007
Hi Everyone,

In column A, Rows 1-3, I have entries A, B, and C. When I highlight the
three rows and drag the data fill handle down, I get a repeat of A, B and C
all the way down. I was thinking I would get D, E, F, etc. Am I doing
something wrong or is there a setting that needs to be changed somewhere?

Thanks,
SAL
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UHJhbmF2IFZhaWR5YQ==?=
Guest
Posts: n/a
 
      5th Sep 2007
Hi SAL,

To the best of my knowledge, this is governed by the custom list setting of
Excel.
If you want to use this more often then, goto
Tools-->Options-->Custom Lists
here type A,B,C...Y,Z one below the other and add this list to the existing
list of values.

Once this is done you can get the desired ouuput on dragging the selection.

HTH,
--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"SAL" wrote:

> Hi Everyone,
>
> In column A, Rows 1-3, I have entries A, B, and C. When I highlight the
> three rows and drag the data fill handle down, I get a repeat of A, B and C
> all the way down. I was thinking I would get D, E, F, etc. Am I doing
> something wrong or is there a setting that needs to be changed somewhere?
>
> Thanks,
> SAL

 
Reply With Quote
 
=?Utf-8?B?U0FM?=
Guest
Posts: n/a
 
      5th Sep 2007
The idea was not to type all of the entries, which is what I'm trying not to
do. The list will go from A to IV, like the column headings in Excel, only
that I will be data filling them down (not across). Isn't this suppose to be
a default in Excel.

I'm hoping it doesn't need to be typed manually.

Thanks,
SAL


"Pranav Vaidya" wrote:

> Hi SAL,
>
> To the best of my knowledge, this is governed by the custom list setting of
> Excel.
> If you want to use this more often then, goto
> Tools-->Options-->Custom Lists
> here type A,B,C...Y,Z one below the other and add this list to the existing
> list of values.
>
> Once this is done you can get the desired ouuput on dragging the selection.
>
> HTH,
> --
> Pranav Vaidya
> VBA Developer
> PN, MH-India
> If you think my answer is useful, please rate this post as an ANSWER!!
>
>
> "SAL" wrote:
>
> > Hi Everyone,
> >
> > In column A, Rows 1-3, I have entries A, B, and C. When I highlight the
> > three rows and drag the data fill handle down, I get a repeat of A, B and C
> > all the way down. I was thinking I would get D, E, F, etc. Am I doing
> > something wrong or is there a setting that needs to be changed somewhere?
> >
> > Thanks,
> > SAL

 
Reply With Quote
 
=?Utf-8?B?UHJhbmF2IFZhaWR5YQ==?=
Guest
Posts: n/a
 
      5th Sep 2007
I think it still needs to be typed manually, but only once.
Once entered, it can be used in any direction (down or across)
--
Pranav Vaidya
VBA Developer
PN, MH-India
If you think my answer is useful, please rate this post as an ANSWER!!


"SAL" wrote:

> The idea was not to type all of the entries, which is what I'm trying not to
> do. The list will go from A to IV, like the column headings in Excel, only
> that I will be data filling them down (not across). Isn't this suppose to be
> a default in Excel.
>
> I'm hoping it doesn't need to be typed manually.
>
> Thanks,
> SAL
>
>
> "Pranav Vaidya" wrote:
>
> > Hi SAL,
> >
> > To the best of my knowledge, this is governed by the custom list setting of
> > Excel.
> > If you want to use this more often then, goto
> > Tools-->Options-->Custom Lists
> > here type A,B,C...Y,Z one below the other and add this list to the existing
> > list of values.
> >
> > Once this is done you can get the desired ouuput on dragging the selection.
> >
> > HTH,
> > --
> > Pranav Vaidya
> > VBA Developer
> > PN, MH-India
> > If you think my answer is useful, please rate this post as an ANSWER!!
> >
> >
> > "SAL" wrote:
> >
> > > Hi Everyone,
> > >
> > > In column A, Rows 1-3, I have entries A, B, and C. When I highlight the
> > > three rows and drag the data fill handle down, I get a repeat of A, B and C
> > > all the way down. I was thinking I would get D, E, F, etc. Am I doing
> > > something wrong or is there a setting that needs to be changed somewhere?
> > >
> > > Thanks,
> > > SAL

 
Reply With Quote
 
Peo Sjoblom
Guest
Posts: n/a
 
      5th Sep 2007
No, it is not supposed to be that way by default. You need to create it once
as a custom list then add that lists and from then on it will be available


Here's a formula so you don't have to type in all values by hand

in an empty sheet put this in A1

=SUBSTITUTE(ADDRESS(1,ROW(),4),1,"")

copy down to A256


while still selected copy A1:A256 and paste special as values in place.
While still selected do tools>options>custom lists and then import the list


--
Regards,

Peo Sjoblom





"SAL" <(E-Mail Removed)> wrote in message
news:919BE7E9-D326-4F10-B5D0-(E-Mail Removed)...
> The idea was not to type all of the entries, which is what I'm trying not
> to
> do. The list will go from A to IV, like the column headings in Excel,
> only
> that I will be data filling them down (not across). Isn't this suppose to
> be
> a default in Excel.
>
> I'm hoping it doesn't need to be typed manually.
>
> Thanks,
> SAL
>
>
> "Pranav Vaidya" wrote:
>
>> Hi SAL,
>>
>> To the best of my knowledge, this is governed by the custom list setting
>> of
>> Excel.
>> If you want to use this more often then, goto
>> Tools-->Options-->Custom Lists
>> here type A,B,C...Y,Z one below the other and add this list to the
>> existing
>> list of values.
>>
>> Once this is done you can get the desired ouuput on dragging the
>> selection.
>>
>> HTH,
>> --
>> Pranav Vaidya
>> VBA Developer
>> PN, MH-India
>> If you think my answer is useful, please rate this post as an ANSWER!!
>>
>>
>> "SAL" wrote:
>>
>> > Hi Everyone,
>> >
>> > In column A, Rows 1-3, I have entries A, B, and C. When I highlight
>> > the
>> > three rows and drag the data fill handle down, I get a repeat of A, B
>> > and C
>> > all the way down. I was thinking I would get D, E, F, etc. Am I doing
>> > something wrong or is there a setting that needs to be changed
>> > somewhere?
>> >
>> > Thanks,
>> > SAL



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically fill in data based on data in another field in the table ChadK Microsoft Access Forms 1 15th Feb 2007 08:20 PM
Re: Link Excel data to Word Form with automatic fill of other data Cindy M. Microsoft Word Document Management 0 19th Jan 2007 10:52 AM
I have a list of data, fill in the gaps. FILL function won't work =?Utf-8?B?VHJpdg==?= Microsoft Excel Misc 1 17th Sep 2005 02:33 PM
Pre-fill form fields with data from a different data source Damian Microsoft Access Forms 0 10th Dec 2003 02:29 PM
Pre-fill form fields with data from a different data source Damian Microsoft Access Forms 0 9th Dec 2003 04:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:29 AM.