Conditionally Copy "Modified By" value to another row cell
An update to a column called, "FOO", should trigger an event where the contents of "Modified By" are copied to a column called, "BAR".
Steps.
1. I change the contents for "FOO" from 'a' to 'b'.
2. "Modified By' changes to my email (the usual automated way)
3. My email is copied over to "BAR"
**If a field other than "FOO" changes, it doesn't affect "BAR".
This doesn't seem possible via an automation?
Best Answer
-
Not directly via automation, but I did develop a way to do this that uses an automation. The basic idea is that you set up a helper text/number column with a formula that simply replicates the [Modified By] column data.
=[Modified By]@row
Then you set up a copy row automation to trigger when [FOO] changes and copy the row to another sheet (this captures static data in that helper column).
Finally you would use a formula with cross sheet references such as INDEX/MATCH to pull the static data from the helper column back into the first sheet.
The below thread is for the date/time stamp, but it is the same idea.
Answers
-
Not directly via automation, but I did develop a way to do this that uses an automation. The basic idea is that you set up a helper text/number column with a formula that simply replicates the [Modified By] column data.
=[Modified By]@row
Then you set up a copy row automation to trigger when [FOO] changes and copy the row to another sheet (this captures static data in that helper column).
Finally you would use a formula with cross sheet references such as INDEX/MATCH to pull the static data from the helper column back into the first sheet.
The below thread is for the date/time stamp, but it is the same idea.
-
Thanks @Paul Newcome for this great advice!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives