I'm trying to redo my template for reports and decided to make it as editable as possible since it requires a lot of links.
I found that I can use Index and Match for multiple criteria checks.
What I am trying to achieve is:
Formula matches the team, then the account and finally copy the value of the cell that matches both criteria on.
the formula works on team 1 but on team 2 it displays NA, and I cant figure out why.
http://www.megaupload.com/?d=4C8KZIQJ
I found that I can use Index and Match for multiple criteria checks.
What I am trying to achieve is:
Formula matches the team, then the account and finally copy the value of the cell that matches both criteria on.
Code:
=INDEX($C$1:$C$1000,MATCH(1,($B$1:$B$1000=$F$6)*($A$1:$A$1000=$F7),0))
the formula works on team 1 but on team 2 it displays NA, and I cant figure out why.
http://www.megaupload.com/?d=4C8KZIQJ