Hi
I had help the other day with a formula to return a value if a cell was at zero or greater than cell E. Here is the formula:
=VLOOKUP(A22,Qualifications!$A$4:$Y$152,19-2*(OR(VLOOKUP(A22,Qualifications!$A$4:$Y$152,19,0) >E22, VLOOKUP(A22,Qualifications!$A$4:$Y$152,19,0)=0)),0 ))
This works great, but on occasion the returned cell value to be displayed (when the vlookup is at zero or greater than E) is a blank cell. In this situation, I want to display the cell value which is in column 13 (and not column 17 as the formula is set up for). Basically, I need to add a piece to the formula for when there is a blank cell to return a value a few columns back.
Regards,
Mac
Bookmarks