+ Reply to Thread
Results 1 to 3 of 3

Sumif using not equal to ""

  1. #1
    Registered User
    Join Date
    01-02-2013
    Location
    PHILIPPINES
    MS-Off Ver
    Excel 2010
    Posts
    19

    Question Sumif using not equal to ""

    Hi can you guys help me out in here.
    i want to find those who are not equal to a specific text.
    the logic is something like this.

    if C29:C641 is not equal to "Samsung" and C29:C641 to "Apple" and B29:B641 is not equal to "HP Care Pack" then
    sum all its find whoa are not equal to the text i said in E29:E641.

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Sumif using not equal to ""

    Try this in any blank cell not within your specified ranges:

    =SUMIFS (E29:E641, C29:C641,"<>Samsung", C29:C641,"<> Apple", B29:B641, "<> HP Care Pack")

    - Moo

  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,929

    Re: Sumif using not equal to ""

    use the sumifS() function...

    =sumifs(E29:E641,C29:C641,"<>Samsung",C29:C641,"Apple",B29:B641"<>HP Care Pack")

    lol Moo there must be an echo in here again
    i think the OP wanted = Apple though
    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)

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