#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Excel Drop Down Box

I have Excel 2003. I have created several drop down boxes. I need to know
how to assign a value (ie a dollar amount) to each choice in the list. For
instance, if a person picks option R1 from my 1st drop down box, I want R1 to
have a value of $10.00, but if they pick P1, I want it to have a value of
$5.00. This would go on for each drop down box. I currently have 3 total.
Once a choice is made from each box, I want a dollar value created based upon
their choices.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default Excel Drop Down Box

Create a table somewhere with the first column listing dropdown choices,
second column containing corresponding value. Formula then is:
=VLOOKUP(Drop_Down_Cell,Your_Table,2,FALSE)

--
Best Regards,

Luke M
"thefirstborn" wrote in message
...
I have Excel 2003. I have created several drop down boxes. I need to know
how to assign a value (ie a dollar amount) to each choice in the list.
For
instance, if a person picks option R1 from my 1st drop down box, I want R1
to
have a value of $10.00, but if they pick P1, I want it to have a value of
$5.00. This would go on for each drop down box. I currently have 3
total.
Once a choice is made from each box, I want a dollar value created based
upon
their choices.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Excel Drop Down Box

=IF(A1="","",LOOKUP(A1,{"P1","Q1","R1"},{5,20,10}) )


Gord Dibben MS Excel MVP


On Mon, 17 May 2010 08:20:01 -0700, thefirstborn
wrote:

I have Excel 2003. I have created several drop down boxes. I need to know
how to assign a value (ie a dollar amount) to each choice in the list. For
instance, if a person picks option R1 from my 1st drop down box, I want R1 to
have a value of $10.00, but if they pick P1, I want it to have a value of
$5.00. This would go on for each drop down box. I currently have 3 total.
Once a choice is made from each box, I want a dollar value created based upon
their choices.


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
Creating drop downs in a cell contingent on another drop down Keeprogoal[_2_] Excel Discussion (Misc queries) 1 March 24th 09 04:37 PM
Drop down lists that auto create and then filter the next drop down list [email protected] Excel Worksheet Functions 2 September 30th 07 11:53 AM
how do I link a drop down list entry to a new drop down cell? lmunzen Excel Discussion (Misc queries) 1 August 15th 06 04:59 PM
Cross-referenced drop-down menu (nested drop-downs?) creativeops Excel Worksheet Functions 4 November 22nd 05 05:41 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 10:49 AM.

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"