Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I set up a combo box to select one value but pas an other .

I have an Excel sheet setup to do a calculation based on a wire size.
Each wire size has a value to use for a multiplier for the formula.

Is there a way that I can set it up so that I can select a wire size from a
combo box and through that selection pass the value associated with that wire
size to my formula?

Thanks in advance

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How do I set up a combo box to select one value but pas an other .

You could use Data=Validation to display wire sizes. Then in your
formula, use the vlookup function to find the selected wire in a table and
return the multiplier.

See Debra Dalgleish's site for information on using Data Validation
http://www.contextures.com/tiptech.html

Data validation is found under D

look in Excel Help for the information on Vlookup. It would require a table
like

Wire Multiplier
aaa 2.1
bbb 3.5
ccc 4.0


as an example.

--
Regards,
Tom Ogilvy

"exkiller" wrote in message
...
I have an Excel sheet setup to do a calculation based on a wire size.
Each wire size has a value to use for a multiplier for the formula.

Is there a way that I can set it up so that I can select a wire size from

a
combo box and through that selection pass the value associated with that

wire
size to my formula?

Thanks in advance



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
My titles won't stay when i select columns to merge into a combo b Brenda Excel Discussion (Misc queries) 1 October 13th 08 02:10 AM
select macro within combo box or list box to Karin Excel Discussion (Misc queries) 2 June 25th 08 01:49 AM
Use Combo Box to Select Month to Display Data on Chart Carlee Charts and Charting in Excel 1 April 13th 07 07:18 PM
I need a specific value in auto filter to fill a combo box and than match the select value in 2 other columns. Marc Excel Worksheet Functions 0 May 22nd 06 08:41 PM
Multi-select Combo Box Dean Excel Programming 2 June 17th 04 09:28 AM


All times are GMT +1. The time now is 09:52 AM.

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"