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
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!