+ Reply to Thread
Results 1 to 5 of 5

Do we have any functions to replace sumifs

  1. #1
    Registered User
    Join Date
    11-04-2012
    Location
    china
    MS-Off Ver
    Excel 2003
    Posts
    13

    Do we have any functions to replace sumifs

    Hi Excel Guru,
    I have an issue when linking sumifs to the data source. Sometimes the sumifs data will become error if the source data is not open.
    Can I have a excel function to replace sumifs. In this case the calculation wont show as error even the source data is not open.

    Thanks in advance
    Krusidin

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Do we have any functions to replace sumifs

    SUMPRODUCT
    or SUM(IF(...)) Array formula
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    11-04-2012
    Location
    china
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Do we have any functions to replace sumifs

    Hi Special-K,
    I am ok with the sum(if) array formula now but can you please explain how to use sum product to resolve the issue.
    Attached is the data for your reference.
    Thanks
    Krusindin
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Do we have any functions to replace sumifs

    I didnt actually work out a solution, I saw someone provide SUMPRODUCT as an answer though nothing specific.

    =SUMPRODUCT((A1:A12="A")*(B1:B12=G1)*(C1:C12))

    So its saying if A1:A12 equals "A" and B1:B12=G1 then where that is true retrieve the values from C1:C12 and sum them.

    This produces 208 but you're talking about a closed workbook so you'll need to amend the formula to see if this still works.

  5. #5
    Registered User
    Join Date
    11-04-2012
    Location
    china
    MS-Off Ver
    Excel 2003
    Posts
    13

    Re: Do we have any functions to replace sumifs

    Thanks special-k!

+ 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 Functions Columns and rows
    By hudson andrew in forum Excel General
    Replies: 5
    Last Post: 07-03-2018, 03:59 AM
  2. [SOLVED] Combining SUMIFs and LEFT Functions
    By Jawshaw in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-24-2017, 11:20 AM
  3. [SOLVED] Multiple OR functions within SumIfs function
    By lukazi in forum Excel Formulas & Functions
    Replies: 24
    Last Post: 02-13-2014, 02:41 AM
  4. [SOLVED] Using Sumifs (Or other Total Functions)
    By dgamboa9999 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-03-2013, 03:14 AM
  5. Replace SUMIFS with INDIRECT
    By MrPeterified in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-21-2013, 05:19 PM
  6. Complicated SumIfs/Sumif functions
    By WadeLair in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-25-2013, 01:19 PM
  7. Replies: 0
    Last Post: 11-15-2007, 05:24 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