+ Reply to Thread
Results 1 to 3 of 3

Count non-consecutive values

  1. #1
    Registered User
    Join Date
    11-10-2011
    Location
    JHB, South Africa
    MS-Off Ver
    Excel 2003
    Posts
    2

    Count non-consecutive values

    I need help counting values within a range (row), but ONLY if they are non-consecutive e.g. if I have a 1 in columns 1, 2 and 3, I don't care, but if I only have a value in column 1, column 2 is blank and there is a value in column 3, I'd like to count (or sum) them. Any ideas?

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,065

    Re: Count non-consecutive values

    can you upload example workbook?
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    11-09-2011
    Location
    Karlstad, Sweden
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Count non-consecutive values

    Hi

    What about creating an additional column with the formula something like:
    =if(or(isblank(A1);isblank(b1);isblank(c1));1;0).
    This should get you an 1 for every row that contains blank cells
    And then you could sum that column.

    BR Marcus

+ 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