+ Reply to Thread
Results 1 to 7 of 7

how to calculate percentage

Hybrid View

  1. #1
    Registered User
    Join Date
    09-13-2013
    Location
    banglore
    MS-Off Ver
    Excel 2003
    Posts
    10

    how to calculate percentage

    hi
    i have to calculate 5% increase on 98.5% but one condition it should not beyond 100%,how to do this please help me

  2. #2
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: how to calculate percentage

    I would need to see a sample of what you got, with a sample of what you expect, the question is just a little too vague for me to guess at
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  3. #3
    Registered User
    Join Date
    09-13-2013
    Location
    banglore
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: how to calculate percentage

    hi
    Please refer the attachement
    Attached Files Attached Files

  4. #4
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: how to calculate percentage

    Are you looking for this?

    =IF(C6+C6*5%>100%,100%,C6+C6*5%)
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  5. #5
    Registered User
    Join Date
    09-13-2013
    Location
    banglore
    MS-Off Ver
    Excel 2003
    Posts
    10

    Re: how to calculate percentage

    no sktneer,i want to calculate 5% increase on each but it should be below 100% only,for example i have 98%,5% increase means it should be 99% or something not above 100%

  6. #6
    Registered User
    Join Date
    03-14-2012
    Location
    KERALA
    MS-Off Ver
    EXCEL 2007
    Posts
    18

    Re: how to calculate percentage

    see the attachment
    Attached Files Attached Files

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: how to calculate percentage

    If you don't want to populate it when it is greater than 100, you can use the below formula...It will only calculate if the percentage increase is less than 100, otherwise leave the cell blank.

    =IF(C6+C6*5%>100%,"",C6+C6*5%)

    If this is not what you require, please upload sample sheet with the desired output.

+ 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. calculate percentage of a percentage
    By sonogood in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 04-26-2013, 01:59 PM
  2. VBA Calculate Percentage.
    By jerryruthj in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-26-2012, 09:54 PM
  3. Excel 2007 : Calculate percentage
    By Mo2783 in forum Excel General
    Replies: 4
    Last Post: 02-25-2010, 10:48 AM
  4. calculate a percentage of a percentage
    By ianmb in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 02-03-2010, 08:20 AM
  5. [SOLVED] percentage:how do I calculate the percentage change
    By Knowledge001 in forum Excel General
    Replies: 3
    Last Post: 11-25-2005, 02:40 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