Thursday, 29 June 2017

Count Formulas in Ms-Excel


In this video we can discuss about Some Count Formulas in below notes

1. COUNT ():-
It counts the only numerical cells in range of selection.
Syntax:-
=COUNT (A1:A10)

2. COUNTA():-
It not counts the empty cells in range of selection
Syntax:-
=COUNTA (A1:A10)

3.COUNTBLANK():-
It counts the only blank cells in range of selection.
Syntax:-
=COUNTBLANK (A1:A10)

4.COUNTIF():-
It counts the highest (or) least value cells on required.
Syntax:-
=COUNTIF (A1:A10,”<=5”)
(OR)
=COUNTIF (A1:A10,”>=5”)

Labels:

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home