Hey,
How can you sumifs the top 3 value for each teams and conditional formatting for each individual team?
Thanks.
Hey,
How can you sumifs the top 3 value for each teams and conditional formatting for each individual team?
Thanks.
formula for B2 in your top 3 sheet:
=SUM(LARGE(IF(projections!$B$2:$B$92=$A2,projections!$C$2:$C$92),{1,2,3}))
It is an array formula, fill this formula to the range [B2:B9].
For your second question of 'formatting for each individual team', please provide details with a clear example.
Row row row your boat
Gently down the stream
B2=IF('top 3'!$A2<>"",SUMIFS(projections!$C$2:$C$1000,projections!$B$2:$B$1000,'top 3'!$A2,projections!$C$2:$C$1000,">="&AGGREGATE(14,6,projections!$C$2:$C$100/(projections!$B$2:$B$1000='top 3'!$A2),3)),"")
Copy down
=AND($C2=AGGREGATE(14,6,$C$2:$C$1000/($B$2:$B$1000=$B2),1),$C2<>"") green MAX
=AND($C2=AGGREGATE(15,6,$C$2:$C$1000/($B$2:$B$1000=$B2),1),$C2<>"") red MIN
applies to =$A$2:$C$1000
top 3
B2=IF('top 3'!$A2<>"",SUMIFS(projections!$C$2:$C$1000,projections!$B$2:$B$1000,'top 3'!$A2,projections!$C$2:$C$1000,">="&AGGREGATE(14,6,projections!$C$2:$C$100/(projections!$B$2:$B$1000='top 3'!$A2),3)),"")
Copy down
Last edited by CARACALLA; 10-30-2021 at 12:14 PM.
Thanks CARACALLA and Metoo7.
You are welcome
worksheet name : top 3
Cell B2 formula , Drag down
Formula:
=SUMPRODUCT(SUMIFS(projections!$C:$C,projections!$B:$B,$A2,projections!$C:$C,">="&LARGE((projections!$B$2:$B$92=$A2)*(projections!$C$2:$C$92),3)))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks