+ Reply to Thread
Results 1 to 4 of 4

Working formula for 2007 not working in 2003, SumIfs not available in 2003: Can it be ??

  1. #1
    Forum Contributor
    Join Date
    06-28-2013
    Location
    Green Bay, WI
    MS-Off Ver
    Excel 2007
    Posts
    125

    Working formula for 2007 not working in 2003, SumIfs not available in 2003: Can it be ??

    I have a loaded working user form in 2007. The SumIfs function is not available in 2003. Can it be revamped to work in 2003? Is there another way? The history sheet has expected results highlighted. Here is my working code for 2007.
    Any help is appreciated.
    Please Login or Register  to view this content.
    The code is run from a command button.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Working formula for 2007 not working in 2003, SumIfs not available in 2003: Can it be

    SumIfs function was introduced when 2007 was released.

  3. #3
    Forum Contributor
    Join Date
    06-28-2013
    Location
    Green Bay, WI
    MS-Off Ver
    Excel 2007
    Posts
    125

    Re: Working formula for 2007 not working in 2003, SumIfs not available in 2003: Can it be

    Yeah, I know, it's a bummer. I am looking for another way to word it or a different function that will do pretty much the same thing. Hopefully there is an old school way.

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: Working formula for 2007 not working in 2003, SumIfs not available in 2003: Can it be

    You can use either SUMPRODUCT or an array formula to replace SUMIFS in Excel 2003, so in terms of worksheet functions instead of

    =SUMIFS(E:E,A:A,"x","B:B,"y","C:C,"z")

    you can use

    =SUMPRODUCT((A2:A100="x")*(B2:B100="y")*(C2:C100="z"),E2:E100)

    or

    =SUM(IF(A2:A100="x",IF(B2:B100="y",IF(C2:C100="z",E2:E100))))

    confirmed with CTRL+SHIFT+ENTER

    Note that I used a finite range - neither of those formulas can handle whole columns in Excel 2003
    Audere est facere

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] SUMIFS and IFERROR, not working in excel 2003, NEED SOLUTION
    By pakian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-22-2012, 06:36 PM
  2. Replies: 10
    Last Post: 02-28-2011, 03:26 AM
  3. Excel 2007 : Macro working in Excel 2003 but not 2007
    By PaulLag in forum Excel General
    Replies: 0
    Last Post: 01-12-2011, 04:59 AM
  4. Sort Macro not working in 2003 (but ok in 2007)
    By mania112 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-13-2009, 05:23 AM
  5. DAO working in 2007; not 2003
    By redux112358 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-28-2009, 11:21 AM

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