View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default return the greatest value in a range of cells

be sure the cells are formatted as dates, then use the formula "=MAX(range)".

"Jen" wrote:

I have a list of dates and I want a function that will return the latest date
in the list. Is such a thing possible?