Carriage Return within a Cell - COUNTIF
I have read in other discussions that you can put in a carriage return to JOIN or COUNT through a work around by adding another column. I have tried this with a COUNTIF and I can't get it to work.
My original formula had a comma between the results: ="Exceptional Performance = " + COUNTIF(Accessibility2:Accessibility6, "Exceptional Performance") + ", Good Performance = " + COUNTIF(Accessibility2:Accessibility6, "Good Performance") + ", Mediocre Performance = " + COUNTIF(Accessibility2:Accessibility6, "Mediocre Performance") + ", Poor Performance = " + COUNTIF(Accessibility2:Accessibility6, "Poor Performance")
My updated formula after I added a column titled RETURN: =".Exceptional Performance = " + COUNTIF(Accessibility2:Accessibility6, “Exceptional Performance”) + Return2 + "Good Performance = " + COUNTIF(Accessibility2:Accessibility6, “Good Performance”) + Return2 + "Mediocre Performance = " + COUNTIF(Accessibility2:Accessibility6, “Mediocre Performance) + Return2 + "Poor Performance = " + COUNTIF(Accessibility2:Accessibility6, “Poor Performance”)
Am I doing something wrong or will it not work with a COUNTIF?
Thanks - Sharon
Answers
-
Hi @sml385
I hope you're well and safe!
You'd use CHAR(10) for the carriage return.
Something like.
+ CHAR(10) +
Make sense?
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Perfect!!!! Thank you Andrée!
Sharon
-
@sml385 Sharon,
Excellent!
You're more than welcome!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
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!