Update Copied Cell
Hello, I have an issue that a report will not rectify.
I have a client facing board, once a cell in each row hits a certain threshold, the row is automatically copied to another board that has different (internal) attributes included. The problem is, there is one cell in each row that needs to continue to update. Right now we are manually linking each cell, but there must be a way to update the entire column one time. As a note, there is a unique identified per row.
Is there any formula I can use?
Thanks!
Best Answer
-
Since you have a unique id, you can use an INDEX/MATCH.
=INDEX({Source Sheet Column To Pull From}, MATCH([Unique ID]@row, {Source Sheet Unique ID Column}, 0))
Answers
-
Since you have a unique id, you can use an INDEX/MATCH.
=INDEX({Source Sheet Column To Pull From}, MATCH([Unique ID]@row, {Source Sheet Unique ID Column}, 0))
-
That worked! Thank you so much!
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 141 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!