+ Reply to Thread
Results 1 to 4 of 4

Trying to move SUMPRODUCT formula to SUMIFS

  1. #1
    Registered User
    Join Date
    03-25-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    5

    Trying to move SUMPRODUCT formula to SUMIFS

    I created my spreadsheet with SUMPRODUCT formulas and it takes forever to calculate. I have seen a few posts on changing them to SUMIFS and have gotten a couple of my SUMPRODUCT formulas switched, but I am having trouble with this one. Hopefully someone will spot what I am doing incorrectly and get me going in the right direction.

    The original formula was:
    SUMPRODUCT((ISNUMBER(SEARCH("71122",subledger!$AR:$AR)))*(subledger!$J:$J=$J3),subledger!$AX:$AX)
    The answer I get when I do it this way is $521.68

    Here is what I have attempted to change it to:
    SUMIFS(Subledger_Total,Subledger_Account,"="&ISNUMBER(SEARCH("71122",Subledger_Account)),Subledger_Trans_ID,"="&$J3)
    The answer I get when I do it this way is $0

    I am attaching my spreadsheet so you can see the rows and such. Thanks for any help.
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Trying to move SUMPRODUCT formula to SUMIFS

    Try

    =SUMIFS(subledger!$AX:$AX,subledger!$AR:$AR,"*71122*",subledger!$J:$J,$J3)

  3. #3
    Registered User
    Join Date
    03-25-2014
    Location
    United States
    MS-Off Ver
    Excel 2013
    Posts
    5

    Re: Trying to move SUMPRODUCT formula to SUMIFS

    Thank you!

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Trying to move SUMPRODUCT formula to SUMIFS

    You're welcome.

+ 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] Convert SUMIFS formula to SUMPRODUCT
    By timbury1 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-08-2014, 01:18 PM
  2. Sumproduct with sumifs formula
    By nilani in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-22-2014, 08:50 AM
  3. Using Sumproduct or sumifs when a cell has a formula
    By cartica in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-15-2013, 04:02 PM
  4. Help with SUMIFS/SUMPRODUCT Formula? for date/time
    By auswtz in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 03-31-2013, 09:47 AM
  5. [SOLVED] =SUMPRODUCT(SUMIFS....Formula Ammendment
    By 3smees23 in forum Excel General
    Replies: 2
    Last Post: 05-22-2012, 08:53 AM

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.6.0 RC 1