What Is The Count?
Using the
Count function uses the same steps as figuring the Average.
Try it: Count the values
Select Cell D7
Go to
Formulas-> AutoSum.
Click on
Count.
Excel wrote the following equation:
=COUNT(D2:D6)
This is the
wrong range.
Use your cursor to highlight (select) Cells D2:D4.
What Do You
See Now?
The correct
equation is:
=COUNT(D2:D4)