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
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
@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 🙂
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!