Best Of
Re: Best Way to Facilitate Task Hand-Off to Different Assignees
Here are my thoughts. Hope it helps?
1. Add Key Columns to Your Sheet:
- Task Name – The main task
- Task Stage (Dropdown) – Track where the task is in the process (e.g., Idea Development, Research, Approval)
- Assigned To (Contact List) – Automatically update this as the task moves to the next stage
- Status (Dropdown) – Not Started, In Progress, Completed, etc.
- Due Date – Keep track of deadlines
2. Use Automation to Assign & Notify the Next Person:
- Set up an Automated Workflow that:
- Triggers when Task Stage changes (e.g., from "Idea Development" to "Research").
- Automatically updates the "Assigned To" column based on the stage.
- Sends an email or alert to notify the new assignee.
Example:
- When Assignee A marks "Task Stage" as "Research", Smartsheet:
- Updates "Assigned To" → Assignee B
- Sends Assignee B an alert: "You are now responsible for this task."
3. Optional: Use Reports for Individual Task Views
Each assignee can have a filtered report that only shows tasks assigned to them, making it easy to track their workload.
4. Optional: Use Conditional Formatting
To visually indicate responsibility changes, apply conditional formatting:
- If "Assigned To" changes, highlight the row to signal a hand-off.
This setup ensures a single-row workflow, prevents unnecessary duplication, and automates the hand-off process effectively. Let me know if you need help configuring the automation!
Paul.Woodward
Re: Happy 10th Anniversary Community + Giveaway!
Smartsheet is like excel on Steroids.
Kelly Kenney
Re: Happy 10th Anniversary Community + Giveaway!
In one sentence - How would you explain Smartsheet to a newbie?
You can build ecosystems for teams to streamline and automate they project goals and needs.
adam.b
Re: Is there a way to add a thin vertical line to a dahsboard?
Here are a few I modified from the many sites i downloaded from. Feel free to just open them up in your Photos/Paint Program and change the colors / size / rotations to your needs.
Here is one of many sites you can grab them from (limited free with no login or +10 w/ google login)
Web Dividers transparent vectors, photos and PSD files | Free download
Here are a few i threw on a dashboard with duplicated widgets so you can see them in action. Keep in mind, when stretching your dividers you have to play with their fit and their img sizes. I found that for a horizontal divider to span the entire page neatly was 6000x10. However, the ones i attached also worked for partial spans, but you can create these in powerpoint, or download your own and modify to your needs.
Julie Becker
Re: How to add a hyperlink to a form field?
@Joe Phelps My pleasure ! I even fixed mine ! :P
And after all my tests, it works better with the HEADING element. This way, you don't have extra columns for nothing in your database.
Don't forget to put a note in your form next to CLICK HERE reminding them to come back to complete the form.
Re: Increase Bridge Run Log Entry Limit / Update Error Prompt
Hi all,
The run log limit has been increased to 20MB!
Cheers,
Genevieve
Genevieve P.
Re: What column type is required to use MONTH to return number of new lines in a certain month?
Hello @CatB
It looked like your Date column has either an empty cell or a non-date value so you need to account it using an IFERROR function. Since having either an empty cell or a non-date value will throw an error and that causes the #INVALID DATA TYPE error message.
Try this:
=COUNTIF([Date Opened]:[Date Opened], IFERROR(MONTH(@cell ), 0) = 1)
Melissa Yamada
Re: formula to show month and year based off a date xx/xx/xx
Yes, we can create a text field that appears in the format you described. Your mo/yr column should be formatted a text/number column
If the leading zero for the month isn't important, the equation is:
=MONTH([receipt date]@row) + "/" + RIGHT(YEAR([receipt date]@row), 2)
*be sure I got the name of your date field correct
If the leading zero of the Month is important, then this formula should work
=IF(LEN(MONTH([receipt date]@row)) = 2, MONTH([receipt date]@row) + "/" + RIGHT(YEAR([receipt date]@row[receipt date]@row), 2), "0" + MONTH([receipt date]@row) + "/" + RIGHT(YEAR([receipt date]@row), 2))
If you want the year to be 4 characters then omit the Right function.
=MONTH([receipt date]@row) + "/" + YEAR([receipt date]@row)
cheers,
Kelly
Kelly Moore
Re: March Question of the Month - Join the conversation and receive a badge
I would like to improve my guitar skills. I've been playing for many years, but I'm still very much a chord strummer. I can play difficult things when I sit down and apply myself. I'd like to apply myself more often so that if I'm invited to jam with others, I can carry my part without hesitation.
Emmett Tomkinson

