+ Reply to Thread
Results 1 to 3 of 3

calculate equation, but report a minimum value if calculation is too low

  1. #1
    Registered User
    Join Date
    08-10-2012
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2007
    Posts
    2

    Question calculate equation, but report a minimum value if calculation is too low

    I am trying to have a cell calculate a price based on a percentage of another cell, but want to see a minimum result if the calculation results in a number too slow. For example, I want to have a permit cost 1.5% of the total cost of the materials for a job, but if that number is less than $250, I want the number $250 to show as the result.

    TYIA

    Chuck

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: calculate equation, but report a minimum value if calculation is too low

    You can do it like this:

    =MAX(250,your_existing_formula)

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-10-2012
    Location
    Tampa, FL
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: calculate equation, but report a minimum value if calculation is too low

    Awesome, THANKS!

    Chuck

+ 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