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
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 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!