Hello, I am looking to fix my formula or understand a better formula to rank titles in one column where the title can appear multiple times with different number of units each time the title appears. Below is an example (Note I only included the rank in column C without the name of the title to make it easier to read):
ColumnA ColumnB Column C - Ranking Column D Formula
Title A 517 2 =$A2&COUNTIFS($A:$A,$A2,$B:$B,">"&$B2)+COUNTIFS($B$2:$B2,$B2)
Title A 4706 1 =$A3&COUNTIFS($A:$A,$A3,$B:$B,">"&$B3)+COUNTIFS($B$2:$B3,$B3)
Title B 628 3 =$A4&COUNTIFS($A:$A,$A4,$B:$B,">"&$B4)+COUNTIFS($B$2:$B4,$B4)
Title B 2454 1 =$A5&COUNTIFS($A:$A,$A5,$B:$B,">"&$B5)+COUNTIFS($B$2:$B5,$B5)
Title B 21 6 =$A6&COUNTIFS($A:$A,$A6,$B:$B,">"&$B6)+COUNTIFS($B$2:$B6,$B6)
Title B 210 4 =$A7&COUNTIFS($A:$A,$A7,$B:$B,">"&$B7)+COUNTIFS($B$2:$B7,$B7)
Title B 132 5 =$A8&COUNTIFS($A:$A,$A8,$B:$B,">"&$B8)+COUNTIFS($B$2:$B8,$B8)
Title B 778 2 =$A9&COUNTIFS($A:$A,$A9,$B:$B,">"&$B9)+COUNTIFS($B$2:$B9,$B9)
What I would like is for column C to include the title and the ranking based on the sum of column B. For instance, I want Title A to be ranked 1 on both row 2 and 3 in column C. I also want Title B to be ranked 2 in the six columns it appears.
Any help will be appreciated.
Thank you in advance.
ColumnA ColumnB Column C - Ranking Column D Formula
Title A 517 2 =$A2&COUNTIFS($A:$A,$A2,$B:$B,">"&$B2)+COUNTIFS($B$2:$B2,$B2)
Title A 4706 1 =$A3&COUNTIFS($A:$A,$A3,$B:$B,">"&$B3)+COUNTIFS($B$2:$B3,$B3)
Title B 628 3 =$A4&COUNTIFS($A:$A,$A4,$B:$B,">"&$B4)+COUNTIFS($B$2:$B4,$B4)
Title B 2454 1 =$A5&COUNTIFS($A:$A,$A5,$B:$B,">"&$B5)+COUNTIFS($B$2:$B5,$B5)
Title B 21 6 =$A6&COUNTIFS($A:$A,$A6,$B:$B,">"&$B6)+COUNTIFS($B$2:$B6,$B6)
Title B 210 4 =$A7&COUNTIFS($A:$A,$A7,$B:$B,">"&$B7)+COUNTIFS($B$2:$B7,$B7)
Title B 132 5 =$A8&COUNTIFS($A:$A,$A8,$B:$B,">"&$B8)+COUNTIFS($B$2:$B8,$B8)
Title B 778 2 =$A9&COUNTIFS($A:$A,$A9,$B:$B,">"&$B9)+COUNTIFS($B$2:$B9,$B9)
What I would like is for column C to include the title and the ranking based on the sum of column B. For instance, I want Title A to be ranked 1 on both row 2 and 3 in column C. I also want Title B to be ranked 2 in the six columns it appears.
Any help will be appreciated.
Thank you in advance.