Days past due

Samuel Dowdy Jr.
✭✭✭✭✭✭
I am trying to track days past due in a cell until a date is entered in another cell. I don't have issues with the formula tracking the days but I want the formula to zero out when the date is entered in another cell.
days past due would = 0 if the invoice status is "Paid"
Answers
-
Try something like this...
=IF([Invoice Status]@row = "Paid", 0, original formula here)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!