Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I wanted to create a formula to check a box if an attachment was uploaded on a row but I haven't run across this function yet. Does smartsheet allow this?
Hi Wendy,
Unfortunately, it's not possible at the moment because there isn't a way to use a formula with attachments, but it's an excellent idea!
Please submit an Enhancement Request when you have a moment.
As a possible workaround, you could have an Approval Workflow triggered when an attachment is added and have that change a status column that then could check the box.
Would that work?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Wendy: As Andrée already said, there isn't a formula for this but Automated Workflows with a properly configured trigger might get you close. Could you tell me more about the use case you have in mind for this? If it is easier for you to discuss on the phone, please use this link to set up time with me to discuss.
--Scott Willeke | SmartsheetDirector of Product Management
Hi Andree,
Sorry this is a late response, but I'm interested in this process as well and have been trying to set up an Approval Workflow like you mentioned--it's currently set up with the trigger being that an attachment is added but I'm confused about the second part on changing the status column. My next action after the trigger is to request an approval but how would I set it up to check a box? The column is currently formatted as checkbox. Thanks for the help!
Hi Taylor,
No worries!
Let's say that you have an Approval Workflow that changes the Approval Status to "Submitted" we would then use that in the checkbox column.
Try something like this.
=IF([Approval Status]@row = "Submitted"; 1)
The same version but with the below changes for your and others convenience.
=IF([Approval Status]@row = "Submitted", 1)
Depending on your country, you’ll need to exchange the comma to a period and the semi-colon to a comma.
Make sense?
Have a fantastic weekend!
Andrée
@Scott Willeke Curios if there has been any progress in development or releasing a new Smartsheet feature that would allow us to reference attachments in a formula. I too have a use case for this enhancement request. Has it been added to your roadmap?
Secondly, I'm struggling with the concept of an "Approval Workflow" that would change a status column. Can you explain further please?
Thanks,
Karla B.
Hi all, I have a sheet "Transition Tracker" where my team adds data that can often change throughout the lifecycle of a project. When this data is initially added, I have an automation that copies it to another sheet used by another department. I need to add a formula to the other department's sheet that will update a…
Hi all, I have set up a form and workspace, this has multiple sheets and dashboards so that each form filled in finds its way to the correct sheet and dashboard. But when each form is completed on a sheet, the original sender does not receive an alert to inform them the form is now closed. I have 6 different sheets so what…
Hi, I'm trying to determine whether Smartsheet has a feature similar to a heat map, where cell colors automatically adjust based on changing values across a column. Since the values are constantly changing, using fixed conditional formatting ranges isn't practical. Is there a way to color cells relative to the column…