Auto populate a contact cell but still with overwrite capabilities
Hello, I am trying to "suggest" a contact in a contact list column but can't find a way to automatically populate a cell while still having the ability to overwrite it later if that suggestion is not correct.
So I've got a Program column, a Suggested column, and a Assignee column. Program is a dropdown and Suggested (contact list column) has a column formula INDEX(MATCH()) to pull from another sheet who is probably going to be assigned (a contact). It's not 1:1 though and some rows will be Program A with person 1 while others are Program A with person 2.
I am looking for a way to automatically copy the contact in the Suggested column to the Assignee column. I can't use a column formula because I may need to change it later. Smartsheet Automation's "assign people" task only allows assigning specific people, not a contact from another cell. Automation's "change cell value" doesn't allow changes to contact cells. The Assignee column needs to be the contact list type so that they can be emailed using automation later.
Is there a way to accomplish this?
____________________________________________________
| Program | Suggested (fx) | Assigned |
|-----------------------------------------------------|
| A | Nick | Nick |
| A | Nick | Casey |
| B | Brent | TBD |
|------------------------------------------------------|
Answers
-
You would need an extra column for a total of 3 columns. One has the INDEX/MATCH, another is for "Manual Override", and the 3rd is the final column that is used for automations. You would use an IF statement in this last column to pull from the manual column if it isn't blank, otherwise pull from the formula column.
=IF([Manual Override]@row <> "", [Manual Override]@row, [Automated Column]@row)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!