G
Guest
I am trying to add data from one sheet to another that is unsorted. The
formula I'm using:
=INDEX('Differences'!$A2:$F$2000,MATCH($A2,'Differences'!$A$2:$A$5000),6)
So according to instructions
MATCH matches the data in $A2 to similiar data in the Differences tab column A
then Index will print whatever is in the column 6 of the differences tab.
However, what's going on is that correct data is not getting into this cell.
When I evaluated the formula, the match is not matching the correct value.
formula I'm using:
=INDEX('Differences'!$A2:$F$2000,MATCH($A2,'Differences'!$A$2:$A$5000),6)
So according to instructions
MATCH matches the data in $A2 to similiar data in the Differences tab column A
then Index will print whatever is in the column 6 of the differences tab.
However, what's going on is that correct data is not getting into this cell.
When I evaluated the formula, the match is not matching the correct value.