I have a table with three criteria. Two criteria are stated in columns, and one in a row.
The table looks like this:
I want to find a value which matches the three criteria.
For example: I want the value for 'Cembrit Cetris Basic' , SC1 and Permanent. Then a value of 0.3 (cell C3) should be the answer.
This is what I tried:
I tried to use INDEX MATCH to find a certain value. However, it does not work and I get N/A as answer. I tried many other possibilities, but I still cannot figure out how to lookup the value according to the three criteria.
=INDEX(C3:G12,MATCH(1,(Face_material=A3:A12)*(SC =B3:B12),0),MATCH(Load_duration,C2:G2,0))
And then pressing crtl+shift+enter. I gave names to the cells which should be looked up, so that is where the Face_material, SC, and Load_duration stands for.
Can someone please help me?
Thank you in advance.
The table looks like this:
I want to find a value which matches the three criteria.
For example: I want the value for 'Cembrit Cetris Basic' , SC1 and Permanent. Then a value of 0.3 (cell C3) should be the answer.
This is what I tried:
I tried to use INDEX MATCH to find a certain value. However, it does not work and I get N/A as answer. I tried many other possibilities, but I still cannot figure out how to lookup the value according to the three criteria.
=INDEX(C3:G12,MATCH(1,(Face_material=A3:A12)*(SC =B3:B12),0),MATCH(Load_duration,C2:G2,0))
And then pressing crtl+shift+enter. I gave names to the cells which should be looked up, so that is where the Face_material, SC, and Load_duration stands for.
Can someone please help me?
Thank you in advance.