Hello Friends,
I need a Rank formula based on criteria
Here is a sample data (having Names in A2:A8 & Qty in D2:D8)
NAMES Qty
[TABLE="width: 128"]
<tbody>[TR]
[TD="width: 64"]Peter[/TD]
[TD="width: 64, align: right"]25[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD="align: right"]99[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD="align: right"]36[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD="align: right"]25[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD="align: right"]48[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]99[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]2[/TD]
[/TR]
</tbody>[/TABLE]
Required names (rank wise) based on sum of Quantites in Column D
In this case answer should be
John (coz john has the maximum qty of 147)
Peter (then peter with a qty of 126)
Mike (then Mike with a qty of 61)
Any help would be appreciated.
Regards,
Humayun
I need a Rank formula based on criteria
Here is a sample data (having Names in A2:A8 & Qty in D2:D8)
NAMES Qty
[TABLE="width: 128"]
<tbody>[TR]
[TD="width: 64"]Peter[/TD]
[TD="width: 64, align: right"]25[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD="align: right"]99[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD="align: right"]36[/TD]
[/TR]
[TR]
[TD]Mike[/TD]
[TD="align: right"]25[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD="align: right"]48[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]99[/TD]
[/TR]
[TR]
[TD]Peter[/TD]
[TD="align: right"]2[/TD]
[/TR]
</tbody>[/TABLE]
Required names (rank wise) based on sum of Quantites in Column D
In this case answer should be
John (coz john has the maximum qty of 147)
Peter (then peter with a qty of 126)
Mike (then Mike with a qty of 61)
Any help would be appreciated.
Regards,
Humayun
Last edited: