I am trying to combine text from two fields using Concatenate (and that’s simple enough) but when I try to add a Substitute formula to shorten one field’s text, it doesn’t work. I am new to formulas, and am sure I’m doing something wrong here. Here are the two formulas that work on their own, but not together. Thank you for any insights!
SUBSTITUTE(RIGHT({2021-22 School Program & Membership},LEN({2021-22 School Program & Membership})-22)
Hi Justin, thanks for this. Context: I am using concatenate to combine the Program Booked and School Name fields, but as you can see in the example, the Program Booked name is quite long (has to be for Salesforce integration purposes) so I’m trying to cut the first 16 characters off Program Booked and combine with School Name for the Inquiry (formula) field.
Interesting. It’s the same formula we used prior to remove the first 22 characters. I can see {Program Booked} and {School Name} fields from your response to Justin. Do you mind showing me a picture of the fields, {Inquiry} and {2021-22 School Program & Membership}? Stretch them out as much as possible.
Now I’m confused. You started off this thread with the field {2021-22 School Program & Membership} in your formulas. Was that just an example? Do you just want to concatenate {Program Booked} (less first 16 chars) and {School Name}? If so,
Thank you that was perfect, and sorry for the miscommunication. I’m working on numerous tables and troubleshooting (with very little background with formulas). Your help and patience are MUCH appreciated!