Looking to auto populate red flag for overdue invoice
Im having trouble figuring out a formula to create a flag in the overdue column when the due date is in the past and the status is pending or delayed. Flag needs to disapper once status changes to paid
Picture for reference
Tags:
Best Answer
-
Try this:
=IF(AND(Status@row <> "Paid", [Due Date]@row< TODAY()), 1)
Answers
-
Try this:
=IF(AND(Status@row <> "Paid", [Due Date]@row< TODAY()), 1)
-
Is returning an invalid message
-
Invalid what exactly? There are a few errors that start with Invalid.
Double check that the [Due Date column is in fact set as a date type column. If it is, how exactly is that column being populated?
-
Oh that worked I changed it to date type.
Thanks so much for your help!!!
-
Happy to help. 👍️
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!