Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,069
Default vlookup (a drop list)

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default vlookup (a drop list)


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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default vlookup (a drop list)

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
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
Can I add a drop-down list to a Vlookup? dsharb52 Excel Worksheet Functions 1 July 11th 06 11:28 PM
Can I add a drop-down list to a Vlookup? dsharb52 Excel Worksheet Functions 0 July 11th 06 10:44 PM
Drop Down List + VLOOKUP Bonbon Excel Worksheet Functions 1 March 12th 06 04:42 PM
VLOOKUP? Need to have value returned when select from drop-down list Budamon Excel Worksheet Functions 2 November 13th 05 09:05 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM


All times are GMT +1. The time now is 02:15 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"