Hi there looking to count all values that are of the same account as well as same names and then rank them by balance.
I believe this is a two step process but I can not figure out how to get started.
In column D I have the account numbers
In column H I have names
In column R I have balances
Data appears like this
Rank Count
122 Bob 1000 1 1
122 Jen .01 3 2
345 Ashley 2000 1 1
345 Ashley 2000 1 1
125 Jeff 100 1 1
364 Mark 100 1 1
122 Bob 1000 1 1
122 Josh 100 2 3
I believe this is a two step process but I can not figure out how to get started.
In column D I have the account numbers
In column H I have names
In column R I have balances
Data appears like this
Rank Count
122 Bob 1000 1 1
122 Jen .01 3 2
345 Ashley 2000 1 1
345 Ashley 2000 1 1
125 Jeff 100 1 1
364 Mark 100 1 1
122 Bob 1000 1 1
122 Josh 100 2 3