+ Reply to Thread
Results 1 to 4 of 4

Thread: SUMPRODUCT multiple worksheets

  1. #1
    Registered User
    Join Date
    01-30-2010
    Location
    PH
    MS-Off Ver
    Excel 2003,2007
    Posts
    8

    SUMPRODUCT multiple worksheets

    Hi!

    I tried to use SUMPRODUCT but the result is #VALUE!, and how can i add a criteria where the source data from sheets..3..4.

    =SUMPRODUCT(--(Sheet1!A2:A35="Urgent"),--Sheet1!B2:B35="x!")


    Thanks!
    Selc
    Attached Files Attached Files
    Last edited by SelC; 07-25-2011 at 05:55 AM.

  2. #2
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,238

    Re: SUMPRODUCT multiple worksheets

    =SUMPRODUCT(--(Sheet1!A2:A35="Urgent"),--(Sheet1!B2:B35="x"))


    Regards

  3. #3
    Forum Guru Colin Legg's Avatar
    Join Date
    03-30-2008
    Location
    UK
    MS-Off Ver
    2003, 2007 and 2010
    Posts
    1,207

    Re: SUMPRODUCT multiple worksheets

    Another option:

    =COUNTIFS(Sheet1!A2:A35, "Urgent", Sheet1!B2:B35,"x")
    Hope that helps,

    Colin

    RAD Excel Blog

    Other tutorials:
    Array Formulas | Deleting Rows with VBA

  4. #4
    Registered User
    Join Date
    01-30-2010
    Location
    PH
    MS-Off Ver
    Excel 2003,2007
    Posts
    8

    Re: SUMPRODUCT multiple worksheets

    Great both works perfect!


    I can add also a criteria where I need the result per month from source data.

    =SUMPRODUCT(--(Sheet1!A2:A35="Urgent"),--(Sheet1!B2:B35="x"),--(Sheet1!B3:B35="JULY-10"))

+ 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.2.0