Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
richy007
 
Posts: n/a
Default Dro pdown list formulas

I have a table of product and prices and i want to create a drop down list to
select product with a formulae in another cell that returns the relevant
retail price dependant on the product selected from the drop down list, with
another cell returning the cost price
  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Name Table the 2-column list of products and prices.

Data validate the cells of interest with Allow set to List and Source
set to:

=INDEX(Table,0,1)

Let A2 on some sheet be such a data validated cell. In B2 you can invoke:

=VLOOKUP(A2,Table,2,0)

to retrieve the price associated with the product selected in A2.

richy007 wrote:
I have a table of product and prices and i want to create a drop down list to
select product with a formulae in another cell that returns the relevant
retail price dependant on the product selected from the drop down list, with
another cell returning the cost price

  #3   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

You can use data validation to create a drop down list. There are
instructions in Excel's Help and he

http://www.contextures.com/xlDataVal01.html

In adjacent cells, you can use a VLookup formula to return the price
from your price list. There's an example he

http://www.contextures.com/xlOrderForm01.html

richy007 wrote:
I have a table of product and prices and i want to create a drop down list to
select product with a formulae in another cell that returns the relevant
retail price dependant on the product selected from the drop down list, with
another cell returning the cost price



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

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
list 1 has 400 names List 2 has 4000. find manes from list 1 on 2 Ed Excel Worksheet Functions 5 September 12th 05 09:48 AM
Applying formulas only to the subtotals of a data list KG Excel Discussion (Misc queries) 5 September 10th 05 11:16 PM
find names on list 1 in list 2. list 1 4000 names list 2 400 name Ed Excel Worksheet Functions 1 September 4th 05 12:48 AM
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Creating a list from an existing list. Jad Excel Worksheet Functions 1 October 29th 04 06:00 AM


All times are GMT +1. The time now is 05:37 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"