+ Reply to Thread
Results 1 to 3 of 3

Formula to (Cap) a percentage at a certain figure

  1. #1
    Registered User
    Join Date
    07-05-2016
    Location
    UK
    MS-Off Ver
    2015
    Posts
    6

    Formula to (Cap) a percentage at a certain figure

    Hi, im looking to cap a percentage (in this case at 5%) is that possible with an If Formula?

    If % in A is higher than 5% (B) then C should answer the difference.
    I have the below formula to do that,

    =If(A1=>B1,A1-D1,0)

    However I need to have the Answer capped at 5%, Can anybody help at a way of capping the answer in C at 5%

    A B C
    20% 5% Answer


    Thanks

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Formula to (Cap) a percentage at a certain figure

    Try

    =If(A1=>B1,MIN(A1-D1,5%),0)

  3. #3
    Registered User
    Join Date
    07-05-2016
    Location
    UK
    MS-Off Ver
    2015
    Posts
    6

    Re: Formula to (Cap) a percentage at a certain figure

    Thanks for the quick response, has been great help. still learning the Min Function

+ 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. [SOLVED] Max value of percentage of figure formulas
    By chrisi in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-25-2015, 02:01 AM
  2. [SOLVED] add a percentage to a figure
    By lauren18 in forum Excel General
    Replies: 2
    Last Post: 06-18-2014, 09:19 PM
  3. Percentage discount formula for a grid of figures and a different discount figure
    By SkydiveAnnie in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-31-2013, 11:09 AM
  4. formula for percentage ranges, can't figure out
    By Mainbeam in forum Excel General
    Replies: 5
    Last Post: 10-20-2011, 12:06 AM
  5. IF function using a percentage figure.
    By Steve-B in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-03-2008, 11:55 AM
  6. Replies: 3
    Last Post: 07-26-2006, 10:35 AM
  7. Replies: 3
    Last Post: 04-26-2006, 04:00 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