I have used the Index formula to pull information from another sheet within the same workbook, but it does not work properly. The 2 sheets are identical, and should populate the relevant information, but it isn't.
Formula:
=IFERROR(INDEX(Outstanding!I:I,MATCH(J2,Outstanding!J:J,0)),"")
I am...