+ Reply to Thread
Results 1 to 9 of 9

Conditional Addition

  1. #1
    Registered User
    Join Date
    06-09-2017
    Location
    Florida
    MS-Off Ver
    office 2007
    Posts
    5

    Conditional Addition

    Hello,
    New to this forum. I am trying to figure out a formula to add specific value together from a column. example large column of different numbers but I want to add a total of all the number that are equal to 10 or less together, not how many are that value , but the total of those values , Or a greater then 10.1 but less then 20.1 totals. Any help would be appreciated as my head is ready to pop. Mark

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Conditional Addition

    Try the SUMIF function. Something like this:

    add a total of all the number that are equal to 10 or less
    =SUMIF(A:A,"<=10")

    greater then 10.1 but less then 20.1
    =SUMIFS(A:A,A:A,">10.1",A:A,"<20.1")
    Last edited by 63falcondude; 06-09-2017 at 12:10 PM.

  3. #3
    Registered User
    Join Date
    06-09-2017
    Location
    Florida
    MS-Off Ver
    office 2007
    Posts
    5

    Re: Conditional Addition

    thanks man, blood pressure back to normal.

    Mark

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Conditional Addition

    You're welcome. Happy to help.

    If this solved your issue, please mark this thread as SOLVED.

  5. #5
    Registered User
    Join Date
    06-09-2017
    Location
    Florida
    MS-Off Ver
    office 2007
    Posts
    5

    Re: Conditional Addition

    Spoke to soon. What is wrong =SUMIFS(G2:G25,G2:G25,">10.1",G2:G25,"<20.1")

  6. #6
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Conditional Addition

    Quote Originally Posted by Mark59 View Post
    Spoke to soon. What is wrong =SUMIFS(G2:G25,G2:G25,">10.1",G2:G25,"<20.1")
    This formula will sum the values in the range G2:G25 that are greater than 10.1 and less than 20.1.

    Is this producing an unexpected result?
    Last edited by 63falcondude; 06-09-2017 at 12:42 PM.

  7. #7
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,259

    Re: Conditional Addition

    I guess this formula is short of an equal sign.

    =SUMIFS(G2:G25,G2:G25,">=10.1",G2:G25,"<20.1")

  8. #8
    Registered User
    Join Date
    06-09-2017
    Location
    Florida
    MS-Off Ver
    office 2007
    Posts
    5

    Re: Conditional Addition

    yep, Problem solved. Not sure how to mark the thread solved?

    Thank you all for the help

  9. #9
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Conditional Addition

    Quote Originally Posted by Mark59 View Post
    Not sure how to mark the thread solved?
    How to mark a thread SOLVED: https://www.excelforum.com/faq.php
    Last edited by 63falcondude; 06-09-2017 at 01:36 PM.

+ 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. Conditional Addition (Summation)
    By saschagraef in forum Excel General
    Replies: 2
    Last Post: 12-17-2012, 10:01 AM
  2. Conditional row addition
    By tikrit in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-02-2012, 08:33 AM
  3. Conditional Addition
    By cellfservices in forum Excel General
    Replies: 3
    Last Post: 01-16-2010, 01:17 AM
  4. Conditional addition
    By matralab in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-06-2009, 09:47 AM
  5. Excel 2007 : Conditional Addition
    By hayhursm in forum Excel General
    Replies: 5
    Last Post: 10-15-2008, 09:40 AM
  6. conditional addition
    By DKY in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-14-2005, 10:50 AM
  7. Conditional Addition
    By Andy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-29-2005, 03: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