+ Reply to Thread
Results 1 to 2 of 2

cell = 10% of sum however apply a min & max value

  1. #1
    Registered User
    Join Date
    05-22-2012
    Location
    Birmingham, UK
    MS-Off Ver
    Excel 2010
    Posts
    41

    cell = 10% of sum however apply a min & max value

    Hi

    This is probably fairly straightforward.

    I have the following formula in a cell;

    =SUM((C19+C20+C21)*10%)

    however, i would like the returned value to have a minimum of 2 and a maximum of 10

    any help would be greatly appreciated!

    cheers

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: cell = 10% of sum however apply a min & max value

    Try:

    =Median(2,(C19+C20+C21)*10%,10)

    or

    =Median(2,SUM(C19:C21)*10%,10)


    note: SUM is reduntant in the first...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ 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