Forum Discussion

JohnBlack1570's avatar
JohnBlack1570
Copper Contributor
Feb 04, 2024

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 NumberSetter 
 1Giovanni194
 2Jed13
 3Notabilis147
 4Firefly174
 5Kcit187
 6Jed13
 7Giovanni194
 8Notabilis147
 9Citrus15
 10Firefly174
 11Notabilis147
 12Jed13
 13Elgar244

=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?

Resources