Pull Data from Column 3 of Master Sheet if Values of 2 Columns in Sub-Sheet match with Master Sheet
Hi, I have a master sheet where I have different columns. I want to pull data from another column of master sheet to different sub-sheet based on following criteria:
- Column 1 of Master Sheet matches with Column 1 of Sub-Sheet
- Column 2 of Master Sheet matches with Column 2 of Sub-Sheet
When criteria is met, the Return Value in Column 3 of Sub-sheet shall be Column 3 value (given in master sheet).
Best Answers
-
Hi @Athar
It sounds like a cross-sheet INDEX(COLLECT formula will work for you! Try something like this in your sub-sheet column 3:
=INDEX(COLLECT({Column 3 Master Sheet}, {Column 1 Master Sheet}, [Column 1]@row, {Column 2 Master Sheet}, [Column 2]@row), 1)
Let me know if this makes sense or if you'd like to see screen captures.
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
You are going to want something along the lines of...
=INDEX(COLLECT({Master Sheet 3rd Column}, {Master Sheet 1st Column}, @cell = [Column1]@row, {Master Sheet 2nd Column}, @cell = [Column2]@row), 1)
Answers
-
Hi @Athar
It sounds like a cross-sheet INDEX(COLLECT formula will work for you! Try something like this in your sub-sheet column 3:
=INDEX(COLLECT({Column 3 Master Sheet}, {Column 1 Master Sheet}, [Column 1]@row, {Column 2 Master Sheet}, [Column 2]@row), 1)
Let me know if this makes sense or if you'd like to see screen captures.
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
-
You are going to want something along the lines of...
=INDEX(COLLECT({Master Sheet 3rd Column}, {Master Sheet 1st Column}, @cell = [Column1]@row, {Master Sheet 2nd Column}, @cell = [Column2]@row), 1)
-
Thank you so much Genevieve P. and Paul Newcome.
The formula is working correctly.
-
@Athar Happy to help. 👍️
@Genevieve P. I opened the thread to respond but then got sidetracked. I should have refreshed before posting. Then I would have seen you already beat me to it. Hahaha.
-
Thank you.
I have posted another issue https://community.smartsheet.com/discussion/82954/send-automation-email-s-once-in-24-hours#latest.
Can you guys kindly comment on that thread or refer someone you know? I would be grateful for this help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 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
- 300 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!