+ Reply to Thread
Results 1 to 2 of 2

Sumifs with multiple criteria and criteria in same column

  1. #1
    Registered User
    Join Date
    01-17-2017
    Location
    London
    MS-Off Ver
    2013
    Posts
    1

    Sumifs with multiple criteria and criteria in same column

    Hi, I am still a beginner in Excel but need to try get this sorted:

    I am needing to get the sum of E3 to E30 (This contains figures in£ format) with the below criteria.
    L3 - L30 need to either be equal to E or EC
    A3 - A30 needs to be = to Rem Pl

    I tired the below but it does not work, any ideas?

    =(SUMIFS(E3:E30,L3:L30,{"=EC","=E"},A3:A30,"*Rem Pl*"))

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,732

    Re: Sumifs with multiple criteria and criteria in same column

    you could use two sumifs , as you are using an OR
    i'm sure there are better ways , using arrays

    anyway

    =SUMIFS( e3:e30 , l3:L30 , "ec", a3:a30 ,"*Rem Pl*") +
    SUMIFS( e3:e30 , l3:L30 , "e", a3:a30 ,"*Rem Pl*")


    TRY
    =sum(SUMIFS(E3:E30,L3:L30,{"EC","E"},A3:A30,"*Rem Pl*"))
    Last edited by etaf; 01-17-2017 at 07:53 AM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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 Multiple Criteria Same Column
    By jsharrard in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-18-2017, 05:08 PM
  2. How to sumifs multiple criteria from one column in a VBA code
    By SBBmaster09 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-19-2016, 06:12 AM
  3. [SOLVED] Trying to sumifs with multiple criteria in the same column
    By Rokn in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-22-2016, 09:48 PM
  4. [SOLVED] Sumifs to check multiple criteria in the same column
    By fcheng15 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-08-2015, 09:16 AM
  5. sumifs with multiple criteria in one column.
    By apolloni in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-10-2014, 05:13 AM
  6. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  7. Replies: 1
    Last Post: 05-16-2011, 05:00 PM

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