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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Hi T1991, assume your current formula is in column AA, how about write a formula for Support1 in column AB, a formula for Support2 in column AC, then a formula in AD to combine the three sheets? It gets a lot simpler writing simple formulas in different columns, then combining them in an aggregate column. You have a whole bunch of space to work in, so consider simple formulas in different columns to answer your question, then once your have an answer, ask the next question in a different column and so forth. it is a lot easier than a huge formula in one cell. hope this helps. cheers!
 
Upvote 0

Forum statistics

Threads
1,216,140
Messages
6,129,105
Members
449,486
Latest member
malcolmlyle

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