Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
insert date | Excel Worksheet Functions | |||
Color cell validation? | Excel Discussion (Misc queries) | |||
HELP| populate cell with particular value based on multiple condit | Excel Worksheet Functions | |||
How can I populate an Excel cell based on the data in another cell | Excel Worksheet Functions | |||
How to create a List inside a cell? | Excel Discussion (Misc queries) |