+ Reply to Thread
Results 1 to 7 of 7

SUMIF not adding

Hybrid View

  1. #1
    Registered User
    Join Date
    05-10-2012
    Location
    Olathe, KS
    MS-Off Ver
    Excel 2010
    Posts
    42

    SUMIF not adding

    I'm using Excel 2010 and want to add ONLY the numbers that meet a minimum amount condition. See below.

    5654653 (This is $D$2)
    654654
    766546
    565465
    65464
    32321
    23234
    1321
    343243
    7987
    79898
    46565
    =SUMIF(D2:D13,">=$D$2*.0004") This formula is giving a "0" result. AND, the $D$2 cell will not show a colored outline when I dbl-clk on the formula cell.

    Thanks for any help on this.
    Dave

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: SUMIF not adding

    How about

    =SUMIF(D2:D13,">="&$D$2*0.0004)

    You were almost there, just a quote out of place with the addition of an ampersand.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    05-10-2012
    Location
    Olathe, KS
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: SUMIF not adding

    It worked! The fx button/wizard automatically placed the quotes, so I'm not sure if it's working correctly or I did something wrong. Thanks for the help.

    Quote Originally Posted by jeffreybrown View Post
    How about

    =SUMIF(D2:D13,">="&$D$2*0.0004)

    You were almost there, just a quote out of place with the addition of an ampersand.

  4. #4
    Registered User
    Join Date
    05-10-2012
    Location
    Olathe, KS
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: SUMIF not adding

    What does the "&" do?

  5. #5
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: SUMIF not adding

    Hi dmad81,


    You can use the below formula:-

    {=SUM(IF($D$3:$D$13>=($D$2*0.0004),D3:D13,""))}

    See the attachment:-
    SumIf issue.xlsx
    regards,
    DILIPandey

    <click on below 'star' if this helps>
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: SUMIF not adding

    The & is just a way of concatenating the >= to the value in D2.

    In order to check out what a formula is doing, look at the Evaluate feature >> Formulas Tab >> Evaluate Formula

    Place your cursor on the cell and do the above. Now you can evaluate the formula step-by-step and see what is happening.

  7. #7
    Registered User
    Join Date
    05-10-2012
    Location
    Olathe, KS
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: SUMIF not adding

    Thanks! I will check it out.

+ 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