Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Need to make a drop down list of 3 items that input a value in ano

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???

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,069
Default Need to make a drop down list of 3 items that input a value in ano

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

"solarflare" wrote:

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???

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,979
Default Need to make a drop down list of 3 items that input a value inano

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 he

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

solarflare wrote:
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
Contextures
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
How to make the items in Drop Down List appear as workable hyperli dadejesus Excel Worksheet Functions 0 February 8th 08 06:47 PM
Duplication of items from a drop down list LTaylor Excel Discussion (Misc queries) 0 December 5th 07 04:06 PM
Items in drop-down list alphabetized andy62 Excel Worksheet Functions 6 March 13th 07 06:49 PM
How to add and delete items from a list box or drop down box? Fifee Excel Discussion (Misc queries) 3 August 12th 05 01:49 PM
input range in drop down list Otto Excel Discussion (Misc queries) 3 July 27th 05 09:09 PM


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

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"