Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm not the most computer friendly person so Ill my best try to decade what
I want to do: Fist my reference has three columns: Column A Column B Column C Item Name Cost Level Some Items have different cost to them (some different cost for different levels) (I have put into list) Where I want the information displayed I have the Items Names as a List. And I want to use the vlookup to display the (cost and level) in the next to columns. Is there a way that vlookup can read the lists in my reference. It just displays it as a blank cell. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Say your datalist is in A1 to C50. Say your drop-down list is in F1, and you want to display the cost in G1, and the level in H1. Enter this formula in G1: =IF(F1="","",VLOOKUP($F1,$A$1:$C$50,COLUMN(B1),0)) Then, copy this formula to H1. Now, each change of the choice in the drop-down list will result in the appropriate price and level being displayed in G1 and H1. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "john" wrote in message ... I'm not the most computer friendly person so Ill my best try to decade what I want to do: Fist my reference has three columns: Column A Column B Column C Item Name Cost Level Some Items have different cost to them (some different cost for different levels) (I have put into list) Where I want the information displayed I have the Items Names as a List. And I want to use the vlookup to display the (cost and level) in the next to columns. Is there a way that vlookup can read the lists in my reference. It just displays it as a blank cell. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
john
See Debra Dalgleish's site for more on VLOOKUP and Data Validation lists for entering the choices. http://www.contextures.on.ca/xlFunctions02.html http://www.contextures.on.ca/xlDataVal01.html Note the section on using DV lists from another worksheet by naming the list. Gord Dibben MS Excel MVP On Sun, 20 May 2007 07:19:00 -0700, john wrote: I'm not the most computer friendly person so I’ll my best try to decade what I want to do: Fist my reference has three columns: Column A Column B Column C Item Name Cost Level Some Items have different cost to them (some different cost for different levels) (I have put into list) Where I want the information displayed I have the Items Names as a List. And I want to use the vlookup to display the (cost and level) in the next to columns. Is there a way that vlookup can read the lists in my reference. It just displays it as a blank cell. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I add a drop-down list to a Vlookup? | Excel Worksheet Functions | |||
Can I add a drop-down list to a Vlookup? | Excel Worksheet Functions | |||
Drop Down List + VLOOKUP | Excel Worksheet Functions | |||
VLOOKUP? Need to have value returned when select from drop-down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |