Help on creating an AGING using If, And Or Function?
Hi
Help anyone, I need to compute an "AGING" when date today is past due date, and if the status is either "Yet to start" or "In Progress"
I keep messing with the parenthesis…🤔
Answers
-
Hello @Noel Odalager,
This formula might help you here. It is possible to have this work without the need of your [Date today] column if you wanted using the TODAY function.
=IF(ISBLANK([DUE DATE]@row), "", IF(AND([DUE DATE]@row < TODAY(), OR(STATUS@row = "yet to start", STATUS@row = "In progress")), "AGING", ""))
All seems to be working in the demo below,
I hope that is helpful to you in someway,
Protonsponge
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives