I was wondering if there is a way to combine 2 columns together when you send an actual email from a row to have everything on one line rather than 2?
Hello,
There currently isn't a way to combine them in the email, you'll want to do this in your sheet.
You can do this by creating a third column, then using a JOIN function to connect the text together with a delimiter (such as a space or dash).
Then when you send the email (or in your automated notifications), include that new column instead of the two separate ones
Details on JOIN.
Details on sending email from Smartsheet.
More information on automated notifications.
Good day @Shaine Greenwood - I used this function as follows but received a INCORRECT ARGUMENT error:
=JOIN([First Name (as per passport)]@row; [Last Name (as per passport)]@row; " ")
Hi @Nats.Rudy
You'll want to use a colon between the two cell references. Try this:
=JOIN([First Name (as per passport)]@row:[Last Name (as per passport)]@row; " ")
Cheers,
Genevieve
I have a Smartsheet automation setup to reminder the planning to complete their sections. It is setup to remind weekly until completed box is checked. They received 2 reminders and then the reminders stopped. Any idea what could be wrong? I can't tell that anything has changed in the sheet. Thanks Freda
I'm editing formulas in a Sheet Summary. However, I'm prevented from seeing the formula by an annoying "helpful" popup that obscures my view. I can't figure out how to get rid of the popup. Does anyone know?
I am trying to create a workflow and for some reason it gives me an error with the email I entered as the recipient for my Alert. It is an email that I know works, it is shared to the sheet, and the access to the sheet is unrestricted. I am perplexed at what the issue is. Anyone else get this and know what the issue is?