+ Reply to Thread
Results 1 to 4 of 4

SUMIF when criteria is outside of the range

  1. #1
    Registered User
    Join Date
    08-28-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    9

    SUMIF when criteria is outside of the range

    My goal is to create a formula to show net spend for individual consumers.

    I have one data set that includes (among many other things) rows with each product sold and columns to show the cost and the name of the customer.

    I know that... =SUMIF(Range to look for criteria, Criteria, Numeric field to sum up)

    But I only want to sum if the price of a product is in the same row as a certain individual's (unique) name.

    I want to do this via one function and not by manually clicking cells or by alphabetizing the data set (it is very large). Also you can assume that no one has the same name.

    Thoughts?

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: SUMIF when criteria is outside of the range

    pivot table?
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: SUMIF when criteria is outside of the range

    Looks like you have Excel 2010, so I recommend the SumIfs() function.

    =SUMIFS(Numeric field to sum up, Range1 to look for criteria, Criteria1, Range2 to look for criteria, Criteria2)
    Hope that helps,
    ~tigeravatar

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

  4. #4
    Registered User
    Join Date
    08-28-2012
    Location
    wisbech england
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: SUMIF when criteria is outside of the range

    DSUM ( database , field/s , criteria ) you can sum based on as many criteria as u want

+ 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