View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default help with Blank Dates in a Range

=IF(COUNT(A:A),MAX(A:A),"")

Format cell as Date


"Jerry Rogers" wrote:

Hi...I need your help.
I have a range of cells formatted as date cells that I want to return the
most recent date from the range. If all the cells in the range are blank I
want to return a blank cell or a text entry like "None". I found the "MAX"
function to get the most recent date but I can't find a function to return
None if all the cells in the range are empty.

Any Ideas?

Thanks,

--
Jerry