Formula Help

Hello,
Trying to get this formula to work and have tried every which way, but keep getting unparseable. I would like to add the outcome in the helper columns to equate to the CareKit Name. So CK Type Helper + Educational Language Helper + BP Cuff Size Helper = Blood Pressure Kit (English) OR Blood Pressure Kit (Spanish), UNLESS BP Cuff Size Helper is Extra Large Cuff then the CareKit Name is "Extra Large Cuff 16.5" - 18.75""
So there are three outcomes: Blood Pressure Kit (English), Blood Pressure Kit (Spanish), Extra Large Cuff 16.5" - 18.75"
Answers
-
I think the problem is stemming from the use of the " mark after 16.5 and 18.75. Smartsheet interprets that as an open or closed quote mark within the formula instead of to mean "inches."
I tried removing those marks from the column and the formula and was able to get a valid result:
=IF(CONTAINS("Extra Large Cuff", [BP Cuff Size Helper]@row), "Extra Large Cuff", IF(ISBLANK([BP Cuff Size Helper]@row), [CK Type Helper]@row + "-" + [Educational Language Helper]@row + "-" + [Blood Pressure Cuff Size]@row))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 474 Global Discussions
- 201 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!