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
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives