Hello :) I’m not sure if this is possible but I would really appreciate any input or advice…
I am overseeing the gig booking process for a band. I have 2 tables:
- Bookings
- Events
In the Events table I have a summary field which concatenates various pieces of data about the event. I want to use this so that, when I am looking at the overall Booking, I can see a summary of all the info for each Events that is part of that Booking. The formula for this summary field is:
CONCATENATE("\nEvent Name: "&{🟣 Event Name}&"\nDate: "&{🟣 Event Date (pretty)}&"\nEvent Time: "&{🟣 Event Time (pretty)}&"\nInfo on sound reqs: "&{Long text field 1}&"\nInfo about parking and dressing rooms: "&{Long text field 2}&"\n")
At the moment I am pulling it into the Bookings table as a Lookup, but I think it could also come through as a Rollup. Once it’s in the Bookings table, I have an automation that copies it into a long text field so that the \n formatting splits up the data and makes it easier to read. This is how it’s pulling through at the moment:

My question is whether it’s possible to format the output so that:
- I can bold the text that is shown in bold in the formula above - is there a way to build this into the summary field formula in the same way that I have added in the \n line breaks? (sorry, I’m quite new to formula building!)
- I can get rid of the comma between each record that pulls through as part of the default Lookup/Rollup formatting
Any help gratefully received!