Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,388
Default Using a drop-down list to lookup

Hi. I'm hoping someone can give me some pointers on this.
I'm using Excel to produce a quote style system. I've got a drop-down list
to select different items of equipment. I have all the equipment items with
their prices on the worksheet. I then need to construct a lookup table so
that when an item is selected from the list its price appears in the column
next to it. I tried using IF functions but the list is pretty big and I
couldnt work out how to set totally separate IF commands for one cell. These
prices are then totalled up, but I've got that sorted.

Any ideas? Many thanks people!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Using a drop-down list to lookup

assume the dropdown list box is done with data validation in cell B9 and you
want the price in C9. Further, assume you equipment list is in a sheet
named Data, with names corresponding to the dropdown in Column A and prices
in Column B.

In C9 put in a formula

=if(B9="","",Vlookup(B9,Data!A1:B500,2,False))

--
Regards,
Tom Ogilvy


"Dave" wrote in message
...
Hi. I'm hoping someone can give me some pointers on this.
I'm using Excel to produce a quote style system. I've got a drop-down list
to select different items of equipment. I have all the equipment items

with
their prices on the worksheet. I then need to construct a lookup table so
that when an item is selected from the list its price appears in the

column
next to it. I tried using IF functions but the list is pretty big and I
couldn't work out how to set totally separate IF commands for one cell.

These
prices are then totalled up, but I've got that sorted.

Any ideas? Many thanks people!



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
use v lookup from a drop down list Retired Bill[_2_] Excel Worksheet Functions 5 March 12th 09 11:23 PM
Using Lookup to locate Price from Drop-down List Koomba Excel Worksheet Functions 2 September 22nd 08 06:25 AM
Drop-down list with Lookup function? jmc784 Excel Discussion (Misc queries) 2 July 11th 08 04:43 PM
Drop Down List choice selecting another drop down list CVD0722 Excel Worksheet Functions 3 October 31st 06 01:02 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 01:51 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"