Feb 03 2023 08:34 AM
I have used COUNTIF several times before. But on this particular sheet it doesn't want to function. I am getting 0 when I should get 3. If i substitute "*" it counts all the cells. When I type out what (i.e. "Name") I'm looking for it works, but I have 6 sheets with 40 to 60 names to count on each. I did use a macro to generate a round robin tournament, but that is on a different sheet than the results. Any suggestions?
Feb 03 2023 08:44 AM
Check carefully if there is a space before or after the name in the range where you want to count the name, or another spelling difference.
Feb 03 2023 08:52 AM
Feb 08 2023 10:15 AM
Feb 08 2023 12:11 PM
You could use the SORT function to return the wins in descending order in another range.
If you want the wins to be sorted automatically in place, that would require VBA (which works only in the desktop versions of Excel for Windows and Mac , not in the online, Android and iOS versions).