+ Reply to Thread
Results 1 to 3 of 3

Range less than/.. min/max to a negative number..

  1. #1
    nastech
    Guest

    Range less than/.. min/max to a negative number..

    Hello, I have a percent change equation with min/max being used that can not
    figure out the easy way for showing it is a negative. (maybe shorter way for
    positive half as well?) thanks

    idea, not quite working ("-"& makes number text: get a long text number,
    not rounded up/dn; min/max is not the same result)

    =IF(OR(BI9="",COUNTA(BJ9:BN9)=0),"",
    IF(BI9<AVERAGE(BJ9:BN9),"-"&MAX(BI9:BN9)/MIN(BI9:BN9)%-100,MAX(BI9:BN9)/MIN(BI9:BN9)%-100))

  2. #2
    nastech
    Guest

    RE: Range less than/.. min/max to a negative number..

    or is min / max, getting a different number supposed to be correct??, as in:
    =IF(OR(BI9="",COUNTA(BJ9:BN9)=0),"",
    IF(BI9<AVERAGE(BJ9:BN9),MIN(BI9:BN9)/MAX(BI9:BN9)%-100,MAX(BI9:BN9)/MIN(BI9:BN9)%-100))

    "nastech" wrote:

    > Hello, I have a percent change equation with min/max being used that can not
    > figure out the easy way for showing it is a negative. (maybe shorter way for
    > positive half as well?) thanks
    >
    > idea, not quite working ("-"& makes number text: get a long text number,
    > not rounded up/dn; min/max is not the same result)
    >
    > =IF(OR(BI9="",COUNTA(BJ9:BN9)=0),"",
    > IF(BI9<AVERAGE(BJ9:BN9),"-"&MAX(BI9:BN9)/MIN(BI9:BN9)%-100,MAX(BI9:BN9)/MIN(BI9:BN9)%-100))


  3. #3
    nastech
    Guest

    RE: Range less than/.. min/max to a negative number..

    Hi, think found answer, thought had tried this already.. but just having a
    negative sigh "-" surround entire variable did inverse the item. too many
    numbers,, don't know if on right track anyways: 2 equations makes
    deviation.. max/min or min/max, using: ("-" sign now working, thanks).

    =IF(OR(BI9="",COUNTA(BJ9:BN9)=0),"",IF(BI9<AVERAGE(BJ9:BN9),-(MAX(BI9:BN9)/MIN(BI9:BN9)%-100),MAX(BI9:BN9)/MIN(BI9:BN9)%-100))

    "nastech" wrote:

    > Hello, I have a percent change equation with min/max being used that can not
    > figure out the easy way for showing it is a negative. (maybe shorter way for
    > positive half as well?) thanks
    >
    > idea, not quite working ("-"& makes number text: get a long text number,
    > not rounded up/dn; min/max is not the same result)
    >
    > =IF(OR(BI9="",COUNTA(BJ9:BN9)=0),"",
    > IF(BI9<AVERAGE(BJ9:BN9),"-"&MAX(BI9:BN9)/MIN(BI9:BN9)%-100,MAX(BI9:BN9)/MIN(BI9:BN9)%-100))


+ 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