Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

Need to make a drop down list of 3 items that input a value in ano

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
solarflare - 14 Mar 2008 21:23 GMT
I have a savings calculator that i am working on.  we have three products
that i would like the user to be able to select from.  basis their selection
from the drop down list, i would like a corresponding value to go into a
certain cell.  
how do i do this???
Tom Hutchins - 14 Mar 2008 22:28 GMT
To create the dropdown list:
- select the cell where you want it to appear
- select Validation from the Data menu
- choose List
- you can either type in the list of items, separated by commas, or use the
grid button next to the textbox to select a range of cells that has the list
of products
- click OK

To populate the other cell (say, E5) based on the dropdown cell:
- enter a formula similar to the following in E5
=IF(D5="AA",100,IF(D5="BB",200,IF(D5="CC",300,0)))

In this example, the products are AA, BB, and CC. The dropdown list is in
cell D5. The corresponding amounts are 100 for AA, 200 for BB, and 300 for CC.

Hope this helps,

Hutch

> I have a savings calculator that i am working on.  we have three products
> that i would like the user to be able to select from.  basis their selection
> from the drop down list, i would like a corresponding value to go into a
> certain cell.  
> how do i do this???
Debra Dalgleish - 14 Mar 2008 23:58 GMT
You can use data validation to create the dropdown list, and a VLookup
formula to fill in the corresponding value. There are instructions and a
sample file here:

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

> I have a savings calculator that i am working on.  we have three products
> that i would like the user to be able to select from.  basis their selection
> from the drop down list, i would like a corresponding value to go into a
> certain cell.  
> how do i do this???

Signature

Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html


Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.