+ Reply to Thread
Results 1 to 10 of 10

Thread: Sumproduct problem

  1. #1
    Registered User
    Join Date
    08-18-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    7

    Sumproduct problem

    Hi everyone,

    hopefully someone may be able to help, I use office 2010 but a userbase is using 2003, I produced the following formula in 2010

    =SUMIFS('Tech Requirement detail'!$G$3:$G$285,'Tech Requirement detail'!$O$3:$O$285,"Unix",'Tech Requirement detail'!$F$3:$F$285,"SBB 793")

    so converted this to what I assumed was the 2003 equiv but it doesnt work

    =SUMPRODUCT(('Tech Requirement detail'!$F$3:$F$285="SBB 793"),('Tech Requirement detail'!$O$3:$O$285="UNIX"),'Tech Requirement detail'!G3:G285)

    any help gratefully received

    Stuart
    Last edited by chuckie01; 08-19-2011 at 09:54 AM. Reason: Solved

  2. #2
    Valued Forum Contributor
    Join Date
    06-19-2010
    Location
    Holywell, N Wales, UK
    MS-Off Ver
    Excel 2007
    Posts
    351

    Re: Sumproduct problem

    Are you entering this with <Ctrl>+<Shift>+<Enter>
    rather than just <Enter>?

  3. #3
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: Sumproduct problem

    Perhaps
    =SUMPRODUCT(('Tech Requirement detail'!$F$3:$F$285="SBB 793")*('Tech Requirement detail'!$O$3:$O$285="UNIX")*(Tech Requirement detail'!G3:G285))
    Quoting entire posts clutters the forum and makes threads hard to read !

    If you are pleased with a member's answer then use the Star icon to rate it

    Click here to see forum rules

  4. #4
    Registered User
    Join Date
    08-18-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Sumproduct problem

    No, just enter,

  5. #5
    Registered User
    Join Date
    08-18-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Sumproduct problem

    I have the SUMIF on one row and have the answer of 3 which is correct, however the SUMPRODUCT on the row below has the answer 0. exactly the same range of cells

  6. #6
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: Sumproduct problem

    Have you tried my suggestion ? ( the comma does not coerce the two first ranges to numeric values)
    Quoting entire posts clutters the forum and makes threads hard to read !

    If you are pleased with a member's answer then use the Star icon to rate it

    Click here to see forum rules

  7. #7
    Registered User
    Join Date
    08-18-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Sumproduct problem

    =SUMPRODUCT(('Tech Requirement detail'!$F$3:$F$285="SBB 793")*('Tech Requirement detail'!$O$3:$O$285="UNIX")*(Tech Requirement detail'!G3:G285)) the formula errors at the bold still

  8. #8
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: Sumproduct problem

    =SUMPRODUCT(('Tech Requirement detail'!$F$3:$F$285="SBB 793")*('Tech Requirement detail'!$O$3:$O$285="UNIX")*('Tech Requirement detail'!G3:G285))

    Missing apostroph
    Quoting entire posts clutters the forum and makes threads hard to read !

    If you are pleased with a member's answer then use the Star icon to rate it

    Click here to see forum rules

  9. #9
    Registered User
    Join Date
    08-18-2011
    Location
    Manchester, England
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Sumproduct problem

    Excellent, you are a star, thank you very much.

  10. #10
    Extremely Helpful member
    Join Date
    12-23-2006
    Location
    Belgium
    MS-Off Ver
    XL2003
    Posts
    6,127

    Re: Sumproduct problem

    FYI there is a very complete article about SUMPRODUCT at http://www.xldynamic.com/source/xld....T.html#classic
    Quoting entire posts clutters the forum and makes threads hard to read !

    If you are pleased with a member's answer then use the Star icon to rate it

    Click here to see forum rules

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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