Aggregate formula

Glacombe

Board Regular
Joined
Oct 31, 2018
Messages
101
Office Version
  1. 2016
Platform
  1. Windows
Hello, I have the following formula and it works super good:

=IFERROR(INDEX('Talent Management'!$B$2:$B$130,AGGREGATE(15,6,(ROW('Talent Management'!$B$2:$B$130)-ROW('Talent Management'!$B$2)+1)/('Talent Management'!$C$2:$C$130="EX-03"),ROWS(E$1:E1))),"")

The part that is underline I would like to stay and add also the data that matches "Well-Placed in Role" that would be found in column "U". Where would I insert that extra argument?

Thanks
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
How about
Excel Formula:
=IFERROR(INDEX('Talent Management'!$B$2:$B$130,AGGREGATE(15,6,(ROW('Talent Management'!$B$2:$B$130)-ROW('Talent Management'!$B$2)+1)/('Talent Management'!$C$2:$C$130="EX-03")/('Talent Management'!$U$2:$U$130="Well-Placed in Role"),ROWS(E$1:E1))),"")
 
Upvote 0
Solution
How about
Excel Formula:
=IFERROR(INDEX('Talent Management'!$B$2:$B$130,AGGREGATE(15,6,(ROW('Talent Management'!$B$2:$B$130)-ROW('Talent Management'!$B$2)+1)/('Talent Management'!$C$2:$C$130="EX-03")/('Talent Management'!$U$2:$U$130="Well-Placed in Role"),ROWS(E$1:E1))),"")
Thanks Fluff, the results shows a blank cell, the formula starts in row E4 would I need to change to that from E$1:E1?
 
Upvote 0
Thanks Fluff, the results shows a blank cell, the formula starts in row E4 would I need to change to that from E$1:E1?
Hey Fluff I found the mistake, there was an extra space between "placed and in" from my data sheet, it does work again thanks
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,871
Members
449,055
Latest member
excelhelp12345

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