+ Reply to Thread
Results 1 to 3 of 3

Sumifs formula with 4 criteria but did not work

  1. #1
    Registered User
    Join Date
    06-13-2018
    Location
    Cyprus
    MS-Off Ver
    2016
    Posts
    1

    Sumifs formula with 4 criteria but did not work

    Hello,
    I need help in a matter.
    I have a 4 page excel file in the current file. the master page will be filled in and the data should be on the amount and endorsement pages. the graphics will be updated on the graphic page I prepared from these 2 pages. I tried this formula but it gave the values error.

    =SUMIFS(Master!D:U;Master!B:B;B:B;Master!C:C;C:C;Master!1:1;D1;Master!2:2;D2)
    Attached Files Attached Files
    Last edited by CaffeineCY; 06-13-2018 at 10:17 AM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,148

    Re: I used sumifs formula with 4 criteria but did not work

    The columns to be SUMed and the criteria range have to be the same size so

    =SUMIFS(Master!D:U;Master!B:B;B:B;Master!C:C;C:C;Master!1:1;D1;Master!2:2;D2)

    will not work

    and you have criteria columns and rows.

    You will need to use SUMPRODUCT BUT do not have whole column/whole row ranges e,g use D2:D1000 rather than D:D

    and where is the formula???

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

    Re: Sumifs formula with 4 criteria but did not work

    Try

    =SUMIFS(INDEX(Master!$D:$U,0,MATCH(E$1,Master!$D$1:$U$1,0)),Master!$B:$B,$B3,Master!$C:$C,$C3)

+ 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. Sumifs formula do not work with links
    By jsalotra in forum Excel General
    Replies: 3
    Last Post: 04-25-2018, 03:38 PM
  2. Need An Udf to Concatenate with mutiple criteria Like Sumifs Do Work
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-03-2017, 07:29 AM
  3. Need to Sum Cells Given Two Criteria, but Don't Think SUMIFS Will Work
    By CLECOL in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-27-2014, 10:42 AM
  4. How to SUM using some odd criteria? SUMIFS or SUMIF will not work...
    By joaolopes in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-17-2013, 01:12 PM
  5. Replies: 2
    Last Post: 09-01-2012, 08:43 PM
  6. Replies: 1
    Last Post: 05-16-2011, 05:00 PM
  7. SUMIFS won't work with >= as a criteria
    By JYonker in forum Excel General
    Replies: 4
    Last Post: 11-19-2010, 06:12 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