+ Reply to Thread
Results 1 to 35 of 35

Multi-Column Counting - COUNTA or other Options

Hybrid View

  1. #1
    Registered User
    Join Date
    01-25-2012
    Location
    CA
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Multi-Column Counting - COUNTA or other Options

    Pete,

    This one doesn't seem to be working. I get the following error: "Range has no entry corresponding to the cell"


    Quote Originally Posted by Pete_UK View Post
    Hi Argomike,

    You can do it in a single formula if you count the number of rows in your range and subtract from that the rows that contain 3 blank cells, something like:

    =ROWS(A2:A9)-SUMPRODUCT((A2:A9="")*(B2:B9="")*(C2:C9=""))

    Obviously the 9 in my formula will be 10000 or whatever in your real file.

    Hope this helps.

    Pete

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,526

    Re: Multi-Column Counting - COUNTA or other Options

    Quote Originally Posted by argomike View Post
    Pete,

    This one doesn't seem to be working. I get the following error: "Range has no entry corresponding to the cell"
    You know, I've never come across that particular error message before. It worked for me in the test file, so I can only assume that you have introduced some typing error. Obviously, you should not place that formula within any of the ranges that it covers (i.e. put it in column D somewhere) and you should check that you have typed it out correctly as there are a lot of brackets in there. To avoid typing mistakes, copy the formula from the above post and paste it into the formula bar with a cell in column D selected. Then make the adjustments to the ranges to suit your data.

    Hope this helps.

    Pete

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,526

    Re: Multi-Column Counting - COUNTA or other Options

    Quote Originally Posted by argomike View Post
    Pete,

    This one doesn't seem to be working. I get the following error: "Range has no entry corresponding to the cell"
    You know, I've never come across that particular error message before. It worked for me in the test file, so I can only assume that you have introduced some typing error. Obviously, you should not place that formula within any of the ranges that it covers (i.e. put it in column D somewhere) and you should check that you have typed it out correctly as there are a lot of brackets in there. To avoid typing mistakes, copy the formula from the above post and paste it into the formula bar with a cell in column D selected. Then make the adjustments to the ranges to suit your data.

    Hope this helps.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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