Hi all,
I am trying to use the following formula but need to add 2 separate MATCH commands
The first will be look in Column B for C4 data the look in column H for D4 the return the data in column I
here's what I have so far
=IFERROR(INDEX(Backorders!$I$2:$I$10000,MATCH(C4,Backorders!$B$2:$B$10000,0),0),"")
Many thanks
I am trying to use the following formula but need to add 2 separate MATCH commands
The first will be look in Column B for C4 data the look in column H for D4 the return the data in column I
here's what I have so far
=IFERROR(INDEX(Backorders!$I$2:$I$10000,MATCH(C4,Backorders!$B$2:$B$10000,0),0),"")
Many thanks