+ Reply to Thread
Results 1 to 5 of 5

Sumifs

  1. #1
    Registered User
    Join Date
    01-21-2008
    Posts
    4

    Sumifs

    I am using a sumifs formula, everything works fine except for the fact that i want to sum everything that is not XYZ value, basically I'm looking at some postal codes and i want to know how much postcodes are not in a specific area.

    I'm looking for a way to tell excel to add everything that is not let's say : N6C, N7A, N8A...

    A B
    N6C 180
    N7A 150
    A1F 120
    A6K 50

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Your condition in the Sumif or Sumifs would be something like:

    "<>N6C" keeping the quotes...

    e.g. =Sumif(A:A,"<>N6C")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    01-21-2008
    Posts
    4
    can i add more than one condition =Sumif(A:A,"<>N6C";A:A,"<>N7A") etc

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    I am not yet too familiar with Excel 2007...so I am not 100% sure... but I think it should be something like:

    =Sumifs(B:B,A:A,"<>N6C";A:A,"<>N7A")

  5. #5
    Registered User
    Join Date
    01-21-2008
    Posts
    4
    thank you from Brampton

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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