Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I link the inputs from two dropdown menus to a table, so that excel
knows from which column in a table to look for the required values? The dropdowm menu's are independant of one another and the first contains the place and the second contains a product. |
#2
![]() |
|||
|
|||
![]()
Hi!
You need to post more detail about your table but here are a couple of basic methods: =VLOOKUP(PLACE,TABLE,MATCH(PRODUCT,RANGE,0),0) =INDEX(TABLE,MATCH(PLACE,RANGE,0),MATCH(PRODUCT,RA NGE,0)) Biff -----Original Message----- How do I link the inputs from two dropdown menus to a table, so that excel knows from which column in a table to look for the required values? The dropdowm menu's are independant of one another and the first contains the place and the second contains a product. . |
#3
![]() |
|||
|
|||
![]()
Hi, thanks I will try that.
The tables are regression coefficients, and are linked to the data by the one of the inputs(not from the dropdown menus) being betweeen two certain values. There are about ten different ranges that the data can be between, and about ten different regression coefficients per range. There are about 15 products at 6 different locations, each having there own regression formula with there own ranges. ( I think I made it sound more complicated than it actually is!) I know how to select the required ranges, but I don't know how to tell excel the correct column for the product. "Biff" wrote: Hi! You need to post more detail about your table but here are a couple of basic methods: =VLOOKUP(PLACE,TABLE,MATCH(PRODUCT,RANGE,0),0) =INDEX(TABLE,MATCH(PLACE,RANGE,0),MATCH(PRODUCT,RA NGE,0)) Biff -----Original Message----- How do I link the inputs from two dropdown menus to a table, so that excel knows from which column in a table to look for the required values? The dropdowm menu's are independant of one another and the first contains the place and the second contains a product. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linking to .mdb table | Excel Discussion (Misc queries) | |||
Running Data Table using an input that triggers DDE linked data | Excel Discussion (Misc queries) | |||
How do I create a pivot table if the pivot table icon or menu ite. | Charts and Charting in Excel | |||
Data Table - Does it work with DDE links and stock tickers? | Excel Discussion (Misc queries) | |||
Linking Combo box to pivot table? | Excel Discussion (Misc queries) |