Multiple Criteria Array Formula Help

RicardoCubed

Board Regular
Joined
Jul 10, 2013
Messages
206
Office Version
  1. 365
Platform
  1. Windows
Hi out there. I have the below array formula in cell C43 (which with prior help from this great forum) works great. I now want to add a second criteria to this - in my case the "supervisors name" in cell D41. I tried a few things in cell C43 like if & and as well as couple other combos. Its not coming to me.
Help appreciated. Summary is want to be able to put in cost center and supervisor and formula returns all of the people (names) that fit in C43 and down!
Thanks in advance!!!!


Excel 2010
BCDE
40Cost Center (Insert ------->)32 os3.00
41Supervisor Name (insert -->
42CountName (Concatenated)FTESalary
431Andy, Amos N-1.00
442Boop, Betty-1.00
453Chaplin, Charlie-1.00
46#N/A-#N/A#N/A
Load
Cell Formulas
RangeFormula
E40=E115
E43=INDEX(Detail!$X$3:$X$590,MATCH($C43,Detail!$CT$3:$CT$590,0))
B43=IF(D43<>"na",ROW()-ROW($B$43:B43)+1,"-")
D43=INDEX(Detail!$N$3:$N$590,MATCH($C43,Detail!$CT$3:$CT$590,0))
C43{=IFERROR(INDEX(Detail!CT$3:CT$530,SMALL(IF(Detail!$J$3:$J$530=$D$40,ROW(Detail!CT$3:CT$530)-ROW(Detail!B$3)+1),ROWS(Detail!B$3:Detail!B3))),"-")}
Press CTRL+SHIFT+ENTER to enter array formulas.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I think you should be able to multiply your criteria. ...If((Detail!$J$3:$J$530=$D$40)*(SupervisorNameRange=$D$41),ROW(...
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,733
Members
448,987
Latest member
marion_davis

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