What does it do?
Counts the number of cells that contain numbers
Formula breakdown:
=COUNT(value1, [value2]…)
What it means:
=COUNT(range of cells to check, [additional cells to include in the check]…)
Ever had a column of data and wanted to check if all of the values contain valid numbers?
It would be cumbersome to count and check them one by one, especially if you had hundreds of entries!
Imagine we have the following data, we see an error, a text and a couple of numbers:
Thankfully there is an easy way to count how many of these cells contain valid numbers using the Excel’s COUNT formula.
I explain how you can do this below:
STEP 1: We need to enter the COUNT function in a blank cell:
=COUNT(
STEP 2: The COUNT arguments:
Table of Contents
value
What is the value / range of values that you want to check?
=COUNT(C9:C12)
You now have your count of valid numbers!
Count Formula in Excel
Bryan
Bryan Hong is an IT Software Developer for more than 10 years and has the following certifications: Microsoft Certified Professional Developer (MCPD): Web Developer, Microsoft Certified Technology Specialist (MCTS): Windows Applications, Microsoft Certified Systems Engineer (MCSE) and Microsoft Certified Systems Administrator (MCSA).
He is also an Amazon #1 bestselling author of 4 Microsoft Excel books and a teacher of Microsoft Excel & Office at the MyExecelOnline Academy Online Course.