Hi!
I am trying to create an IF formula with two INDEX MATCH formals within it. ie. if a cell says one thing use INDEX MATCH A otherwise use INDEX MATCH B.
This is the formula I have written and it is still not pulling correctly.
=IF(BH7="#N/A",(INDEX('[File A]Sheet1'!$G:$G,MATCH(D7,'[File A]Sheet1'!$F:$F,0))),(INDEX('[File B]Sheet1!$A:$A,MATCH(D7,'[File B]Sheet1!$G:$G,0))))
Any advice would be greatly appreciated.
Thanks!
I am trying to create an IF formula with two INDEX MATCH formals within it. ie. if a cell says one thing use INDEX MATCH A otherwise use INDEX MATCH B.
This is the formula I have written and it is still not pulling correctly.
=IF(BH7="#N/A",(INDEX('[File A]Sheet1'!$G:$G,MATCH(D7,'[File A]Sheet1'!$F:$F,0))),(INDEX('[File B]Sheet1!$A:$A,MATCH(D7,'[File B]Sheet1!$G:$G,0))))
Any advice would be greatly appreciated.
Thanks!