Assigning a cell the value of a cell in a range

C

chyde2003

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!
 
D

David Billigmeier

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