so I'm trying to sum by ticker and rank largest to smallest (not sure how to do it with same ticker for different lots/amounts)

speckledtrout

New Member
Joined
Dec 11, 2017
Messages
1
I have data in two columns such as:

AA 50
AA 30
bb 19
XX 20
XX 10

I'm trying to sum by column A inputs and rank highest to lowest by the summed numbers using column B values
 

Excel Facts

Select all contiguous cells
Pressing Ctrl+* (asterisk) will select the "current region" - all contiguous cells in all directions.
Hi,

One way :-

Ctrl+Shift+Enter NOT just Enter

D2 =IFERROR(LARGE(--(FREQUENCY((SUMIF($A$2:$A$6,$A$2:$A$6,$B$2:$B$6)),(SUMIF($A$2:$A$6,$A$2:$A$6,$B$2:$B$6))) < 2)*SUMIF($A$2:$A$7,$A$2:$A$7,$B$2:$B$7),ROWS(D$1:D1)),"")

ABCD
1TextNumbersTotal Per Text
2AA5080
3AA3030
4BB1919
5XX200
6XX100

<colgroup><col><col><col span="2"><col></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,840
Members
449,096
Latest member
Erald

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