+ Reply to Thread
Results 1 to 3 of 3

Ignoring excel/pivot counting Blank Cells..

Hybrid View

  1. #1
    Registered User
    Join Date
    11-21-2013
    Location
    Bangalore
    MS-Off Ver
    Excel 2007
    Posts
    1

    Ignoring excel/pivot counting Blank Cells..

    Dear Experts,

    I need help in the attached excel sheet. I have a huge data where I need to filter particular status. I had put IF condition with "" value (=IF(E2="Open","1",IF(E2="WIP","1","")).

    When I check the count, the total counts the blank cells too. The same issue happens in Pivot.

    Any suggestion on how to get rid of blank cell?

    Attached a sheet for reference
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    MA, USA
    MS-Off Ver
    365(PC) V:2412
    Posts
    1,477

    Re: Ignoring excel/pivot counting Blank Cells..

    you could try:

    =COUNTA(F2:F10)-COUNTBLANK(F2:F10)
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  3. #3
    Valued Forum Contributor
    Join Date
    07-23-2013
    Location
    London, England
    MS-Off Ver
    Office 365
    Posts
    988

    Re: Ignoring excel/pivot counting Blank Cells..

    You could try COUNTIF instead:

    =COUNTIF(F2:F10,1)

    Or if you have multiple non-blank values maybe:

    =COUNTA(F2:F10)-COUNTIF(F2:F10,"")

+ 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: 3
    Last Post: 07-24-2017, 01:41 PM
  2. Counting blank cells in a pivot table
    By perkinsl in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 07-16-2015, 04:58 PM
  3. [SOLVED] Excel 2003 - conditional formatting not ignoring blank cells
    By Lloydiesuk in forum Excel General
    Replies: 2
    Last Post: 08-01-2013, 03:12 AM
  4. Ignoring blank cells when linking data between excel worksheets
    By skgates in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-15-2012, 06:33 PM
  5. Replies: 0
    Last Post: 01-04-2012, 04:30 AM
  6. Counting some blank cells and ignoring others in a range.
    By kborgers in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-05-2009, 04:27 AM
  7. Counting 0s but ignoring blank cells
    By Dubbs in forum Excel General
    Replies: 5
    Last Post: 08-02-2009, 08:34 PM

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