Countifs(range1;not empty...)

Morgan13300 Posted messages 2 Status Membre -  
Morgan13300 Posted messages 2 Status Membre -
Hello,
I'm looking to complete the formula below:
=COUNTIFS('Sheet1'!A1:A1000;not empty;'Sheet1'!B1:B1000;not empty)

Of course, I've tried:
NOT(ISBLANK())
<>""

but I can't get it to work

Help me

1 réponse

diablo13800 Posted messages 3469 Registration date   Status Membre Last intervention   1 872
 
Hello,

Here is your corrected formula :)

=COUNTIFS('Sheet1'!A1:A1000,"<>",'Sheet1'!B1:B1000,"<>")

However, rather than doing A1:A1000, it is preferable to select the entire column directly; it's generally simpler

=COUNTIFS('Sheet1'!A:A,"<>",'Sheet1'!B:B,"<>")

Let me know if this works for you

Best regards
A conquer without peril is to triumph without glory.
Pierre Corneille, Le Cid
4
Morgan13300 Posted messages 2 Status Membre
 
It works very well,

Thank you very much
0