Sign in to join the conversation:
Greetings,
I'm trying to exclude my parent rows from auto populating my Status and all my Modified By and Created By data.
Is this possible?
I tried adding - into the fields that I could, and nothing happened.
Modified and Created type columns are not able to be edited or overwritten. Either they are there for EVERY row or no rows.
One workaround though would be to create another Helper column of the date type and use the formula
=IF(COUNT(CHILDREN()) = 0, Modified@row)
or
=IF(COUNT(CHILDREN()) = 0, Created@row)
to pull the date from the original column if the row has no child rows (meaning it is not a parent row).
This will only pull the date though.
Smartsheet is currently combining my automated emails from multiple lines into a single email. Is there a way to force each line to get its own email? I have column placeholders in the subject and body of the message, but it always combines lines into a single email when the automations are triggered at the same time for…
We are looking for an easy way to track attendance and completion for a list of trainings. Ideally, we want each person attending a training to be able to check in themselves and mark when they’ve completed a specific course. We would need to track each user. They could enter their name, and we would time-stamp the record.…
In a sheet, in the primary column (Task Name), I have multiple parent rows with all of the same child rows beneath each parent row. A simplified example is each Parent Row is a new lot number, with two associated child rows called "Date of Shipment" and Date COA". There is also a drop down Status column. I want to create…