Date - formula

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to write a formula to put the current date on a document however, if
it is between 1am and 4am when it is written, I want it to retain the date of
the day before.

Suggestions?
 
Hi
I would assume you meant between 00:00 and 04:00?. If yes try:
=TODAY()-(MOD(NOW(),1)<=4/24)
 

Ask a Question

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.

Ask a Question

Back
Top