+ Reply to Thread
Results 1 to 5 of 5

Sumif greater than or equal not working

  1. #1
    Forum Contributor
    Join Date
    07-21-2013
    Location
    washington dc
    MS-Off Ver
    365 MSO
    Posts
    473

    Sumif greater than or equal not working

    HI,

    I am trying to do a sumif, but get an error that i am making too many arguments.
    Please Login or Register  to view this content.
    I am looking at the column e2:e17, and want to sum up anything in that column that is equal to or between 750-1500.

    Thanks

  2. #2
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: Sumif greater than or equal not working

    Try:

    Please Login or Register  to view this content.
    Sumif wont work with more than one criteria I think...

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumif greater than or equal not working

    Use SUMIFS for multiple criteria:

    =SUMIFS(E2:E17,E2:E17,">=750",E2:E17,"<=1500")
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: Sumif greater than or equal not working

    Sumif only works on one criteria

    You'll need sumifs

    =SUMIFS(e2:e17,e2:e17,">=750",e2:e17,"<=1500")
    Happy with my advice? Click on the * reputation button below

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumif greater than or equal not working

    Here's how you could do it with SUMIF:

    =SUMIF(E2:E17,">=750")-SUMIF(E2:E17,">1500")

+ 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. [SOLVED] IF date is greater than or equal to X but less than or equal to y
    By LloydGilmore in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 03-09-2019, 05:35 AM
  2. Filter column B by equal or greater than 31 but less than or equal to 60
    By kop1ko in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-18-2015, 04:11 PM
  3. [SOLVED] Greater than or equal to not working as expected
    By smugglersblues in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-20-2014, 10:59 PM
  4. SumIfs containing a greater than or equal to And less than or equal to
    By teton88 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 04-15-2014, 07:47 PM
  5. [SOLVED] COUNTIFS function w/greater than or equal to, and less than or equal to time values
    By AliciaRenee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-27-2014, 03:57 PM
  6. [SOLVED] How to do if greater than or equal to
    By Joah in forum Excel General
    Replies: 4
    Last Post: 06-15-2012, 12:57 AM
  7. SUMIF with greater than or equal to
    By Shooter66 in forum Excel General
    Replies: 4
    Last Post: 01-10-2012, 04:42 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