+ Reply to Thread
Results 1 to 2 of 2

How do I calculate a formula with a not-to-exceed answer?

  1. #1
    danfromthelake
    Guest

    How do I calculate a formula with a not-to-exceed answer?

    I would like to create a formula that has a not-to-exceed answer.

    Example: I want the answer not-to-exceed $10.00

    $6.00 + $3.00 = $9.00
    $6.00 + $7.00 = $10.00

  2. #2
    CLR
    Guest

    Re: How do I calculate a formula with a not-to-exceed answer?

    Put 10 in A3 and your other two numbers in A1 and A2 and use this formula
    where you want the answer..........

    =MIN(A1+A2,A3)

    Vaya con Dios,
    Chuck, CABGx3


    "danfromthelake" <[email protected]> wrote in message
    news:[email protected]...
    > I would like to create a formula that has a not-to-exceed answer.
    >
    > Example: I want the answer not-to-exceed $10.00
    >
    > $6.00 + $3.00 = $9.00
    > $6.00 + $7.00 = $10.00




+ 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