cristopulo
New Member
- Joined
- Aug 12, 2015
- Messages
- 14
Hello,
I am creating a product selection tool for customers. In this selection tool they will be able to select options from different Data Validation lists. I want one option in the table to change based on 2 specific parameters that they have chosen and ultimately choose the right value from a list in a table on that page.
Ex: Using Data Validation they Choose Lamp Type and Contactor Type. Then the value is outputted from a table that lists different numerical values for a combination of the 2
I have tried to use this formula combining Index/ Match:
=INDEX($L$2:$O$17;MATCH(1;(B9=$K$2:$K$17)*(B15=$L$1:$O$1);0))
where L2:O17 is the range of possible values
B9 & B15 are where they choose their values (specific parameters)
and K2:K17 / L1:O1 are the headings of the table that match the chosen values
I input it as an array as well and just get an output error: #N/A
Is this the best way to go about completing this task and if so what have I Inputted incorrectly? Or would Hlookup/ Vlookup be a better solution?
Thanks in Advance!
I am creating a product selection tool for customers. In this selection tool they will be able to select options from different Data Validation lists. I want one option in the table to change based on 2 specific parameters that they have chosen and ultimately choose the right value from a list in a table on that page.
Ex: Using Data Validation they Choose Lamp Type and Contactor Type. Then the value is outputted from a table that lists different numerical values for a combination of the 2
I have tried to use this formula combining Index/ Match:
=INDEX($L$2:$O$17;MATCH(1;(B9=$K$2:$K$17)*(B15=$L$1:$O$1);0))
where L2:O17 is the range of possible values
B9 & B15 are where they choose their values (specific parameters)
and K2:K17 / L1:O1 are the headings of the table that match the chosen values
I input it as an array as well and just get an output error: #N/A
Is this the best way to go about completing this task and if so what have I Inputted incorrectly? Or would Hlookup/ Vlookup be a better solution?
Thanks in Advance!