Try this:
=IF([Due Date]@row< TODAY(-30), "30 days")
30 days past due warning

Hi, I need to find automation or formula but not sure which. I have a column of due dates, I need a another column to say "30 days" if due date column is over 30 days past due. Any help is appreciated.
Thank you
Kim
Best Answer
Answers
-
-
I have looked at these formulas with today in them all day. I didn't think I could use them because it referred to TODAY as in today's date. Thank you so much
-
Essentially we are taking today's date and subtracting 30 days from it
TODAY(-30)
Then we say if the Due Date is before that, output "30 days". This will keep it calculating so that as more due dates meet the criteria, they are picked up and flagged each day.
-
Thanks so much for explaining it.
-
Is it possible for the formula to get the date from one column then only show the date if it matches a keyword in about column. Like =IF([Form Date]@row < TODAY(-30), "30 days", {Type Range 3}, "Ready")
Thanks
-
-
First I need to figure out how to make this =IF([Form Date]@row < TODAY(-30), "30 days") over 30 days and less than 90. I can't get that figured out. Nothing I try works. Thank you so much.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 68K Get Help
- 475 Global Discussions
- 209 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 85 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!