+ Reply to Thread
Results 1 to 3 of 3

Summing values in a range w/ criteria

  1. #1
    Registered User
    Join Date
    06-02-2008
    Location
    Louisiana, the other LA
    Posts
    11

    Summing values in a range w/ criteria

    SOLVED !!!!!!! Thanks guys.


    I have columns of hundreds of data points that I would like to add data between a fixed numerical value. The numerical values always start at zero, then increase to a non fixed maximum value, then reduce back to zero. The number of data points (column Data A) is usually a fixed value that starts at 1 and increases to a fixed value.


    Example: I would like to sum values in the Data B column that are greater than 0.040 only (0.1482+0.2257+0.3167+0.325+0.3152+0.2231+0.1534)

    Data A ---- Data B
    1 ---------- 0.0055
    2 ---------- 0.0385
    3 ---------- 0.1482
    4 ---------- 0.2257
    5 ---------- 0.3167
    6 ---------- 0.3250
    7 ---------- 0.3152
    8 ---------- 0.2231
    9 ---------- 0.1534
    10 --------- 0.0397
    11--------- 0.0053

    I tired using "SUMIF", but I'm must not be using it correctly.
    Any assistance will be appreciated.
    Last edited by Greenlight; 12-31-2015 at 04:42 PM. Reason: Solved, thanks !!!!!

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,216

    Re: Summing values in a range w/ criteria

    try

    =SUMIF(B1:B11,">0.04",B1:B11)

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Summing values in a range w/ criteria

    You don't need the B1:B11 sum range repeated. Use just

    =SUMIF(B1:B11,">0.04")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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. Default Summing values based on criteria
    By Corsa88 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-04-2015, 11:45 PM
  2. [SOLVED] Summing Values Between A Range Using And Criteria
    By zanshin777 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-22-2015, 10:47 AM
  3. Replies: 4
    Last Post: 07-26-2013, 03:38 PM
  4. Summing up values that match criteria.:particular criteria.
    By rmacttu in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2009, 04:21 AM
  5. Summing up values that match criteria.
    By rmacttu in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-02-2009, 11:53 PM
  6. Summing values based on two criteria
    By smartguy in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-16-2007, 04:46 PM
  7. [SOLVED] V-lookup and summing values if more than 1 matches criteria
    By holcay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-06-2006, 11:55 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