Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
My titles won't stay when i select columns to merge into a combo b | Excel Discussion (Misc queries) | |||
select macro within combo box or list box to | Excel Discussion (Misc queries) | |||
Use Combo Box to Select Month to Display Data on Chart | Charts and Charting in Excel | |||
I need a specific value in auto filter to fill a combo box and than match the select value in 2 other columns. | Excel Worksheet Functions | |||
Multi-select Combo Box | Excel Programming |