If formula help needed please
Good afternoon,
I'm hoping someone can help me trouble shoot my "IF" formula please:
=IF([Wks since Request]@row = 0, "Emptey", IF([Wks since Request]@row = 1, "1 Week", IF([Wks since Request] = 2, "2 Weeks", IF([Wks since Request]@row = 3, "3 Weeks", IF([Wks since Request]@row >=4, "4+ Weeks"
Thanks for your help!
Answers
-
Is it not outputting correctly, or are you getting an error?
-
Hi @Paul Newcome I'm getting an error. It says "unparsable."
-
Are you able to provide a screenshot of the formula in the sheet similar to the below screenshot?
-
Hi @Kelly Ospina (and hey @Paul Newcome!)
I believe you're just missing an @row after one of your column references, hence the error. See the third IF statement that returns "2 Weeks".
Try this instead:
=IF([Wks since Request]@row = 0, "Emptey", IF([Wks since Request]@row = 1, "1 Week", IF([Wks since Request]@row = 2, "2 Weeks", IF([Wks since Request]@row = 3, "3 Weeks", IF([Wks since Request]@row >=4, "4+ Weeks"
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
@Genevieve P I think you're right. I completely missed that. Thanks!!
-
Hey, that was it! Thank you to you both!
-
No problem! It's an easy thing to miss 🙂
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 202 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!