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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 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!