I need a formula to first look at a cell in column A and to decide if it is greater than today's date to place a null value in the cell right off the bat other wise continue on with the formula. Example which does not work:
=IF((A35>TODAY()),"",IF((ISERROR(VLOOKUP(A35,Date,3,FALSE))),0,VLOOKUP(A35,Date,3,FALSE)))
Thanks for any help you can provide.
Joe
=IF((A35>TODAY()),"",IF((ISERROR(VLOOKUP(A35,Date,3,FALSE))),0,VLOOKUP(A35,Date,3,FALSE)))
Thanks for any help you can provide.
Joe