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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!