Best Of
Re: Share Data Shuttle Workflows
@Kleerfyre That's a good point! It's not as straightforward as it could be, but if I look at a sheet's activity log and see that a coworker has modified a dropdown list at 2am every day, that's a pretty good sign that they are updating it via Data Shuttle.
Re: Bring back value based on a value in another cell
Hey @mahmadi
Using <> "No" is exactly what I would have suggested:
=JOIN(COLLECT({Special Care Items}, camp@row:Fleet@row, @cell <> "No"), ", ")
If this isn't working, can you post a screen capture of how the reference sheet is set up?
Thanks,
Genevieve
Genevieve P.
Re: How to delete rows automatically
Below is a manual workaround I use to get a notification when a sheet is getting full.
In the Sheet Summary of the “trash” sheet, I have 3 fields, Total Columns, Total Rows and Total Cells (which is Total Columns*Total Rows). On the first row of the sheet, I add an INFO row with specific data that I can reference in automation and the Total Cells (=[Total Cells]#) in another cell. (I color that row orange.)
This allows me to setup automation that runs Every Day at a specific time and sends me a notice when the Total Cells is >350000. I manually delete all the rows because we don’t need them, but I don’t have to think about it until I get notified.
On my notification row, I’m using the cells that are in the sheet – I didn’t create any extra columns:
I know its not automated, but perhaps it will help you.
It can take a while to delete so I usually open it in a new window and let it do its thing while I move on.
Some folks want to keep everything - in that case I make a copy of my Move sheet for posterity and then delete the data.
Re: Why is my destination sheet not showing for copying a row in a workflow?
Thank you for confirming that you see the desired sheet!
Yes, the sheet picker was updated recently. The pop-up window is a window to Search in, versus immediately displaying sheets in your account. Here's the release note:
Cheers,
Genevieve
Genevieve P.
Sheet Templates
I'm new to the Smartsheet Planning group for our team so I'm coming in after years of them doing things a certain way. I'm trying to find a more efficient manner to manage updates to master sheets instead of rolling them out quarterly as we've been doing. Essentially every quarter we pull all feedback, make updates to the primary sheets we have, then the team uses the new version for any new projects going forward. This doesn't seem like the most efficient way to do this.
Right now we make multiple copies of a particular sheet and team members rename one of the copies for their project. The problem with this is if we find an error or an update we'd like to make to the master as we are working through our project, we can't push out updates to all sheets that are already being used. This means everyone is not potentially using the same version of the sheet.
I'm wondering if there is a way that if we need to make updates to the main sheet is there a way to get those updates to flow to all sheets being used. Would creating a template and people creating a sheet using the template work like this? Essentially making the sheets being used dynamic and up to date with all corrections/updates to the master template.
Re: WorkApps User Management
I know this is old but I have a suggestion. Those with Group Management permissions can create groups and add the groups to the WorkApp roles. Any System Admin can edit groups created by Group Admins. Still very limited, but at least its not limited to 1 person at a time.
Re: AVERAGEIF and Quarters
Hey @Amy Evans
The syntax smartsheet is expecting for an AverageIF is AVERAGEIF(range, criteria, [average_range]), where the first range is part of the range-criteria pair, and the last range is what needs to be averaged, if it is a different range than the first. Note an AverageIf will only support one criteria. If there are more criterion required to filter the data, one must swap to AVG(COLLECT). The AverageIf works for your case.
AVERAGEIF({PROD Release Date},@cell<=[Quarter Date End]@row, {Cycle Time Months})
Does this formula give you the expected result?
Kelly
Kelly Moore
Re: How to delete rows automatically
To automatically delete rows in an "archive/trash bin" sheet I do this. I use a standard "move" automation template to move the rows into a newly created "trash bin" sheet. Using Data Shuttle I do this:
- Create an Upload workflow.
- The source file will be a blank .xls or .csv with the identical structure as your regular data import file - but blanked out, no data.
- Configure the workflow for complete replace of the target sheet (the "delete bin" sheet).
- Schedule the new delete bin workflow frequency greater than the frequency of your data import. For example, if you upload your data every hour, then empty the trash bin every 15 or 30 minutes. I do this to reduce the chance that I could "overflow" the trash bin and halt the automation.
Re: Is it possible to duplicate blueprint of a control center program to another prgram?
Hello @jmyzk_cloudsmart_jp
While (I believe) you cannot do this directly in Control Center you can copy the parent row (which will copy all the underlying rows as well) of the Blueprint in the Config Sheet from Program 1 to Program 2. This will create the same Blueprint in Program 2. You may need/want to reposition this within the config Sheet so that the hierarchy is correct and it is in the order you want.
If you want to reference the same template folder this will be inherited in the Blueprint. If you want to use a different template folder than you can make that adjustment in Control Center or the Config Sheet (the Config Sheet can actually manage a lot of what you can do in Control Center, it's just easier to mess up so I'd be careful).
👨🏼💻 Dan Palenchar | School of Sheets Solutions Consulting (Smartsheet Aligned Gold Partner)
If this response helped you please help me & the community by accepting it and reacting as you see fit (💡insightful, ⬆️ Vote Up, and/or ❤️Awesome).
🆘 Smartsheet Consulting Inquiries: schoolofsheets.com/workwithus
▶️ Smartsheet Tutorial Videos: schoolofsheets.com/youtube
Re: Embedding powerpoint file in a dashboard - can I restrict which slide(s) are accessible?
Actually, we found the solution!
embed the image and then look up the slide ID.
As long as the image (file) and slide ID are included, it will always open up to the same slide every time.


