I keep getting a #VALUE! or #REF! error with my offset formula. I've followed the logic and it should point to the desired cell. It is suppose to find the name in column A, go down 5 rows and return 2 columns/cells of data.
=OFFSET(INDEX($A$1:$A$500,MATCH($I3,$A$1:$A$500,0)),5,,,2)
can anyone...