+ Reply to Thread
Results 1 to 4 of 4

Minimum Value in a Range if Greater Than "X"

  1. #1
    Forum Contributor
    Join Date
    03-24-2005
    Location
    Wisconsin
    MS-Off Ver
    2007
    Posts
    378

    Minimum Value in a Range if Greater Than "X"

    I have a range of Q3:T14 containing monthly totals for four fiscal years, including this year which is not complete.

    I would like to calculate the minimum value for the months that have all input totaled (input coming from 10 different locations and summarized).

    So, what I would like to do is calculate the minimum value if it it over, say, 100,000,000.

    I would like to also look at the StDev for the same range for the values over that same 100,000,000.

    Any advice? I am sure it is simple, but I am stuck.

    Thanks for all the help this forum provides!!
    Thanks!
    Dennis

    I am using Windows 7 and Office 2007, all of my posts are based on this.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Not sure about the stdev but to get a minimum value over 100000000 either

    =MIN(IF(Q3:T14>100000000,Q3:T14))

    confirmed with CTRL+SHIFT+ENTER

    or

    =LARGE(Q3:T14,COUNTIF(Q3:T14,">100000000"))

  3. #3
    Forum Expert
    Join Date
    12-29-2004
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    2,208
    You can use an array formula to accomplish this:

    =MIN(IF(B1:B8>5,B1:B8))

    For standard deviation:

    =MIN(IF(B1:B8>5,B1:B8))

    Since these are array formulas, you need to confirm with CTRL + SHIFT + ENTER, rather than just ENTER.

  4. #4
    Forum Contributor
    Join Date
    03-24-2005
    Location
    Wisconsin
    MS-Off Ver
    2007
    Posts
    378

    Many Thanks!

    My Problem was that I was not entering as an Array Formula...

    "I Shoulda Had A V8"

+ 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