I am trying to lookup a value from one sheet to another, ensure that a certain criteria of the matched value is met (using the IF function) and hence I want my return value to be from the same row, a few columns to the left.
Formula I am using:
=IF(vlookup(lookup value, table array, column number, FALSE)="Accepted", return value from same row but 5 columns to the left)
I hope I made sense
Bookmarks