+ Reply to Thread
Results 1 to 4 of 4

Need help in filtering with a SUMIFS formula.

  1. #1
    Registered User
    Join Date
    01-22-2020
    Location
    Long Beach, Ca
    MS-Off Ver
    2020
    Posts
    9

    Need help in filtering with a SUMIFS formula.

    Hello,

    I have a SUMIFS formula on the attached sheet when i go to the Material insert sheet, and filter Column A to sort from A to Z the values on the D column no longer match up with the corresponding cells in cells A&B. Is there any way i can link my current formula to sell A and B on the the same row to be able to filter everything?

    Current formula is =SUMIFS('Material Log'!$D$2:$D$1048576,'Material Log'!$A$2:$A$1048576,'Material Insert'!$A2,'Material Log'!$B$2:$B$1048576,'Material Insert'!$B2)
    Im hopeing theres a way i canlink it to the first two cells on A, and B on the same row.


    Thank You for any help, or advice.
    Attached Files Attached Files

  2. #2
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Need help in filtering with a SUMIFS formula.

    simple fix:
    change formula so you don't include "'MATERIAL INSERT!" in your main references. It should just be $A2 and $B2 as shown below:

    =SUMIFS('Material Log'!$D$2:$D$1048576,'Material Log'!$A$2:$A$1048576,$A2,'Material Log'!$B$2:$B$1048576,$B2)

    drag down and then sort all you want.
    <----- If you are happy with your solution please click on the "* Add Reputation" as a way to say thank you.

  3. #3
    Registered User
    Join Date
    01-22-2020
    Location
    Long Beach, Ca
    MS-Off Ver
    2020
    Posts
    9

    Re: Need help in filtering with a SUMIFS formula.

    Thank you, that worked for me.

  4. #4
    Forum Expert dosydos's Avatar
    Join Date
    12-09-2015
    Location
    Massachusetts
    MS-Off Ver
    365(PC) V:2308
    Posts
    1,472

    Re: Need help in filtering with a SUMIFS formula.

    glad it worked, and thanks for the Rep

+ 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 formula without using sumifs....
    By blockbyblock in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2017, 10:45 AM
  2. Filtering SUMIFS values largest to smallest
    By sbeatty in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-07-2017, 02:56 AM
  3. Replies: 10
    Last Post: 12-16-2015, 03:16 PM
  4. Replies: 2
    Last Post: 05-22-2014, 04:14 AM
  5. [SOLVED] Easy filtering method via vba/formula/advanced filtering?
    By jedemeyer1 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-10-2014, 12:35 AM
  6. Filtering data from the results of a sumifs formula
    By marks_28 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-27-2013, 11:55 AM
  7. [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

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