I'm trying to find in column 1 a match & then return the contents 4 columns over.
My formula that gives me a 504 error is
=IF(ISNA(MATCH(BA4;Sheet1.$A$1:$A$28));"";OFFSET(MATCH(BA4;Sheet1.$A$1:$A$28));0;4)
I've never used OFFSET before.
I know the match alone returns the correct row, I just need to return what is found in column 4 (or D) of that row.
My formula that gives me a 504 error is
=IF(ISNA(MATCH(BA4;Sheet1.$A$1:$A$28));"";OFFSET(MATCH(BA4;Sheet1.$A$1:$A$28));0;4)
I've never used OFFSET before.
I know the match alone returns the correct row, I just need to return what is found in column 4 (or D) of that row.
Statistics: Posted by Cat101 — Sat May 11, 2024 6:07 am