Hi.
Noobie to the forum here. I'm having issues with combining IF with VLOOKUP. My formula is as follows:
=IF(VLOOKUP(I2,J:J,1,FALSE)=I2,"OK",I2)
The True section of the IF statement returns "OK" as prescribed, however, the False section returns #N/A instead of the contents of I2. I'm then using the adjacent collumn with an ISNA function to get the result I wanted in the first place:
=IF(ISNA(K2)=TRUE,I2,"")
This seems a convoluted approach and I'd like to see what I'm doing wrong rather than use this workaround. I'm very much self taught when it comes to Excel and any help would be greatly apprreciated.
Regards all,
James![]()
Bookmarks