I am trying to make an If and then formula to check a box
I am trying to make an if and then formula. I have one cell that is a checkbox (SEO) and another is a date (SEO date). What I need is for the formula to check a box (SEO CHECK complete) when (SEO) is true and (SEO Date) is +1day.
It is mainly the formatting on the Time that has me confused.
Any help is greatly appreciated
Answers
-
@twheeler I just want to clarify before I try to get you a formula what do you mean by +1day? I have some ideas and it should be easy but I want to make sure that the date part is set right
-
On day after the date in the (SEO Date)
-
you could try...
=IF(AND(SEO@row=1, TODAY()>=[SEO Date]@row+1),1,0
This will allow it to check if it is the SEO Date +1 day or more, otherwise the SEO Date +2 days for example won't show. If however you only want it checked on that one day then you would use this one...
=IF(AND(SEO@row=1, TODAY()=[SEO Date]@row+1),1,0
-
Perfect! Thanks. That worked.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!