Hi all I would appreciate some advice on the formula below, more specifically how to get it return the word "Finished" if the cell contains a date rather than N/A. Currently it it returns a blank cell if N/A is in the cell (which I want) but the contents of the cell if it is filled (a date in this instance). If the cell is filled I want the formula to return the word "Finished"
IF(ISNA(VLOOKUP( )),"",VLOOKUP( ))
Any help would be much appreciated.
IF(ISNA(VLOOKUP( )),"",VLOOKUP( ))
Any help would be much appreciated.