Aging Bucket Formulae
Hi, Can you please take a look at the below string and point the error
The formulae works for all the buckets but for any cell carrying data over 91, it throws as error as INCORRECT ARGUMENT
Please see to it and suggest.
=IF(AND([Ticket Age]@row >= 0, [Ticket Age]@row <= 7), "0-7", IF(AND([Ticket Age]@row >= 8, [Ticket Age]@row <= 14), "8-14", IF(AND([Ticket Age]@row >= 15, [Ticket Age]@row <= 21), "15-21", IF(AND([Ticket Age]@row >= 22, [Ticket Age]@row <= 30), "22-30", IF(AND([Ticket Age]@row >= 31, [Ticket Age]@row <= 45), "31-45", IF(AND([Ticket Age]@row >= 46, [Ticket Age]@row <= 90), "46-90", IF(AND([Ticket Age]@row >= 91, "91+"))))))))
Answers
-
Thank you. Meanwhile, I fixed the it. Works now.
=IF(AND([Ticket Age]@row >= 0, [Ticket Age]@row <= 7), "0-7",
IF(AND([Ticket Age]@row >= 8, [Ticket Age]@row <= 14), "8-14",
IF(AND([Ticket Age]@row >= 15, [Ticket Age]@row <= 21), "15-21",
IF(AND([Ticket Age]@row >= 22, [Ticket Age]@row <= 30), "22-30",
IF(AND([Ticket Age]@row >= 31, [Ticket Age]@row <= 45), "31-45",
IF(AND([Ticket Age]@row >= 46, [Ticket Age]@row <= 90), "46-90",
IF([Ticket Age]@row >= 91, "91+")))))))
-
Excellent!
Glad you got it working!
✅Please support the Community by marking your post with the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!