+ Reply to Thread
Results 1 to 3 of 3

Sumifs multiple criteria from drop down list

  1. #1
    Registered User
    Join Date
    01-13-2018
    Location
    New york
    MS-Off Ver
    2013
    Posts
    1

    Sumifs multiple criteria from drop down list

    Hi guys
    Have a workbook named DATA that I've created a drop down list I'm referencing for several sumifs formulas. Basically, there's 3 different actions I want the drop down list to calculate:

    1. Sumifs ALL (basically, if All, sum everything from column, don't exclude anything)
    2. Sumifs *flash* ONLY (only include fields WITH *flash* in column)
    3. Sumifs ALL EXCEPT *flash* (include all in column unless field contains *flash)

    Looking for ONE formula referencing the drop down to return results of one of the 3 scenarios above. Anecdotally, if you were to ADD scenarios #2 and #3, it would equal scenario #1.

    Really appreciate your expert advice here.

    Thanks
    Adam

  2. #2
    Spammer
    Join Date
    01-08-2015
    Location
    Cali, Colombia
    MS-Off Ver
    365
    Posts
    302

    Re: Sumifs multiple criteria from drop down list

    Hi!

    You can try this:

    1. =SUM(Range)
    2. =SUMIF(Range_criteria, "*flash*", Sum_Range)
    3. =SUMIF(Range_criteria, "<>*flash*", Sum_Range)

    Blessings!

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Sumifs multiple criteria from drop down list

    Maybe something like this...
    =if(A1="ALL",sum(range),sumif(criteria-range,if(A1="flash","flash","<>flash"),sum-range))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Replies: 0
    Last Post: 08-22-2017, 03:49 PM
  2. Replies: 7
    Last Post: 04-18-2016, 07:02 AM
  3. [SOLVED] using SUMIFS and adding values based on multiple criteria based on selection from the drop
    By muheebrahman in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-25-2015, 12:55 AM
  4. [SOLVED] sumifs, multiple criteria, one of them being a list?
    By PowerZ in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-16-2014, 06:23 PM
  5. Search by Multiple Criteria, Put All Results into Drop Down List
    By Jeff C in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-27-2012, 02:54 PM
  6. [SOLVED] SUMIFS - multiple criteria on one list?
    By tangcla in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-08-2012, 09:52 PM
  7. Variable Drop Down Dependent List with Multiple Criteria
    By Spellbound in forum Excel Formulas & Functions
    Replies: 43
    Last Post: 02-02-2012, 06:40 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