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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!