+ Reply to Thread
Results 1 to 3 of 3

Found to find Max or Min when includes negative #s

  1. #1
    Registered User
    Join Date
    08-08-2010
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2010
    Posts
    85

    Found to find Max or Min when includes negative #s

    Hi

    I have a range that spans from -100% to +100%. I need to identify if any values in that range exceeds -50% or +50%. I've tried to use an array with ABS and MATCH but the convert the -50% to +50%. Is there a way around this?

    example:
    -77% -35% 0% +48%

    answer is -77%

    Thanks!
    Last edited by trillium; 08-26-2011 at 05:53 PM.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: Found to find Max or Min when includes negative #s

    Maybe: =IF(ABS(MIN(A1:A4))>0.5,MIN(A1:A4),IF(MAX(A1:A4)>0.5,MAX(A1:A4),""))

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    08-08-2010
    Location
    Ottawa, Canada
    MS-Off Ver
    Excel 2010
    Posts
    85

    Re: Found to find Max or Min when includes negative #s

    thanks!!!!

+ 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