EDUCBA

EDUCBA

MENUMENU
  • Free Tutorials
  • Certification Courses
  • 120+ Courses All in One Bundle
  • Login
Home Excel Excel Resources Statistical Functions in Excel COUNT Formula in Excel
Secondary Sidebar
Excel Functions
  • Statistical Functions in Excel
    • COUNTIF Formula in Excel
    • COUNTIF Multiple Conditions
    • COUNTIFS with Multiple Criteria
    • Statistics in Excel
    • Confidence Interval in Excel
    • Interpolate in Excel
    • Linear Programming in Excel
    • COUNTIFS in Excel
    • Excel Variance
    • Normal Distribution Formula in Excel
    • Count Cells with Text in Excel
    • Excel Formula For Rank
    • Linear Regression in Excel
    • COUNTA Function in Excel
    • MAX Formula in Excel
    • Excel NORMSINV
    • Count Names in Excel
    • FORECAST Formula in Excel
    • NPER in Excel
    • Excel Median Formula
    • Lognormal Distribution in Excel
    • Excel Chi Square Test
    • Count Formula in Excel
    • COUNTIF Examples in Excel
    • Excel P-Value
    • COUNTIF Not Blank in Excel
    • Excel Standard Deviation Formula
    • Excel GROWTH Formula
    • Excel Percentile Formula
    • Excel Frequency Formula
    • Excel Average Formula
    • Excel Correlation Matrix
    • Excel Z Score
    • Excel MAX IF Function
    • Z TEST in Excel
    • Excel Trendline
    • Excel F-Test
    • Excel STDEV Function
    • Excel Frequency Distribution
    • DCOUNT Function in Excel
    • Excel MIN Function
    • Excel Forecast Function
    • FREQUENCY Excel Function
    • COUNTIF with Multiple Criteria
    • Standard Deviation in Excel
    • MAX Excel Function
    • Excel QUARTILE Function
    • Excel T.Test Function
    • Excel PERCENTILE Function
    • MODE Excel Function
    • SLOPE Excel Function
    • Excel Median Function
    • Excel TREND Function
    • Excel Count Function
    • Excel LARGE Function
    • SMALL Excel Function
    • COUNTIF Excel Function
    • Excel AVERAGE Function
    • Excel CORREL Function
  • Excel Functions (12+)
  • Excel Tools (114+)
  • Financial Functions in Excel (17+)
  • Logical Functions in Excel (14+)
  • Lookup and Reference Functions in Excel (36+)
  • Maths Function in Excel (47+)
  • TEXT and String Functions in Excel (26+)
  • Date and Time Function in Excel (24+)
  • Information Functions in Excel (4+)
  • Excel Charts (56+)
  • Excel Tips (220+)
  • Workplace Productivity (4+)
  • Microsoft Office Tools (15+)
  • Excel Formula and Functions (22+)
  • MS Excel Shortcuts (4+)
Excel Functions Courses
  • EXCEL ADVANCED Training Certification
  • Online Excel for Marketing Course

COUNT Formula in Excel

By Pradeep SPradeep S

Count Formula in Excel

Excel COUNT Formula (Table of Contents)

  • COUNT Formula in Excel
  • How to Use COUNT Formula in Excel?

COUNT Formula in Excel

COUNT Formula is an in-built integrated function that is categorized under statistical function in excel (COUNT GROUP OF FUNCTIONS).

Start Your Free Excel Course

Excel functions, formula, charts, formatting creating excel dashboard & others

  • COUNT formula is specific to only numbers.
  • COUNT formula in excel is easy to use, flexible & very simple function with few arguments.
  • COUNT formula can also be used with other excel functions to get the desired output.

COUNT Formula counts the number of cells in a range or array that contains numbers. By default, COUNT Formula counts numerical values, i.e. numbers and dates, in numeric format.

Formula or Syntax for COUNT function in excel is:

Syntax

