How do I get the AR Invoice Age formula to stop aging when invoice has been paid?
I starting to create a AR sheet.
I used the formula =Today()-(Invoice Date Sent)@row - which does show the age. However when the Invoice is paid what formula or rule condition do i use to make it stop aging?
Answers
-
I would introduce 2 columns, a checkbox to indicate payment status, and a date column with the payment date.
Then amend the invoice age formula as =IF([Payment Status]@row = "0", NETDAYS([Invoice AGE]@row, TODAY()), NETDAYS([Invoice Date Sent]@row, [Date Closed]@row))
I might have the start and end date for NETDAYS switched around but you get the idea.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!