Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
cmh cmh is offline
external usenet poster
 
Posts: 3
Default how do you get a drop down list to equal a value in a separate ce.

im setting up a bid program in excel for our buisness.
in that program i have lists set up so you can pick different products based
on the spec.
how do i set a value in a separate cell that would display the different
cost based on the selection of the item in the list by the user?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 718
Default how do you get a drop down list to equal a value in a separate ce.

have a look at VLOOKUP function.

--
AP

"cmh" a écrit dans le message de
...
im setting up a bid program in excel for our buisness.
in that program i have lists set up so you can pick different products

based
on the spec.
how do i set a value in a separate cell that would display the different
cost based on the selection of the item in the list by the user?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default how do you get a drop down list to equal a value in a separate ce.

create a table of items in column A and costs in column b

Assume the above is in a sheet named Table

then assume the item for the bid will be placed in cell B9 of the bid/entry
sheet. In cell C9 put in a formula like

=if(B9="","",Vlookup(B9,Table!A:B,2,False))

--
Regards,
Tom Ogilvy


"cmh" wrote in message
...
im setting up a bid program in excel for our buisness.
in that program i have lists set up so you can pick different products

based
on the spec.
how do i set a value in a separate cell that would display the different
cost based on the selection of the item in the list by the user?



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
making a drop-down list with two separate columns KeithAnuskewicz Excel Discussion (Misc queries) 2 January 14th 09 12:33 AM
Add separate colors to values in drop down list vlwilburn Excel Discussion (Misc queries) 4 November 16th 07 10:58 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
sort list of players by team from player list on separate sheet Robert Excel Worksheet Functions 1 July 19th 05 01:57 AM
Validation Tables For Drop Down list on a Separate Worksheet. azelli1 Excel Worksheet Functions 3 February 10th 05 01:52 PM


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