QQ for else if formula is smartsheet
I am trying to get smartsheet to interpret my string value in # of days so I can use it in a formula. Any idea why I am getting an error with the following:
=if([Complexity for contract changes]@row(Small - 6 months),"180",or([Complexity for contract changes]@row(Medium - 12 months),"360",or([Complexity for contract changes]@row(Large - 18 months),"540")
Answers
-
The syntax is not correct. The parts after each @row will be a problem and the OR needs to go at the start of the function after the IF if you really want to do an OR.
Take a look at this for how to use OR
I think you might actually just want to use nested IFs without OR. In which case, this should help
if you need help, please share a screenshot of the sheet and explain what you want the formula to do, specifically what are these parts for after each @row?
(Small - 6 months)
(Medium - 12 months)
(Large - 18 months)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!