Help Mirroring a whole column from one sheet to another

zlogan
✭✭
I was trying this from another post but I cannot get it to work.
=IFERROR(INDEX({Reference Sheet Column B}, MATCH([Column A]@row, {Reference sheet Column A}, 0)), "")
(these are test sheets) I need column "Name" from Test to mirror to column "Name" in Test 2
Thanks in advance.
Answers
-
You will need an additionally identifier. In sheet 2, you will insert the formula:
=IFERROR(INDEX({NAME in SHEET A}, MATCH([Identifier]@row, {IDENTIFIER in SHEET A}, 0)), "")
So, whenever sheet B has matching identifiers with sheet A, it will pull the name.
If you want to mirror the data, you may just want to use automation to copy rows on a trigger.
Sincerely,
Jacob Stey
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!