Hi,
I am using the below formula to try and get the the following information:
I am asking it to look for a name in the left cell of the main sheet and then look at the 1st column of the 2nd sheet to find it, then index the 2nd sheet data and match "Two Man" in the 2nd column of the 2nd sheet and then return the 48th column data. I get data but it is from the 48th column of the first person on the 2nd report???
Hope this makes sense?
A10 is the advisor name on the 1st report
INDEX and MATCH are both on the 2nd report
=IF('[Report Name 1]Wk 06'!$A:$A,$A10,INDEX('[Report Name 2]Wk 06'!$B:$AX,MATCH("Two Man",'[Report Name 2]Wk 06'!$B:$B,0),48))
I am using the below formula to try and get the the following information:
I am asking it to look for a name in the left cell of the main sheet and then look at the 1st column of the 2nd sheet to find it, then index the 2nd sheet data and match "Two Man" in the 2nd column of the 2nd sheet and then return the 48th column data. I get data but it is from the 48th column of the first person on the 2nd report???
Hope this makes sense?
A10 is the advisor name on the 1st report
INDEX and MATCH are both on the 2nd report
=IF('[Report Name 1]Wk 06'!$A:$A,$A10,INDEX('[Report Name 2]Wk 06'!$B:$AX,MATCH("Two Man",'[Report Name 2]Wk 06'!$B:$B,0),48))
Last edited: