Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
trspds
 
Posts: n/a
Default How do I tie prices to a drop down list of products in excel?

How do I tie prices to a drop down list of products in excel? I have a column
of products that I turned into a drop down box and I have a column of prices
that I want to fill in when I select an item from the drop down list.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default How do I tie prices to a drop down list of products in excel?

Assuming that the prices are precede by the product in the form of a lookup
table, you can use VLOOKUP

=VLOOKUP(A1,$M$1:$N$20,2,False)

where A1 is the DV cell, M1:N20 is the lookup table

--

HTH

RP
(remove nothere from the email address if mailing direct)


"trspds" wrote in message
...
How do I tie prices to a drop down list of products in excel? I have a

column
of products that I turned into a drop down box and I have a column of

prices
that I want to fill in when I select an item from the drop down list.




  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default How do I tie prices to a drop down list of products in excel?

You can use a Lookup table and VLOOKUP formula.

Assumptions.........

You have products in A1:A12

You have prices in B1:B12

In C1 you have your DV drop-down with the products list.

In D1 enter =VLOOKUP(C1,A1:B12,2,FALSE)


Gord Dibben Excel MVP

On Fri, 2 Dec 2005 10:45:03 -0800, trspds
wrote:

How do I tie prices to a drop down list of products in excel? I have a column
of products that I turned into a drop down box and I have a column of prices
that I want to fill in when I select an item from the drop down list.

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
drop down list in Excel B9 Excel Worksheet Functions 2 November 18th 05 03:41 AM
Excel Question: Can I add images to a drop down list box? Croucho New Users to Excel 5 September 18th 05 12:32 AM
How do I choose from the drop down list in excel Davida Excel Discussion (Misc queries) 7 September 8th 05 05:17 PM
Update Excel Data List for Drop Down use LynnS Excel Discussion (Misc queries) 2 June 10th 05 11:35 PM
How do I increase type size in an Excel drop down list? [email protected] Excel Discussion (Misc queries) 1 January 27th 05 01:27 AM


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