+ Reply to Thread
Results 1 to 5 of 5

SUMIFS won't work with >= as a criteria

  1. #1
    Registered User
    Join Date
    11-19-2010
    Location
    Boston, MA
    MS-Off Ver
    Excel 2007
    Posts
    6

    Thumbs down SUMIFS won't work with >= as a criteria

    Hi,

    I am trying to do the following SUMIFS and it won't work because of the >=. I have tried putting it in quotes and even using a cell refrence. Any help would be great. Thanks!

    =SUMIFS('DATA TAB'!$AT:$AT,'DATA TAB'!$D:$D,Unclaimed!$J16,'DATA TAB'!$D:$D,"",'DATA TAB'!$BH:$BH,">7")

  2. #2
    Registered User
    Join Date
    08-30-2010
    Location
    Mpls, MN
    MS-Off Ver
    Excel 2003
    Posts
    17

    Re: SUMIFS won't work with >= as a criteria

    The function is missing a single cell for criteria1. Fix that first. SumIFS is tricky in that it alternates between range and criteria. When using the function wizard I have often forgot to tab out of the criteria field and accidentally input Range2.

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: SUMIFS won't work with >= as a criteria

    Hello JYonker,

    I don't see >= in your formula where should that go? Also you have two conditions for column D, do you want the sum if either of those is true?
    Audere est facere

  4. #4
    Registered User
    Join Date
    11-19-2010
    Location
    Boston, MA
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: SUMIFS won't work with >= as a criteria

    Sorry,

    This is the formula, I posted an old one.

    =SUMIFS('DATA TAB'!$AT:$AT,'DATA TAB'!$D:$D,Unclaimed!$I4,'DATA TAB'!$J:$J,"",'DATA TAB'!$BH:$BH,"<=7")

    Also, in this specific case, when I say "<=7" I am not looking for number less then 7, just wanting to sum the tag"<=7"...
    That leads me to another question I have... Is there a way to incorporate number below something or whithin a certain range in a sumifs?

    Thank you everyone. I really do appreciate it.

    Jasper

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,699

    Re: SUMIFS won't work with >= as a criteria

    Jasper,

    the problem is that "<=7" is only summing values less than or equal to seven, if you want to sum where string is <=7 add another =, i.e. criterion should be

    "=<=7"

+ 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