The COUNT formula in excel has the below-mentioned arguments:

  • value1: (Compulsory or required argument) cell references or ranges where you want to count numbers.
  • value2: (Optional or Not required argument) cell references or ranges where you want to count numbers.

Note: COUNT formula can contain up to 255 Value argument.

How to Use COUNT Formula in Excel?

COUNT Formula in Excel is very simple and easy to use.

You can download this COUNT Formula Excel Template here – COUNT Formula Excel Template

Let’s understand the working of the COUNT Formula in Excel with few examples.

Count Formula

The below Table contains different types of datasets in each column. Column B(NUMBERS) contains only numeric values (Range: B2 to B7), Column C (DATES + NUMBERS) contains dates & numeric values (Range: C2 to C7), Column D (TEXT + NUMBERS) contains text value & numeric values (Range: D2 to D7) & Column E (FORMULA ERROR VALUES + NUMBERS) contains formula error values & numeric values (Range: E2 to E7).

Now, let’s apply the COUNT formula for each column datasets & check out the numeric value count.

Example #1 – Column B datasets (Only numeric values)

Let’s apply the COUNT formula in cell “B9”. Select the cell “B9” where the COUNT formula needs to be applied.

example 1-1

  • Click the Insert function button (fx) under the formula toolbar, a dialog box will appear.
  • Type the keyword “COUNT” in the search for a function box; the COUNT formula will appear in select a function box. Double click on the COUNT formula.

 EXAMPLE 1-2

  • A dialog box appears where arguments for the COUNT formula needs to be entered or filled, i.e. =COUNT (value1, [value2] …)

example 1-12

Value1: (Compulsory or required argument) cell references or ranges where you want to count numbers.

  • To enter the value argument, Select the cell range from B2:B7. Click ok after entering the Value1 argument.

=COUNT(B2:B7)

example 1-4

COUNT formula returns the value 6 because the data range B2:B7 contains only numerical values.

example 1-5

Example #2 – Column C Datasets (Date value & Numbers)

Let’s apply the COUNT formula in cell “C9”. Select the cell “C9” where the COUNT formula needs to be applied.

example 2-12

  • Click the Insert function button (fx) under the formula toolbar, a dialog box will appear.
  • Type the keyword “COUNT” in the search for a function box; the COUNT formula will appear in select a function box. Double click on the COUNT formula.

 example 3-23

  • A dialog box appears where arguments for the COUNT formula needs to be entered or filled, i.e. =COUNT (value1, [value2] …)

examples 2-3

Value1: (Compulsory or required argument) cell references or ranges where you want to count numbers.

  • Select the cell range C2:C7. So that column range will get selected. Click ok after entering the Value1 argument. 

=COUNT (C2:C7)

count-formula

  •  COUNT Formula returns the value 6 because the data range C2: C7.

count formula examples 2-40

Here COUNT Formula reads or analyzes the date as a number; here, column C contains dates (In date or numeric format) & numerical values.

Example #3 – Column D Datasets (Text & Numbers)

Let’s apply the COUNT formula in cell “D9”. Select the cell “D9” where the COUNT formula needs to be applied.

count formula 3-22

  • Click the Insert function button (fx) under the formula toolbar, a dialog box will appear.
  • Type the keyword “COUNT” in the search for a function box; the COUNT formula will appear in select a function box.
  • Double click on the COUNT function.

COUNT FORMULA 3-11

  • A dialog box appears where arguments for the COUNT formula needs to be entered or filled, i.e. =COUNT (value1, [value2] …)

count formula example 3-3

Value1: (Compulsory or required argument) cell references or ranges where you want to count numbers.

  • Select the cell range D2:D7. So that column range will get selected. Click ok after entering the Value1 argument.

=COUNT (D2:D7)

COUNT FORMULA 3-40

COUNT formula returns the value 4 because the data range D2:D7.

COUNT FORMULA 3-50

Here COUNT formula ignores the TEXT value and considers only numbers or a numeric value.

