View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
tlm1tlm tlm1tlm is offline
external usenet poster
 
Posts: 1
Default How do I return "leave cell blank" using IF logic.

=IF(ISBLANK(D40),NULL,TODAY()) does not work since NULL is not a function.
Tried many combinations but something is always returned when the cell is
blank. The column of cells are formated for date.