+ Reply to Thread
Results 1 to 5 of 5

SUMPRODUCT filtered

  1. #1
    Registered User
    Join Date
    06-29-2010
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003
    Posts
    8

    SUMPRODUCT filtered

    Hi All

    I'm trying to do a SUMPRODUCT on a filtered range. The filters are on a date range in column B example 19/07/10 - 15/08/10 and where Column U = 1. Basically I want to count the number of times a certain category appears within this date range and where Column U = 1...the categories reside in column P and an example of some are "Powerpact", "Coupler" etc.

    I've tried this but it doesn't work

    =SUMPRODUCT((B3:B5231>19/7/2010)*(B3:B5231<=15/8/2010)*(P2:P5231="Powerpack")*(U2:U5231 = 1)))

    Any help on this would be much appreciated

    Regards

    Donal

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

    Re: SUMPRODUCT filtered issue

    Try:

    Please Login or Register  to view this content.
    Note: range sizes must all be the same

    A more universal approach to comparing date is to use the DATE() function... because the way your date is written wouldn't work in North America, for example.

    Please Login or Register  to view this content.
    Last edited by NBVC; 09-01-2010 at 10:19 AM.
    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 Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,786

    Re: SUMPRODUCT filtered issue

    Your post does not comply with Rule 8 of our Forum RULES. Cross-posting is when you post the same question in other forums on the web. You'll find people are disinclined to respond to cross-posts because they may be wasting their time solving a problem that has been solved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser)to the cross-post. Expect cross-posts without a link to be closed a message will be posted by the moderator explaining why. We are here to help so help us help you!

    Read this to understand why we ask you to do this
    Audere est facere

  4. #4
    Registered User
    Join Date
    06-29-2010
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: SUMPRODUCT filtered issue

    Quote Originally Posted by daddylonglegs View Post
    Your post does not comply with Rule 8 of our Forum RULES. Cross-posting is when you post the same question in other forums on the web. You'll find people are disinclined to respond to cross-posts because they may be wasting their time solving a problem that has been solved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser)to the cross-post. Expect cross-posts without a link to be closed a message will be posted by the moderator explaining why. We are here to help so help us help you!

    Read this to understand why we ask you to do this
    Hi There

    Apologies for cross posting...I didn't read the rules properly and therfore didn't realise I was doing anthing wrong. I will not cross post in the future but if I do then I will provide the link from the other forum

    Apologies again

    Donal

  5. #5
    Registered User
    Join Date
    06-29-2010
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: SUMPRODUCT filtered issue

    Quote Originally Posted by NBVC View Post
    Try:

    Please Login or Register  to view this content.
    Note: range sizes must all be the same

    A more universal approach to comparing date is to use the DATE() function... because the way your date is written wouldn't work in North America, for example.

    Please Login or Register  to view this content.
    Hi there

    Yes that solution works ...Thank you so much for your help its much appreciated and sorry for the cross posting

    Regards
    Donal

+ 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