A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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 .
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.
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 .