Greetings
I trying to find the last DATE() showing in a column of DATE()'s. I
am trying to set it up so that the DATE() only displays on the first
instance of that DATE() remains hidden on all repeats of the same
DATE().
What I have so far in A3 is:
=IF(OR(TODAY()=A2,A2=""),"",TODAY())
Also, how do I retain the value of a date that is current or in the
past?
Any help would be appreciated.
TIA
-Minitman