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?
It fetches the latest date entry from a range of dates, which I thought you
wanted judging from: "I trying to find the last DATE() showing in a column
of DATE()'s."
If Lookup can't find the number given it returns the one closest to it.
9.99999999999999E+307 is just a very large number so Lookup will return
the next lowest value to it(your last date if it is the latest date in
the range)
I am looking for a way to automatically add a new date to a column
when I add entries on any row. I am looking for the date and/or time
when I add a number to the third column. If the date is already
present in that column, I want to see only the time (date and time
are in two separate columns, Date in "A" and Time in "B").
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.