+ Reply to Thread
Results 1 to 3 of 3

Capping a formula value?

  1. #1
    Scot B
    Guest

    Capping a formula value?

    Greetings, Experts,

    Thanks for reading this message.

    I'm trying to figure a formula that reaches a cap, and if the formula wants
    to return a value over the cap, it displays the cap. if it is below the
    cap, it returns the formula value.

    More specifically, i'm figuring out a percentage, but if the percentage from
    the formula wants to be over 100%, it should just return 100%.

    Any suggestions?

    Thanks!

    Scot B.



  2. #2
    Bob Phillips
    Guest

    Re: Capping a formula value?

    =MIN(formula,1)

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "Scot B" <[email protected]> wrote in message
    news:[email protected]...
    > Greetings, Experts,
    >
    > Thanks for reading this message.
    >
    > I'm trying to figure a formula that reaches a cap, and if the formula

    wants
    > to return a value over the cap, it displays the cap. if it is below the
    > cap, it returns the formula value.
    >
    > More specifically, i'm figuring out a percentage, but if the percentage

    from
    > the formula wants to be over 100%, it should just return 100%.
    >
    > Any suggestions?
    >
    > Thanks!
    >
    > Scot B.
    >
    >




  3. #3
    Ron Coderre
    Guest

    RE: Capping a formula value?

    Try this:
    =MIN(your_formula,100%)

    Does that help?

    ***********
    Regards,
    Ron

    XL2002, WinXP-Pro


    "Scot B" wrote:

    > Greetings, Experts,
    >
    > Thanks for reading this message.
    >
    > I'm trying to figure a formula that reaches a cap, and if the formula wants
    > to return a value over the cap, it displays the cap. if it is below the
    > cap, it returns the formula value.
    >
    > More specifically, i'm figuring out a percentage, but if the percentage from
    > the formula wants to be over 100%, it should just return 100%.
    >
    > Any suggestions?
    >
    > Thanks!
    >
    > Scot B.
    >
    >
    >


+ 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