Multiple Criteria Rank With Sumproduct

xlmaniac

Well-known Member
Joined
Jul 2, 2009
Messages
527
Office Version
  1. 2010
Platform
  1. Windows
Dear All,
I do have a sample data-set across A1:C8 as follows.
In Column D, I have put my desired result(conditional rank with multiple criteria).
In column E, I have tried to populate the result with Sumproduct function, but it is yielding 1,
Could someone help me in re-constructing the formula with SUmproduct.
My formula in E1=SUMPRODUCT(--($A$2:$A$8=A2),--($B$2:$B$8=B2),--(C2<$C$2:$C$8))+1
Pls help.
NameDepartmentScoreRank-desired ResultResult With Sumproduct
AScience8021
BScience7531
CScience9511
DCommerce6031
ECommerce5541
FCommerce7021
GCommerce8011

<tbody>
</tbody>
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Not sure why yo are looking at col A, try
=SUMPRODUCT(($B$2:$B$8=B2)*(C2<$C$2:$C$8))+1
 
Upvote 0
Not sure why yo are looking at col A, try
=SUMPRODUCT(($B$2:$B$8=B2)*(C2<$C$2:$C$8))+1


Dear Fluff,
Thanks for highlighting the error part.
Thanks also for helping me again with your support.
Really appreciate your help.:biggrin:
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,214,913
Messages
6,122,207
Members
449,074
Latest member
cancansova

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