View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trevor Shuttleworth Trevor Shuttleworth is offline
external usenet poster
 
Posts: 1,089
Default I want to use a different cell if my date field is NULL/BLANK

Ralph

sorry, use the dates in what calculation ?

Something like:

=IF(REVDTE<"",REVDTE,STARTDTE)

Regards

Trevor


"Ralph D''Andrea" wrote in message
...
I have 3 date fields:

STARTDTE ENDDTE REVDTE
08/22/2007 12/15/2007 If REVDTE NULL use
STARTDTE
08/22/2007 12/15/2007 09/01/2007 If REVDATE NOT NULL use REVDTE

There will always be a date in the STARTDTE & ENDDTE cells. These are the
dates to be used if REVDTE is "NULL". If REVDTE is NOT NULL (contains a
date)
use this date in the calculation.

Thanks in advance
Ralph