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'm seeking the ability to set a dropdown value (e.g. "New" in "Status" column) when adding a row to a sheet via either manual entry or (more likely) using the Outlook add-in.
Is there a way to do that?
Hi,
Yes, there is. You could have a formula in the Status column, and as long as at least two previous/following rows have the same formulas, it will work.
You might have to restructure the design so the rows would be added to the top instead or add a divider with two rows with the formula because I assume that you'd want to change the Status, and that would delete the formula.
Something like this.
Try something like this.
=IF(ISBLANK(Primary@row); ""; "New")
The same version but with the below changes for your and others convenience.
=IF(ISBLANK(Primary@row), "", "New")
Depending on your country, you’ll need to exchange the comma to a period and the semi-colon to a comma.
Would that work?
I hope that helps!
Have a fantastic weekend!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Hello Smartsheet Friends! I recently switched jobs and once again working at a company that uses Smartsheet (hooray!). That said my skills are a little rusty, and I'm struggling with a basic update request automation. I've added a checkbox column titled 'Product Owner Update'. The intent, is that when a user checks the…
Hi My team have a list of projects they are working on. I want to prompt them for a weekly update that will ask them to populate these fields - RAG Status , Progress this week , Plan Next week, Risks/Decision/Issues , Details Then i can create a dashboard showing only this weeks info but i have the repository in the back…
How to use Smartsheet AI/automation to automically write project status?