+ Reply to Thread
Results 1 to 7 of 7

SUMIFS with text wildcard and multiple criteria in the same column

  1. #1
    Forum Contributor
    Join Date
    07-18-2014
    Location
    Missouri, USA
    MS-Off Ver
    2010
    Posts
    175

    SUMIFS with text wildcard and multiple criteria in the same column

    I use named ranges
    My sum range is "HLn Total". My first Criteria_Range is "Month_Num" and the criteria is the current month. My second Criteria_Range is "Year" and the criteria is the current year. My thrid criteria_range is "Customer" and I want the criteria to be all customers that text starts with "Pra" and "Vec"

    So, my formula looks like this:
    =sumifs(HLn_Total,Month_Num,Month(today()),Year,year(today()),Customer,{"Pra"*,"Vec"*})

    and of course this does not work. Please advice and thank you for your help.

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

    Re: SUMIFS with text wildcard and multiple criteria in the same column

    Close...

    Try

    =SUM(sumifs(HLn_Total,Month_Num,Month(today()),Year,year(today()),Customer,{"Pra*","Vec*"}))

  3. #3
    Forum Contributor
    Join Date
    07-18-2014
    Location
    Missouri, USA
    MS-Off Ver
    2010
    Posts
    175

    Re: SUMIFS with text wildcard and multiple criteria in the same column

    I tried that but when I hit "Ctrl+Shift+Enter" at the end of the formula, a box pops up saying "Update Values........" and displays files that it wants me to choose. Same thing if I just try to hit "Enter"

  4. #4
    Forum Contributor
    Join Date
    07-18-2014
    Location
    Missouri, USA
    MS-Off Ver
    2010
    Posts
    175

    Re: SUMIFS with text wildcard and multiple criteria in the same column

    One sec. Think I might see the problem. My Name Manager is looking to another file for "Month_Num".....

    Let me change that

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

    Re: SUMIFS with text wildcard and multiple criteria in the same column

    No need for CTRL + SHIFT + ENTER

    If it's prompting you to choose files to update values, then there's something wrong with one or more of your named ranges.

  6. #6
    Forum Contributor
    Join Date
    07-18-2014
    Location
    Missouri, USA
    MS-Off Ver
    2010
    Posts
    175

    Re: SUMIFS with text wildcard and multiple criteria in the same column

    Worked perfectly. Thank you!!

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

    Re: SUMIFS with text wildcard and multiple criteria in the same column

    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] SUMIFS Multiple Criteria Same Column
    By jsharrard in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-18-2017, 05:08 PM
  2. [SOLVED] Sumifs with a wildcard as part of the criteria
    By FredFitzgerald in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-18-2016, 10:40 AM
  3. sumifs with multiple criteria in one column.
    By apolloni in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-10-2014, 05:13 AM
  4. [SOLVED] Sumifs using multiple text criteria
    By chouston in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 10-14-2014, 11:39 AM
  5. [SOLVED] SumIfs with multiple criteria (search column for cells w/ text containing)
    By jerrydiaz in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-22-2013, 01:06 PM
  6. Select Max Date Based on Multiple Criteria with Wildcard Text
    By TxNyCa in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-28-2013, 02:34 PM
  7. Replies: 2
    Last Post: 09-01-2012, 08:43 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