+ Reply to Thread
Results 1 to 6 of 6

count the score greater than 0 & less than 4

  1. #1
    Registered User
    Join Date
    01-31-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    6

    Smile count the score greater than 0 & less than 4

    Hi,

    I am preparing a quality report for my call center in MS Excel 2003. i want to calculate the score for specific heading for seperate regions. the formula is given below

    =IF($M$5="All Region",SUMIF('CSAT Data'!$E$2:$E$50734,$H$5,'CSAT Data'!$J$2:$J$50734),SUMIF('CSAT Data'!$A$2:$A$50734,CONCATENATE($H$5,$M$5),'CSAT Data'!J$2:J$50734))

    in 'CSAT Data'!J$2:J$50734 is the call score and i want to count the score greater than 0 & less than 4.........

    plz help me i m in middle of something very urgent...........
    Last edited by gaurav_dey; 01-31-2010 at 09:55 PM. Reason: modification

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: count the score greater than 0 & less than 4

    Hi Guarav_dey,

    Untested, but you might try:

    =IF($M$5="All Region",SUMPRODUCT(--('CSAT Data'!$E$2:$E$50734=$H$5),--('CSAT Data'!$J$2:$J$50734>0),--('CSAT Data'!$J$2:$J$50734<4),'CSAT Data'!$J$2:$J$50734),SUMPRODUCT(--('CSAT Data'!$A$2:$A$50734=$H$5&$M$5),--('CSAT Data'!$J$2:$J$50734>0),--('CSAT Data'!$J$2:$J$50734<4),'CSAT Data'!$J$2:$J$50734))

  3. #3
    Registered User
    Join Date
    01-31-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: count the score greater than 0 & less than 4

    Hi,

    It's working but i need the count of score and it's showing me the sum....
    Last edited by shg; 01-31-2010 at 11:42 PM. Reason: deleted spurious quote

  4. #4
    Registered User
    Join Date
    01-31-2010
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: count the score greater than 0 & less than 4

    some one plz help me very urgent

  5. #5
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,375

    Re: count the score greater than 0 & less than 4

    based on Paul's suggestion and without being able to see any sample data, maybe

    =IF($M$5="All Region",SUMPRODUCT(--('CSAT Data'!$E$2:$E$50734=$H$5),--('CSAT Data'!$J$2:$J$50734>0),--('CSAT Data'!$J$2:$J$50734<4)),SUMPRODUCT(--('CSAT Data'!$A$2:$A$50734=$H$5&$M$5),--('CSAT Data'!$J$2:$J$50734>0),--('CSAT Data'!$J$2:$J$50734<4)))

    If that's not the solution, please post a small data sample. Please do NOT post a file with 50734 rows of data. A few dozen rows of sample data will suffice.

    cheers

  6. #6
    Forum Expert darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Houston, TX
    MS-Off Ver
    2013
    Posts
    2,191

    Re: count the score greater than 0 & less than 4

    Why not just =SUMPRODUCT(--('CSAT Data'!$E$2:$E$50734=$H$5&IF($M$5="All Region",$M$5,"")),--('CSAT Data'!$J$2:$J$50734>0),--('CSAT Data'!$J$2:$J$50734<4))

+ 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