So I got the Index Match function to work, with one arguement:
Looks like this:
=INDEX($E$8:$E$100,MATCH(A4,$A$8:$A$100,FALSE))
works great, problem is the second argument comes from the B4 cell and the arguement needs to match BOTH A4 and B4 as there's duplicate data. I get a #REF! error
=INDEX($E$8:$E$100,MATCH(A4,$A$8:$A$100,FALSE),MATCH(B4,$C$8:$C$100,FALSE))
Also tried it this way: gives me a #VALUE error
=INDEX($E$8:$E$100,MATCH(A4&B4,$A$8:$A$100&$C$8:$C$100,FALSE),1)
I haven't used these functions much and got this far just by research... but now I'm stuck
thanks in advance for any help
Looks like this:
=INDEX($E$8:$E$100,MATCH(A4,$A$8:$A$100,FALSE))
works great, problem is the second argument comes from the B4 cell and the arguement needs to match BOTH A4 and B4 as there's duplicate data. I get a #REF! error
=INDEX($E$8:$E$100,MATCH(A4,$A$8:$A$100,FALSE),MATCH(B4,$C$8:$C$100,FALSE))
Also tried it this way: gives me a #VALUE error
=INDEX($E$8:$E$100,MATCH(A4&B4,$A$8:$A$100&$C$8:$C$100,FALSE),1)
I haven't used these functions much and got this far just by research... but now I'm stuck
thanks in advance for any help