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
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
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
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
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.
-
Haha, teamwork! π
Glad that it works, @Athar!
Need more information? π | Help and Learning Center
γγγ«γ‘γ― (Konnichiwa), Hallo, Hola, Bonjour, OlΓ‘, Ciao!π | Global Discussions
-
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
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!