+ Reply to Thread
Results 1 to 6 of 6

Baffled by SumIf issue.

Hybrid View

  1. #1
    Registered User
    Join Date
    10-02-2013
    Location
    Chicago
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Baffled by SumIf issue.

    What I'm doing is this:

    I have a list of 1000+ line items.
    In another column I copy the name column and do a "remove duplicates"
    Then I do the sum if, where column "A" is the names, column "b" is the quantity sold, and column "D" (for example) is my list with duplicates removed. In column "e" I do the sumif. So as to not do it over 100 times (the size of the paired down line items), I did the $. If I remove it, won't the list simply stop looking for all of the line items and find the name of one and that's it?

  2. #2
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,690

    Re: Baffled by SumIf issue.

    Agree w/Martin, but from what you've written (and his first reply is still correct) you can just replace =SUMIF(B2:B5, "John", C2:C5) "John" with the cell reference you have your distinct list - of course one cell at a time.
    So if your criteria is in, say cell d2 you point the formula to... =SUMIF(B2:B5, D2 , C2:C5) and just go from there down the list, so it might look like =SUMIF($B$2:$B$1000, D2, $C$2:$C$1000)
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

+ 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. Baffled Beginner/Intermediate Excel User
    By michaelaz21 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 05-28-2013, 08:19 PM
  2. [SOLVED] Excel 2007 : Baffled by the (lack of) result of a countif
    By neil40 in forum Excel General
    Replies: 1
    Last Post: 04-01-2012, 06:43 AM
  3. Strange Vlookup result - baffled
    By andycaps in forum Excel General
    Replies: 9
    Last Post: 01-18-2012, 08:58 AM
  4. Calculation in cell not updating - Totally baffled!
    By bmunoz64 in forum Excel General
    Replies: 1
    Last Post: 01-11-2012, 12:08 PM
  5. [SOLVED] thoroughly-baffled by InStr function w/ binary compare
    By terry b in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-11-2005, 01:06 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