+ Reply to Thread
Results 1 to 8 of 8

SUMIF if a cell is not equal to a value

  1. #1
    Registered User
    Join Date
    10-17-2015
    Location
    Oregon
    MS-Off Ver
    2016
    Posts
    28

    SUMIF if a cell is not equal to a value

    I want to add C3+D3+E3 if A3 is not 793 and if it is just 793 then leave it blank in G3 and so on down column G
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: SUMIF Help Please

    Are you looking for =IF(A3<>793,SUM(C3:E3),"")
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    10-17-2015
    Location
    Oregon
    MS-Off Ver
    2016
    Posts
    28

    Re: SUMIF if a cell is not equal to a value

    Thank you!!!

  4. #4
    Registered User
    Join Date
    10-17-2015
    Location
    Oregon
    MS-Off Ver
    2016
    Posts
    28

    Re: SUMIF if a cell is not equal to a value

    How about if i wanted it to also not sum if it says 794?

  5. #5
    Registered User
    Join Date
    10-17-2015
    Location
    Oregon
    MS-Off Ver
    2016
    Posts
    28

    Re: SUMIF if a cell is not equal to a value

    its returning 0 when all other cells are blank, how do i fix it to be blank if they are?

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: SUMIF if a cell is not equal to a value

    Try in G3 copied down...

    =IF(AND(A3<>793,A3<>794,COUNT(C3:E3)=3),SUM(C3:E3),"")

  7. #7
    Registered User
    Join Date
    10-17-2015
    Location
    Oregon
    MS-Off Ver
    2016
    Posts
    28

    Re: SUMIF if a cell is not equal to a value

    Thanks a bunch!!

  8. #8
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: SUMIF if a cell is not equal to a value

    You are very welcome. Happy to help.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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. how to sumif date is less than or equal to
    By jgomez in forum Excel General
    Replies: 10
    Last Post: 07-24-2018, 10:18 PM
  2. VBA Sumif does not equal text
    By milo1984 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-21-2016, 10:52 AM
  3. not equal to formula in sumif
    By annux08 in forum Excel General
    Replies: 2
    Last Post: 07-17-2015, 09:03 AM
  4. SUMIF with greater than or equal to
    By Shooter66 in forum Excel General
    Replies: 4
    Last Post: 01-10-2012, 04:42 PM
  5. If these cells equal this one here, sumif! NOT
    By tecsbrain in forum Excel General
    Replies: 3
    Last Post: 02-20-2011, 12:58 PM
  6. sumif non-number not equal to cell X
    By c_george in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2007, 04:44 PM
  7. sumif if cell does not equal #N/A
    By Micah in forum Excel General
    Replies: 1
    Last Post: 02-02-2006, 05:45 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