Hello-
I'm trying to use INDEX and Match in lieu of vlookup. my formula is:
=INDEX({V.9 IP Fit Test Results Range 3}, MATCH(EID@row , {V.9 IP Fit Test Results Range 4}), 0)
but it's populating a lot of my cells with the same date even though some of them should be dated a month earlier if i manually do a search on the source sheet. what am i doing wrong?