Excluding empty cells in the SUMIFS formula

Solved
remy -  
 remy -
Hello,

In a data range G11:G1000, I only have the 3 values RF, RF, and AZ for example in the first 3 rows.
I enter the formula below to get the values different from RF while excluding empty cells:
=COUNTIFS($G$11:$G$1000,"<>RF",$G$11:$G$1000,"<>""")
And I get back 988 :( while I would expect 1 as a result in this example.

Could someone tell me where the error is, please?

Thank you in advance!

Configuration: Windows / Internet Explorer 11.0

2 réponses

DjiDji59430 Posted messages 4277 Registration date   Status Membre Last intervention   716
 
Hello,

try with

=COUNTIFS($G$11:$G$1000,"<>RF",$G$11:$G$1000,"<>")

Your cells are really empty (not the result of a formula
?)

A piece, or the file would clarify your request better!!

Best regards
4