Results 1 to 8 of 8

A conditional counting issue

Threaded View

  1. #1
    Registered User
    Join Date
    05-01-2012
    Location
    Greece
    MS-Off Ver
    Excel 2010
    Posts
    52

    A conditional counting issue

    Hello everybody.

    Here is an issue I am dealing with:

    Column H is the key column, indicating how many "answers" can be found at each row of the yellow range. In the column I we want to count how many rows on the yellow range have 0 answers (which are the last five), how many rows on the yellow range have 1 answer (which is the first one), etc.

    These can be achieved by the formulas on column I.

    Now, how could this be done if we wanted the range
    $C$1:$G$15
    on the
    MMULT(--($C$1:$G$15<>"");{1;1;1;1;1})
    part of the formula be consisted only by those rows of the yellow area that have either 1 or 4 on column A? (i.e. rows 5,8,9,11)

    And another question:

    Is the <>"" part of the formula safe enough for this purpose, considering that we want a TRUE returned only for the cells of the range containing visible characters? (i.e. if a cell, say C11, doesn't contain a visible character and the result of C11<>"" is TRUE, then we have a bad situation).

    If it is not considered to be safe, do we have any alternatives?
    Attached Files Attached Files

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