Pull data from multiple sheets that match varying criteria

T1991

New Member
Joined
Oct 7, 2015
Messages
26
Office Version
  1. 2016
In excel, I am using this formula:

=IFERROR(INDEX(Master!$G:$G,AGGREGATE(15,6,ROW(Master!$G$3:$G$98)/(Master!$H$3:$H$98=$A$13)/(Master!$I$3:$I$98=$B$6)/(Master!$J$3:$J$98=$A$4)/(ISNA(MATCH(Master!$G$3:$G$98,B$12:B12,0))),1)),"")

The formula checks Master sheet and returns a value from column G that meets the criteria. However, I want to add additional sheets to this check. They are:

Sheet name: Support 1
Return value column: C
Criteria:
$B$3:$B$98=$A$4
$D$3:$D$98=$A$13
$E$3:$E$98=$B$6

Sheet name: Support 2
Return value column: D
Criteria:
$B$3:$B$98=$A$4
$G$3:$G$98=$A$13
$E$3:$E$98=$B$6

The intention is that it checks all three sheets for any matches and returns any singular instances of values that match. How would I add this to the formula?
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,215,772
Messages
6,126,814
Members
449,339
Latest member
Cap N

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top