Counting Duplicates using a Formula

Trying to use COUNTIF to count how many times the values listed in Name Helper are listed in that column.
IE see screenshot below.
Id like a formula to automatically display the number 1 in the Column called "How Many Active Episodes?" for Thomson, Sally's row, the number 2 in the Column called "How Many Active Episodes?" for Smith, John's row, the number 3 for Doe, Jane's row etc.
Thanks in advance for any help!
Best Answer
-
Try something like this...
=COUNTIFS([Name helper]:[Name Helper], [Name Helper]@row)
Answers
-
Try something like this...
=COUNTIFS([Name helper]:[Name Helper], [Name Helper]@row)
-
Seems to be resolved using that formula, thank you Paul.
-
@Paul Newcome
Most often when I'm searching for an answer to a stumbling block I have I discover the answer is one of yours!
So thankful you are perusing all of the queries and responding with solutions. I have learned SO much from you.
THANK YOU!!!
Help Article Resources
Categories
Check out the Formula Handbook template!