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 dashboard that has a report widget and I was wondering, can that widget also show the documents attached to a row so you can click on them or is that only in the sheet?
Is there a way to prevent a shared user from seeing the data in the "View Detail" option? I'm trying to make sure that when a user is given access to view a report, they can only view the columns present in that report. The view might only show certain columns but the user can then click on the record as shown below and…
I have a project sheet with a Gantt chart where the timescale headings are not aligning with my project’s fiscal year and start/end dates. Configuration: - Primary heading: Quarters (displaying as Q4 2026) - Secondary heading: Months (MMM format) - Fiscal year start: February 2 - Week start: Sunday - Project start date:…