+ Reply to Thread
Results 1 to 5 of 5

SUMIFS using multiple columns

  1. #1
    Registered User
    Join Date
    04-13-2020
    Location
    London
    MS-Off Ver
    2013
    Posts
    5

    SUMIFS using multiple columns

    Hello guys,
    hope you can help me with this SUMIFS:

    I am creating a chart to show the daily usage in minutes for a certain condition.
    So SUMIFS must verify IF in the row contains my text condition, and if yes, sum the minutes based on that specific day.

    The problem here is that I have multiples dates in different columns, so SUMIFS is not working properly.

    My formula: =SUMIFS(B2:B10,A2:A10,"*Red*",C2:M10,C13)

    I am sure this must be easy for you guys :)

    thanks in advance
    Attached Files Attached Files
    Last edited by llxxzz; 04-13-2020 at 01:03 PM.

  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
    79,369

    Re: SUMIFS using multiple columns

    Welcome to the forum.

    You can't use 2D arrays with SUMIFS. Try this:

    =SUMPRODUCT((A2:A10="*Red*")*(C2:M10=C13)*(B2:B10))
    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
    Forum Expert XOR LX's Avatar
    Join Date
    04-18-2013
    Location
    Turin, Italy
    MS-Off Ver
    Office 365
    Posts
    7,742

    Re: SUMIFS using multiple columns

    Quote Originally Posted by AliGW View Post
    You can't use 2D arrays with SUMIFS.
    You can, provided all arrays referenced are of an equal dimension (i.e. all are 2D).

    Regards
    Click * below if this answer helped

    Advanced Excel Techniques: http://excelxor.com/

  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
    79,369

    Re: SUMIFS using multiple columns

    Interesting!

  5. #5
    Registered User
    Join Date
    04-13-2020
    Location
    London
    MS-Off Ver
    2013
    Posts
    5

    Re: SUMIFS using multiple columns

    Thank you, that worked for me

+ 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 of multiple columns in a range
    By Ruuroga in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-23-2019, 11:32 PM
  2. SUMIFS with sum value in multiple columns
    By XLFriend in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-06-2018, 12:50 PM
  3. SUMIFS Multiple Columns
    By nathanexcelhelp in forum Excel General
    Replies: 6
    Last Post: 09-22-2016, 06:46 AM
  4. Sumifs with or statement over multiple columns
    By sjennings007 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-07-2015, 11:05 PM
  5. [SOLVED] SUMIFS/AVERAGEIFS across multiple columns
    By keith740 in forum Excel General
    Replies: 30
    Last Post: 06-25-2015, 01:25 PM
  6. SUMIFs across multiple columns (SUMPRODUCT?)
    By source in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 01-26-2015, 02:39 PM
  7. Can I use sumifs on a range with multiple columns?
    By JasperD in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-13-2014, 03:11 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