+ Reply to Thread
Results 1 to 2 of 2

Changing Criteria from absolute value to a range?

  1. #1
    Registered User
    Join Date
    11-26-2007
    Posts
    40

    Changing Criteria from absolute value to a range?

    This is the formula I have that works:

    =SUMIF('2nd'!$J3:$J14,113,'2nd'!$O3:$O14)


    Is there a way to do this, but instead of 113, how can I tell it greater than 100 but less than 200?


    Thanks for any help offered.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    You can't do that directly in SUMIF. One way is like this

    =SUMPRODUCT(('2nd'!$J3:$J14>=100)*( '2nd'!$J3:$J14<=200),'2nd'!$O3:$O14)

+ 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