+ Reply to Thread
Results 1 to 8 of 8

Count N/A values in a column

  1. #1
    Registered User
    Join Date
    11-30-2013
    Location
    Mexico
    MS-Off Ver
    Excel 2013
    Posts
    2

    Count N/A values in a column

    God morning, I don't know if n/a values can be counted, I've tried COUNT.IF but I'm not sure if I'm setting formula in the right form.

    Thanks !

    C

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Count N/A values in a column

    Yes you can count with COUNTIF function

    Here are examples of how to count some of the erros located in column A

    =COUNTIF(A:A,"#N/A")

    =COUNTIF(A:A,"#DIV/0!")

    =COUNTIF(A:A,"#NAME?")
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Count N/A values in a column

    Try

    =COUNTIF(A:A,NA())
    Martin

  4. #4
    Registered User
    Join Date
    11-30-2013
    Location
    Mexico
    MS-Off Ver
    Excel 2013
    Posts
    2

    Re: Count N/A values in a column

    It did work !

    Thanks !

    C

  5. #5
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Count N/A values in a column

    Thank you for the feedback!

  6. #6
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Count N/A values in a column

    Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

  7. #7
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Count N/A values in a column

    Here's another one...

    =SUMPRODUCT(--ISNA(A1:A10))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  8. #8
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Count N/A values in a column

    Another possibility if you're using Excel 2013...

    Assuming the range contains TEXT or #N/A errors only. No numbers or other error values.

    Array entered**:

    =SUM(IFNA(A1:A10,1))

    ** array formulas need to be entered using the key
    combination of CTRL,SHIFT,ENTER (not just ENTER).
    Hold down both the CTRL key and the SHIFT key
    then hit ENTER.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 18
    Last Post: 09-06-2005, 11:05 AM
  2. Replies: 18
    Last Post: 09-06-2005, 06:05 AM
  3. [SOLVED] Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Domenic in forum Excel Formulas & Functions
    Replies: 27
    Last Post: 09-06-2005, 04:05 AM
  4. Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. Count Intervals of Filtered TEXT values in Column and Return Count across a Row
    By Sam via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1