Multiple IF Statments
Will Coz
ββ
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
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 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!