View Single Post
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

the MAX() function will work on dates. Just make sure to format the cell
with the MAX() function in it as a date.


--
Regards,
Dave


"chyde2003" wrote:

I have a column of cells, only 1 of which will have a value in it. I would
like to assign this value to another cell. Basically, i'd like to use
something like the Max function (because i have to check a range of cells)
but the data is a date. Is this possible??

Thanks!