+ Reply to Thread
Results 1 to 3 of 3

Survey Results Array Formula

  1. #1
    Forum Contributor
    Join Date
    06-21-2006
    MS-Off Ver
    2007
    Posts
    141

    Survey Results Array Formula

    I have a large survey that I'm attempting to organize results from. I can't get my array formula to work. I'm using Excel 07.

    Here is the formula. I have also attached a sample worksheet.

    Please Login or Register  to view this content.
    The formula returns a count of the total results, not the total based on the criteria. I've attempted to use the COUNT function as well, but felt it was not effective, plus the result is 0.

    Please help
    Attached Files Attached Files
    Last edited by braydon16; 05-16-2011 at 01:02 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Survey Results Array Formula

    XL2007 has COUNTIFS and SUMIFS functions.. have a look at them.

    =COUNTIFS($F$4:$F$13,"Y",$L$4:$L$13,C2)

    and

    =SUMIFS($E$4:$E$13,$F$4:$F$13,"Y",$L$4:$L$13,C2)


    For what you appear to be doing in the attachment, I think you need something more like:

    =SUMPRODUCT(($C$13:$H$13=$B3)*($I$14:$I$23=C$2)*($C$14:$H$23="Y"))

    copied down and to next column.
    Last edited by NBVC; 05-16-2011 at 12:51 PM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    06-21-2006
    MS-Off Ver
    2007
    Posts
    141

    Re: Survey Results Array Formula

    Thanks. That works

+ 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