Past Due with IF Formulas
Hello,
I am trying to create an IF equation that allows a column to be either "Past Due" or "Not Due" depending if the last inspection was more or less than 7 days that today's date. The column is not drop down but text format
=IF(TODAY() > [Date Inspected]@row + 7, "Past Due"), IF(TODAY() < [Date Inspected]@row + 7, "Not Due")
Is this possible?
Thanks,
Pete
Answers
-
Do you really need the second equation? wouldnt you just have the false side of your if statement be "Not due"?
=IF(TODAY() > [Date Inspected]@row + 7, "Past Due", "Not Due")
The formula you provided was close but had an extra
IF
statement that was not necessary. The correct formula only needs a singleIF
statement because you're handling two conditions: either it's past due or it's not. -
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.5K Get Help
- 434 Global Discussions
- 152 Industry Talk
- 494 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 506 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!