Set a dropdown value when adding a row using Outlook add-in
![hanseric](https://us.v-cdn.net/6031209/uploads/drupal_profile/files/2018-12/66/8f/n668f2bf7e6a274047598e84c631b3ed4.png)
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?
Comments
-
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
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives