Excel COUNTBLANK Function

Excel COUNTBLANK Function (Example + Video)

Syntax

  • COUNTBLANK(value1, [value2], …)
  • COUNTBLANK(Range)

उदाहरण :

=COUNTBLANK(A1:A20)
यदि इस range में सभी 20 cells में से 2 cells में  कोई भी value नहीं है, तो परिणाम 2 होगा।

Example :

 

A

1

11

2

3

3

 

4

 

5

0

6

1.5

 

= COUNTBLANK(A1:A6)                               Result  =  2

नोट : यहाँ A3, A4 blank cells हैं, को count function लेगा | , दो blank cells हैं इसलिए function लगाने के बाद रिजल्ट 2 होगा |  

Leave a Comment