+ Reply to Thread
Results 1 to 4 of 4

calculate a percentage of a percentage

  1. #1
    Registered User
    Join Date
    02-03-2010
    Location
    malta
    MS-Off Ver
    Excel 2003
    Posts
    46

    calculate a percentage of a percentage

    hi

    I need to calculate a percentage of a percentage but i cannot do it in excel. Basically to be more clear I need to subtract a percentage of an amount and then subtract another percentage of the answer how to do the formula in excel. Have been trying for hours and did not manage!!!!.

    Ex subtract 30% of 264 and then subtract 5% of the answer - ie 264-30% = 184.8 - 5% = 175.56

    thanks

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: calculate a percentage of a percentage

    =(264-(30%*264))-5%*(264-(30%*264))

    or more simply

    =((264*70%)*95%)
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    15,592

    Re: calculate a percentage of a percentage

    If in A1 is one percent, in B1 is second percent and in C1 is total then:

    =C1*(1-A1)*(1-B1)

    If you need always same percents then

    =C1*(1-0,3)*(1-0,05)

    wich is same as =C1*0,7*0,95 =C1*0,665

  4. #4
    Registered User
    Join Date
    02-03-2010
    Location
    malta
    MS-Off Ver
    Excel 2003
    Posts
    46

    Re: calculate a percentage of a percentage

    thanks a lot!!!!! it worked - quite a simple answer and i was complicating it!! thanks again

+ 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