+ Reply to Thread
Results 1 to 4 of 4

Sumifs formula without using sumifs....

  1. #1
    Registered User
    Join Date
    06-29-2017
    Location
    Cardiff, Wales
    MS-Off Ver
    2010
    Posts
    20

    Sumifs formula without using sumifs....

    I have a sumifs formula that is linked to another workbook which returns error when workbook is closed. Apparently this is an error with excel and i should break it up into sum and multiple if's... I am struggling to do this so would appreciate some help for alternative formula to my current one below:

    =SUMIFS(sum_range,range1,D2,range2,="Active",range3,<>"Opp")

    Thanks

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,651

    Re: Sumifs formula without using sumifs....

    Try this:

    =SUMPRODUCT((range1=D2)*(range2="Active")*(range3<>"Opp")*(sum_range))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    06-29-2017
    Location
    Cardiff, Wales
    MS-Off Ver
    2010
    Posts
    20

    Re: Sumifs formula without using sumifs....

    Worked like a dream, thanks

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,651

    Re: Sumifs formula without using sumifs....

    You're welcome!

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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] If no SUMIFS matches, 1, otherwise the SUMIFS result...
    By JYTS in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-04-2016, 07:39 PM
  2. sumifs vs. Application.WorksheetFunction.SumIfs
    By flooyd in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-01-2016, 11:22 AM
  3. [SOLVED] Looking for something simpler than SUMIFS - SUMIFS
    By YAbdelaal in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-27-2014, 10:38 AM
  4. [SOLVED] SUMIFS Formula
    By kenadams378 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-05-2014, 11:18 AM
  5. SUMIFS Puzzle - Trying to avoid adding multiple SUMIFS to get valid result
    By haldavid in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-09-2013, 03:42 PM
  6. [SOLVED] Sumifs, problem with the formula: =sumifs(c10:c200,<=today(),0)
    By Faustocruz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2012, 04:26 AM
  7. SUMIFs Formula
    By mcmuney in forum Excel General
    Replies: 6
    Last Post: 10-15-2010, 08:43 PM

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