Text Join Formula
Hi there,
I created this formula: =JOIN(Course@row) + " " + [Course Date]@row that worked
but I need assistance on changing the order of it.
Course Date with Parentheses around the date and Couse Name
Formula that I have: =JOIN(" ", "(" + [Course Date]@row + ")", [Course]@row) that will not work
Example what I want: (11/13/23) Introduction to Law
Best Answer
-
Hi @Brittanyy
I don't think you ever needed the JOIN part. Please try this one. I think it will work.
="("+[Course Date]@row+") "+[Course]@row)
I hope that helps.
Matt
Answers
-
Hi @Brittanyy
I don't think you ever needed the JOIN part. Please try this one. I think it will work.
="("+[Course Date]@row+") "+[Course]@row)
I hope that helps.
Matt
-
To @Matt Johnson's point, the JOIN function is Throwing it off. If you remove it, it should be fine... Could you confirm for us? I am interested to know this solution
-
@Matt Johnson and @NickStaffordPM
This formula worked without the Join.
="("+[Course Date]@row+") "+[Course]@row)
Thank you so much for the assistance.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!