+ Reply to Thread
Results 1 to 4 of 4

Calculation limit

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-20-2013
    Location
    LX
    MS-Off Ver
    Office 2019
    Posts
    164

    Calculation limit

    I have a simple formula in C1 like =A1*B1

    What have I to add that when a certain value is reached it dont take the calculation in consideration but the max value.

    EX. In A1 (25); in B1 (36); in C1 with the formula A1*B1 = 900.
    So far so good. But in a next calculation I use C1 as reference, but I can only have a max of 700.
    So the next calculation should not be 900 but 700. If the value is less than 700 than of course take the value of C1

    Thanks for your reply

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Calculation limit

    Try this:

    =MIN(700,A1*B1)
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Contributor
    Join Date
    08-20-2013
    Location
    LX
    MS-Off Ver
    Office 2019
    Posts
    164

    Re: Calculation limit

    Great Glenn.
    I can work with that.

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Calculation limit

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 12-05-2016, 07:57 AM
  2. Copy and insert row below within fixed upper limit and dynamic lower limit
    By droffel in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-27-2015, 08:57 PM
  3. Excel calculation Limit Issue
    By JayReina in forum Excel General
    Replies: 3
    Last Post: 08-07-2013, 01:15 PM
  4. Excel calculation Limit Issue
    By JayReina in forum Excel General
    Replies: 1
    Last Post: 08-07-2013, 01:08 PM
  5. Limit calculation
    By DavidK in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-10-2008, 12:29 PM
  6. Setting a maximum limit on a calculation
    By gdp69 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2007, 12:02 PM
  7. Limit a calculation to a certain number
    By jlatenight in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-26-2006, 04:10 PM

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