How to check if a date cell is greater than the 25th of todays month
How to check if a date cell is greater than the 25th of todays month
Try if this formula helps. =IF(Your date>DATE(2012,MONTH(TODAY()),25),True,False)
Regards,
Sindhu
A little shorterwill also return TRUE or FALSE![]()
=Your date>DATE(2012,MONTH(TODAY()),25)
...and if a generalised solution is required whatever the month
Formula:![]()
=DAY(TODAY())>25
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
How about if i want to calculate each time a date listed in Column H falls with in the month of September?
=month(h1)=9
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks