Multiple IF Statments
Hi Smartsheet Community,
I have a question regarding multiple IF statements.
- What I am trying to accomplish: I am trying to put text in a box if the days are greater than or equal to the number of days since completion 0-30 Days, 31-60 days, 61-90 Days, 91-120 Days, 121-364 Days, 365+ Days.
- Current Formula: =IF([Total AR Days]@row > 365, "365+ Days", IF([Total AR Days]@row > 120, "121-364 Days", IF([Total AR Days]@row > 90, "91-120 Days", IF([Total AR Days]@row > 60, "61-90 Days", IF([Total AR Days]@row > 30, "31-60 Days", "0-30 Days"))))))
Question: It is not working and coming up "unparseable" hoping you could lend some assistance.
Thank you so much for your help!
Will
Tags:
Best Answer
-
You have one too many ). Delete one at the end and it should work.
Answers
-
You have one too many ). Delete one at the end and it should work.
-
Thank you so much David! It worked, I really appreciate your help!
-
No problem. Glad it helped.
Help Article Resources
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
- 143 Just for fun
- 58 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!