Share via

What code should I use?

Anonymous
2024-09-20T16:16:42+00:00

The formula COUNTIF is picking up all contents in the 5 cells thus it shows 5, whereas it should show 4. (No Score is not a player) What formula would show 4 instead of 5?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-09-20T17:09:58+00:00

    If the answer must be found in column V :

    =SUM(IF(ISTEXT(V2:V10),1))-SUM(IF(RIGHT(V2:V10,8)="No Score",1))
    

    confirmed by CTRL-SHIFT-ENTER .

    Was this answer helpful?

    0 comments No comments