PC Review


Reply
Thread Tools Rate Thread

Autofill columns

 
 
=?Utf-8?B?cmVsbw==?=
Guest
Posts: n/a
 
      2nd Jul 2007
In my spreadsheet I have columns for:

Fname, Lname, wk_phone, Fax_phone

I would like these rows auto filled when I begin to type the firstname. They
also need to be kept seperate because different fields are used in mail merge
documents.

I am a novice at this.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?cGRiZXJnZXI=?=
Guest
Posts: n/a
 
      2nd Jul 2007
Relo --

Sorry, but I don't understand. Where is the data from which you'll pull to
autofill the columns? Or do you want to type in the first few letters of a
name and have it complete the cell? Or do you want to put in the last name,
and have it suggest the first and the phone number, etc.

"relo" wrote:

> In my spreadsheet I have columns for:
>
> Fname, Lname, wk_phone, Fax_phone
>
> I would like these rows auto filled when I begin to type the firstname. They
> also need to be kept seperate because different fields are used in mail merge
> documents.
>
> I am a novice at this.

 
Reply With Quote
 
=?Utf-8?B?cmVsbw==?=
Guest
Posts: n/a
 
      3rd Jul 2007
I would like to type the first few letters and have it complete the next few
cells. These would be names,phone etc that appear many times in my spread
sheet.

"pdberger" wrote:

> Relo --
>
> Sorry, but I don't understand. Where is the data from which you'll pull to
> autofill the columns? Or do you want to type in the first few letters of a
> name and have it complete the cell? Or do you want to put in the last name,
> and have it suggest the first and the phone number, etc.
>
> "relo" wrote:
>
> > In my spreadsheet I have columns for:
> >
> > Fname, Lname, wk_phone, Fax_phone
> >
> > I would like these rows auto filled when I begin to type the firstname. They
> > also need to be kept seperate because different fields are used in mail merge
> > documents.
> >
> > I am a novice at this.

 
Reply With Quote
 
=?Utf-8?B?cGRiZXJnZXI=?=
Guest
Posts: n/a
 
      3rd Jul 2007
Relo --

A couple of things to try:

1) For textual data, Excel automatically starts filling in from the entries
already created in the column (unless you turn this feature off at
>Tools>Options>Edit>Enable AutoComplete). So just start creating the list,

and you'll see it start to autofill from entries previously made. This
approach doesn't work with numeric data, however, so:

2) If you right-click on the blank cell, it will create a list of
previously-entered items in that column, including numeric data, from which
you can choose.

3) The 3rd option is I think what you're looking for -- VLOOKUP. Depending
on thesize of the group of which you're keeping track, you could just put in
the first name, or the last, and it would automatically look up the other
info. There's a lot written about VLOOKUP (or HLOOKUP). Basically, you'd
create a table, probably on another page, iwth all the data you'd want to
look up. The index data (what you'd use to search the table with) is either
on the left (for VLOOKUP) or on top (for HLOOKUP). It might look like:

FName LName Phone
Jane Doe 555-1212
John Smith 555-2121
Richard Black 555-2211
etc.

It would be best to create a named range of this data, perhaps called
'People".

In the data you're now capturing, a simplified version would be:
A B
1 First Last
2 Richard =VLOOKUP(A2,People,2)

HTH

"relo" wrote:

> I would like to type the first few letters and have it complete the next few
> cells. These would be names,phone etc that appear many times in my spread
> sheet.
>
> "pdberger" wrote:
>
> > Relo --
> >
> > Sorry, but I don't understand. Where is the data from which you'll pull to
> > autofill the columns? Or do you want to type in the first few letters of a
> > name and have it complete the cell? Or do you want to put in the last name,
> > and have it suggest the first and the phone number, etc.
> >
> > "relo" wrote:
> >
> > > In my spreadsheet I have columns for:
> > >
> > > Fname, Lname, wk_phone, Fax_phone
> > >
> > > I would like these rows auto filled when I begin to type the firstname. They
> > > also need to be kept seperate because different fields are used in mail merge
> > > documents.
> > >
> > > I am a novice at this.

 
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
Autofill with different Columns rockytopfan4ever Microsoft Excel Misc 0 30th Jul 2008 05:56 PM
Autofill dynamic no. of rows and columns YehWei@gmail.com Microsoft Excel Programming 4 11th Oct 2005 01:54 AM
AutoFill columns Charlie Microsoft Excel Programming 4 15th Apr 2005 06:01 PM
Re: Autofill across columns Tom Ogilvy Microsoft Excel Programming 0 18th May 2004 05:01 PM
Autofill table columns melody Microsoft Access Macros 8 17th Oct 2003 01:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:09 AM.