Enzo_Matrix
Board Regular
- Joined
- Jan 9, 2018
- Messages
- 113
Code:
=IFERROR(INDEX($A$2:$A$60,MATCH(D$1,$A$1,0),MATCH(D$2,$B2:$B60,0)),"Try Again!")
The idea is that if I choose a different cell in 'C' it will give the response from 'B'. However it only functions for the first option chosen in the matrix B1,C1. Everything else produces an error[TABLE="class: grid, width: 700, align: center"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD][/TD]
[TD][/TD]
[TD]Part number[/TD]
[TD]Part Number[/TD]
[TD]Part Number[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Custom Fittings[/TD]
[TD][/TD]
[TD]Custom Fittings[/TD]
[TD]Carbon Steel[/TD]
[TD]Stainless Steel[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Carbon Steel[/TD]
[TD][/TD]
[TD]1[/TD]
[TD]Try again![/TD]
[TD]Try Again![/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Stainless Steel[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Am I missing something in the code?