Forum Discussion
JohnBlack1570
Feb 04, 2024Copper Contributor
Excel count functions
I have a spreadsheet of setters of a crossword and have a COUNTIF function that gives me the number of times each setter has appeared
Puzzle Number | Setter | ||
1 | Giovanni | 194 | |
2 | Jed | 13 | |
3 | Notabilis | 147 | |
4 | Firefly | 174 | |
5 | Kcit | 187 | |
6 | Jed | 13 | |
7 | Giovanni | 194 | |
8 | Notabilis | 147 | |
9 | Citrus | 15 | |
10 | Firefly | 174 | |
11 | Notabilis | 147 | |
12 | Jed | 13 | |
13 | Elgar | 244 |
=COUNTIF(C:C,C2) gives me the sum of all occurrences of that setter
but instead of a sum that is the same for each occurrence I would prefer an ordinal sequence 1 of 194, 2 of 194 etc is there a way I can do this?
2 Replies
- OliverScheurichGold Contributor
- JohnBlack1570Copper Contributor
Thanks that is just what I was looking for