#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Autofill columns

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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default Autofill columns

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.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Autofill columns

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.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 258
Default Autofill columns

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
ToolsOptionsEditEnable 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autofill counting up Columns and Rows! fantomet Excel Worksheet Functions 5 December 14th 06 12:57 PM
Autofill Greg Excel Discussion (Misc queries) 2 November 2nd 06 01:03 AM
autofill grambo Excel Discussion (Misc queries) 1 October 9th 06 02:55 AM
autofill information from rows to columns without using transpose Rayce Excel Discussion (Misc queries) 1 September 4th 05 01:44 AM
Autofill: Need to autofill one week block, (5) weekday only into cells. dstock Excel Discussion (Misc queries) 1 June 17th 05 08:21 PM


All times are GMT +1. The time now is 04:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"