Example #4 – Column E Datasets (Formula error values & Numbers)

Let’s apply the COUNT formula in cell “E9”. Now, click in the cell “E9”, where the formula should be applied.

COUNT FORMULA 4-11

  • Click on the insert function button option, i.e. “fx” in the formula toolbar, insert function dialog box popup appear.
  • Now you have to type the word “COUNT” in the search for a function text box; once this is done COUNT formula will appear in select a function box.
  • Double click on the COUNT function.

COUNT FORMULA 4-22

  • A dialog box appears where arguments for the COUNT formula needs to be entered or filled, i.e. =COUNT (value1, [value2] …)

count formula example 4-3

Value1: (Compulsory or required argument) cell references or ranges where you want to count numbers.

  • For this, you need to enter the column data set range, i.e. E2: E7. Click ok after entering the Value1 argument.

=COUNT (E2: E7)

COUNT FORMULA 4-44

  • COUNT formula returns the value 4 because the data range E2: E7. Here COUNT formula ignores FORMULA ERROR values and considers only numbers or a numeric value.

count formula example 4-50

Things to Remember about COUNT Formula in Excel

  • COUNT formula doesn’t count logical values TRUE or FALSE.
  • Empty or the COUNT formula does not count blank cells and text.
  • COUNT formula counts a number which is enclosed in quotation marks, e.g. “1.”
  • If the numbers are saved as a text value in cell references or range, then the COUNT formula will not consider them as numbers.
  • The maximum number of value argument entries in the COUNT formula allowed is 255.

Recommended Articles

This has been a guide to COUNT Formula in Excel. Here we discuss how to use the COUNT formula in excel along with practical examples and a downloadable excel template. You can also go through our other suggested articles to learn more –

  1. COUNTA Function in Excel
  2. VBA Count
  3. Excel Count Function
  4. Count Characters in Excel
Popular Course in this category
Excel Advanced Training (16 Courses, 23+ Projects)
  16 Online Courses |  23 Hands-on Projects |  140+ Hours |  Verifiable Certificate of Completion
4.8
Price

View Course

Related Courses

Excel for Marketing Training (8 Courses, 13+ Projects)4.9
Primary Sidebar
Footer
About Us
  • Blog
  • Who is EDUCBA?
  • Sign Up
  • Live Classes
  • Corporate Training
  • Certificate from Top Institutions
  • Contact Us
  • Verifiable Certificate
  • Reviews
  • Terms and Conditions
  • Privacy Policy
  •  
Apps
  • iPhone & iPad
  • Android
Resources
  • Free Courses
  • Excel Charts
  • Excel Tips
  • All Tutorials
Certification Courses
  • All Courses
  • Excel VBA Course - All in One Bundle
  • VBA Course
  • Excel Data Analysis Course
  • Excel for Marketing Course
  • Excel for Finance Course
  • Excel for HR Training

ISO 10004:2018 & ISO 9001:2015 Certified

© 2023 - EDUCBA. ALL RIGHTS RESERVED. THE CERTIFICATION NAMES ARE THE TRADEMARKS OF THEIR RESPECTIVE OWNERS.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you

Let’s Get Started

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

*Please provide your correct email id. Login details for this Free course will be emailed to you
EDUCBA

Download COUNT Formula Excel Template

EDUCBA Login

Forgot Password?

By signing up, you agree to our Terms of Use and Privacy Policy.

EDUCBA

Download COUNT Formula Excel Template

EDUCBA

डाउनलोड COUNT Formula Excel Template

This website or its third-party tools use cookies, which are necessary to its functioning and required to achieve the purposes illustrated in the cookie policy. By closing this banner, scrolling this page, clicking a link or continuing to browse otherwise, you agree to our Privacy Policy

Loading . . .
Quiz
Question:

Answer:

Quiz Result
Total QuestionsCorrect AnswersWrong AnswersPercentage

Explore 1000+ varieties of Mock tests View more