+ Reply to Thread
Results 1 to 10 of 10

Sumifs not equal to

  1. #1
    Registered User
    Join Date
    08-13-2015
    Location
    Michigan
    MS-Off Ver
    2013
    Posts
    12

    Sumifs not equal to

    I have a question and I thought I got it but it isn't working. I tested to see if it works and it clearly does not. Here's my formula: Placements!$F:$F,"<>"&$C$7:$C$36

    This is my [criteria_range,criteria].

    My actual formula would read Placements!$F:$F,"<>"&$C$7:$C$37. I am attempting in this formula for an "Other" so that when something new gets entered in or the Queue (Placements) picks up something when someone refreshes the data, this formula will pick it up. Basically if it doesn't fall into any of the values C7:C37 it will pick up. Hopefully that made sense, if not I can attempt to reword it.

  2. #2
    Registered User
    Join Date
    08-13-2015
    Location
    Michigan
    MS-Off Ver
    2013
    Posts
    12

    Re: Sumifs not equal to

    Any help? Still stumped...

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Sumifs not equal to

    Okay, let's see if I understand
    You have a list of categories in C7:C37

    Users are entering categories into Col F of Placements and you want excel to check to see if it's not in the range above (i.e. an "Other")? What do you want Excel to do when someone enters something in F that's not in C?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    08-13-2015
    Location
    Michigan
    MS-Off Ver
    2013
    Posts
    12

    Re: Sumifs not equal to

    I had a feeling I didn't say what I was thinking. Okay, let me try again.

    Placements is a separate spreadsheet. I'll show you the whole formula: =IF($A$1="",SUMIFS(Placements!$E:$E,Placements!$A:$A,">="&EOMONTH(TODAY(),-9)+1,Placements!$A:$A,"<="&EOMONTH(TODAY(),-8),Placements!$F:$F,"<>"&$C$7:$C$36,Placements!$D:$D,$B$1),IF($B$1="",SUMIFS(Placements!$E:$E,Placements!$A:$A,">="&EOMONTH(TODAY(),-8),Placements!$A:$A,"<="&EOMONTH(TODAY(),-9)+1,Placements!$F:$F,"<>"&$C$7:$C$36,Placements!$D:$D,$A$1)))

    As you can see, it is quite long. Placements!$E:$E is basically the number of accounts uploaded onto the system on a specific date for each client. Placements!$A:$A is that specific date in which something was loaded on. Placements!$F:$F is a condition in which what collectors have used for a specific client. So basically $C$7:$C$37 is a whole list of these conditions. What I'm trying to do is if something is uploaded that doesn't follow/go under any of these conditions, it will pick it up. Eventually the small conditions that are rarely used will most likely go under this. I'm not trying to pull any other information from besides Column E for the number of accounts and Column F for the condition. We're trying to just get a look at what the collectors are using.

    I'm sorry for the confusion... hope this helps.

  5. #5
    Registered User
    Join Date
    08-13-2015
    Location
    Michigan
    MS-Off Ver
    2013
    Posts
    12

    Re: Sumifs not equal to

    Or what I'm trying to say "not follow/go under" is meaning it has yet to show up among the the conditions from C7:C37 and is a new condition.

    No one is entering anything into Placements. The data is being pulled from a queue that is getting pulled from Artiva.

  6. #6
    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,929

    Re: Sumifs not equal to

    I think that your problem is that you have a range for the criteria...
    Placements!$F:$F,"<>"&$C$7:$C$36
    Try that with a single cell ref and see if ity works. If so, you may have to adjust the formula or use SUMPRODUCT or use a helper

    I suggest that you upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

  7. #7
    Registered User
    Join Date
    08-13-2015
    Location
    Michigan
    MS-Off Ver
    2013
    Posts
    12

    Re: Sumifs not equal to

    I have more clients than shown but I used the same number of conditions. The bold borders on the top left is a list, you can change the different clients from there. The spreadsheet is quite similar but obviously with no real values. If you look, it should be 100 instead of 0. I only used December 2014 as that's what my formula shows. Hope this helps!

    example.xlsx

  8. #8
    Registered User
    Join Date
    08-13-2015
    Location
    Michigan
    MS-Off Ver
    2013
    Posts
    12

    Re: Sumifs not equal to

    I'm guessing that there is no solution to it or?

  9. #9
    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,929

    Re: Sumifs not equal to

    If you want to get the total of "everything else", then why not sum your total, and subtract your categories?

  10. #10
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: Sumifs not equal to

    Formula in L38, then dragged across
    Please Login or Register  to view this content.
    Attached Files Attached Files

+ 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 does not equal
    By rs1aj in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 06-17-2015, 10:22 PM
  2. Issue With Not Equal To in SUMIFS Formula
    By Comptka in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 03-06-2015, 02:29 PM
  3. SUMIFS with a greater than or equal to, as well as an OR criteria
    By fayep1986 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2015, 09:51 AM
  4. [SOLVED] SumIfs Formula With Multiple Not Equal To Criteria
    By zmster2033 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-07-2014, 05:08 PM
  5. [SOLVED] Set Sumifs Criteria Range to equal year
    By HCLax in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2014, 09:53 AM
  6. SumIfs containing a greater than or equal to And less than or equal to
    By teton88 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-15-2014, 07:47 PM
  7. [SOLVED] SUMIFS greater than or equal
    By telton in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-11-2013, 04:55 AM

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