Concatenate returning 'unparseable' - doesn't like the " (" or the ") " in the formula
Hi
I really hope someone can help me with this please...I'm sure there is just a tiny tweak I need to make, but I can't figure it out. I've tried this formula in a helper column but it doesn't like the " (" or the ") " in the formula. It only seems to be able to cope with + "" or + "-".
This is the formula that's coming back as unparseable.
It's really simple. Here's the example of what I want to achieve as a result...
UK - Project Name - London (John Smith)
When I remove the brackets around the name in the formula, it works, but I can't get the formula to work when putting a bracket around the cell name.
I think I'm missing something really obvious.
Thanks in advance for any help.
Best Answers
-
Hi @L Darvesh
This should work, just needed to add in a + before the [CS Lead] element
=[Client Short Name country - Project name]@row +" - "+ [Event Location]@row + " ("+ [CS Lead]@row + ") "
hope that helps
Thanks
Paul
-
Hi @L Darvesh,
You need a + between the opening bracket and the [CS Lead]@row:
This is what's causing an #UNPARSEABLE error to crop up.
Hopefully this resolves the issue!
Answers
-
Hi @L Darvesh
This should work, just needed to add in a + before the [CS Lead] element
=[Client Short Name country - Project name]@row +" - "+ [Event Location]@row + " ("+ [CS Lead]@row + ") "
hope that helps
Thanks
Paul
-
Hi @L Darvesh,
You need a + between the opening bracket and the [CS Lead]@row:
This is what's causing an #UNPARSEABLE error to crop up.
Hopefully this resolves the issue!
-
Hi @Nick Korna Thank you so much!! Something so small, but so critical. Many thanks for your very fast response. I really appreciate it. :)
-
Thank you @Paul McGuinness! Really appreciate your fast response. :) All fixed now. Thank you
-
No problem at all, glad it is sorted for you now! 😊
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!