Hi
I have a vlookup which has two criteria - if the returned value is greater than cell E3 (which is a date on the same sheet as the vlookup) or equal to zero, then vlookup the column preceding it. I have the following formula so far which just compares cell E3
=IF(VLOOKUP(A3,Qualifications!$A$3:$S$104,5,0)>E3,VLOOKUP(A3,Qualifications!$A$3:$S$104,4,0),VLOOKUP(A3,Qualifications!$A$3:$S$104,5,0)))
Kind regards,
Mac
Bookmarks