Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I populate an entire row by choosing one cell from a list

I need to create a spreadsheet template that is used multiple times daily.
The list source is on one worksheet and the template is on the other sheet.

I want to be able to choose one value in the list, and have the adjacent
cells in the cell's source list row automatically populate on the template.
for example:

Source List:

NAME AGE HEIGHT WEIGHT
jones 27 72' 210lbs
smith 32 68' 185lbs

On the template page, I would like to be able to choose the name "jones",
and have the age, height, and weight automatically populate on the template.

Thanks in advance for your assistance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I populate an entire row by choosing one cell from a list

You could use Data Validation to create a drop-down for entering the name and a
lookup table and VLOOKUP formulas to return the Age, Height and Weight.

See Debra Dalgleish's site for more info on these two.

http://www.contextures.on.ca/xlDataVal01.html

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP

On Sat, 26 Aug 2006 11:53:02 -0700, jumpmaster_france
wrote:

I need to create a spreadsheet template that is used multiple times daily.
The list source is on one worksheet and the template is on the other sheet.

I want to be able to choose one value in the list, and have the adjacent
cells in the cell's source list row automatically populate on the template.
for example:

Source List:

NAME AGE HEIGHT WEIGHT
jones 27 72' 210lbs
smith 32 68' 185lbs

On the template page, I would like to be able to choose the name "jones",
and have the age, height, and weight automatically populate on the template.

Thanks in advance for your assistance.


Gord Dibben MS Excel MVP
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default How do I populate an entire row by choosing one cell from a li

That is what I thought, but could not wrap my mind around the vlookup.

Using the vlookup tutorial provided, I was able to figure it out.

The other problem I had was that there are times when lines in the template
would not have entries, and how to make the adjacent cells appear blank
instead of the #N/A error. The problem was solved using the following
formula.

=IF(A10,VLOOKUP(A1,Sheet2!A$1:C$31,2),"")

Thanks for the help.

"Gord Dibben" wrote:

You could use Data Validation to create a drop-down for entering the name and a
lookup table and VLOOKUP formulas to return the Age, Height and Weight.

See Debra Dalgleish's site for more info on these two.

http://www.contextures.on.ca/xlDataVal01.html

http://www.contextures.on.ca/xlFunctions02.html


Gord Dibben MS Excel MVP

On Sat, 26 Aug 2006 11:53:02 -0700, jumpmaster_france
wrote:

I need to create a spreadsheet template that is used multiple times daily.
The list source is on one worksheet and the template is on the other sheet.

I want to be able to choose one value in the list, and have the adjacent
cells in the cell's source list row automatically populate on the template.
for example:

Source List:

NAME AGE HEIGHT WEIGHT
jones 27 72' 210lbs
smith 32 68' 185lbs

On the template page, I would like to be able to choose the name "jones",
and have the age, height, and weight automatically populate on the template.

Thanks in advance for your assistance.


Gord Dibben MS Excel MVP

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
insert date Larry Excel Worksheet Functions 28 July 15th 06 02:41 AM
Color cell validation? jjh Excel Discussion (Misc queries) 4 July 9th 06 02:04 AM
HELP| populate cell with particular value based on multiple condit doon Excel Worksheet Functions 7 February 13th 06 11:26 PM
How can I populate an Excel cell based on the data in another cell JerseyBoy Excel Worksheet Functions 3 September 30th 05 03:53 PM
How to create a List inside a cell? Msantos Excel Discussion (Misc queries) 6 September 13th 05 12:05 AM


All times are GMT +1. The time now is 04:56 PM.

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"