+ Reply to Thread
Results 1 to 3 of 3

Formula that calculates the sum of a few cells; BUT limits it to a max

  1. #1
    Registered User
    Join Date
    04-23-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    12

    Cool Formula that calculates the sum of a few cells; BUT limits it to a max

    Is there such a formula that would do this:

    A+B+C, (but limit this calculation to a "ceiling" of F+I) ???

    Or do I have to create some extra columns and calculations on my own? My sheet is getting very busy and large, so I would rather just use a simple formula.
    Thanks so much.

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Formula that calculates the sum of a few cells; BUT limits it to a max

    Hi,

    maybe

    Please Login or Register  to view this content.
    Regards
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Forum Expert tigeravatar's Avatar
    Join Date
    03-25-2011
    Location
    Colorado, USA
    MS-Off Ver
    Excel 2003 - 2013
    Posts
    5,361

    Re: Formula that calculates the sum of a few cells; BUT limits it to a max

    =min(a1+b1+c1,f1+i1)

    EDIT: Beat to it by CANAPONE
    Hope that helps,
    ~tigeravatar

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

+ 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