+ Reply to Thread
Results 1 to 18 of 18

Total percentage achieved for multiple targets

  1. #1
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Post Total percentage achieved for multiple targets

    Hi All,

    I am looking for a formula which will help me to find out the total %age achieved and %age deficit against the multiple targets. Example for Task A i have a target of 75% and for Task B i have a target of 25%. I want to find out how much is the total target I have achieved for each of the tasks and how much more i need to achieve in each of these tasks.

    Can you help me to with the formula for this ? Thanks all in advance for the help



    Thanks

    Parikshit

  2. #2
    Forum Expert
    Join Date
    04-01-2013
    Location
    East Auckland
    MS-Off Ver
    Excel 365
    Posts
    1,343

    Re: Total percentage achieved for multiple targets

    the amount achieved = "the percentage achieved" times "the target".
    the total you want to achieve = "what you have achieved" divided by "the percentage achieved".

    If you want something more complicated than that you probably need to give an example or be clearer in the explanation.
    If you want something done right... find a forum and ask an online expert.

    Time flies like an arrow. Fruit flies like a banana.

  3. #3
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Total percentage achieved for multiple targets

    Hi Scottiex,

    Thanks for the help.. What I am looking to achieve is mentioned below.

    I have a target for 75% for one of the Task and 25% for another task. So how do i find what is the total %age of the targets I have achieved ? My total revenue target is 10,00,000 per month. For the Task A which is new sales my target is 75% of the Total Revenue target and for Task B which is Retention of the existing customers my target is 25%. So if I have achieved 5,00,000 for Task A and 1,00,000 for Task B, how can i find what is the total %age i have achieved across the tasks (Task A + Task B) and how much more do i need to achieve for each task (Task A and Task B) to meet the targets?

    I hope I am able to explain it more clearly. Kindly help with this.

    Thanks

    Parikshit

  4. #4
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Total percentage achieved for multiple targets

    Pls attach a sample excel file with expected result with narration
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  5. #5
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Total percentage achieved for multiple targets

    Hi Siva

    Please find attached excel sheet.

    Thanks for the help in advance.
    Attached Files Attached Files

  6. #6
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Total percentage achieved for multiple targets

    B9=e3/b3
    b10=e4/b4
    b11=sum(e3:e4)/sum(b3:b4)
    b12=sum(b3:b4)-sum(e3:e4)

  7. #7
    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,209

    Re: Total percentage achieved for multiple targets

    For Task A is it not

    =E3/B3 i.e 60% ?

    and similar for Task B (40%)

    For A+B

    =(E3+E4)/B2 (55%)

  8. #8
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Total percentage achieved for multiple targets

    Many Thanks Siva and John for the help. I have one query here as i am confused about how the total deficit for combined task is calculated?
    I have updated the excel sheet with some dummy figures and highlighted the query in Yellow color. Please help me to understand it.



    Thanks to both of you for the quick help.. Awaiting your expert views.


    Thanks

    Parikshit
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    05-02-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2003
    Posts
    21

    Re: Total percentage achieved for multiple targets

    Hi Parikshitpathak,

    If you are tring to find the %age of deficit then check if below formula help you?

    =((SUM(B3:B4)-SUM(E3:E4))/B2)*100

  10. #10
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Total percentage achieved for multiple targets

    30% is the Right Answer and change the formula as

    =(B3+B4-E3-E4)/B2*100 Instead of =(B3+B4-E3+E4)/B2*100

  11. #11
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Total percentage achieved for multiple targets

    Hi Siva and Prasad,

    Thanks for the quick response. One last query, as per the excel sheet shared will the right answer for total deficit be as per the formula in
    B12 cell or E11 cell ?


    Thanks

    Parikshit
    Attached Files Attached Files

  12. #12
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Total percentage achieved for multiple targets

    b12 as per my knowledge

  13. #13
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Total percentage achieved for multiple targets

    Thanks Siva...

  14. #14
    Registered User
    Join Date
    05-02-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2003
    Posts
    21

    Re: Total percentage achieved for multiple targets

    With respect to shared sheet, change the formula in B12 as suggested by Siva or self. Secondly as per my knowledge as well the total deficit be as per formula in B12. Hope this clarify your query.

  15. #15
    Registered User
    Join Date
    06-06-2013
    Location
    india
    MS-Off Ver
    Excel 2007
    Posts
    15

    Re: Total percentage achieved for multiple targets

    Thanks Prasad !! Appreciate the help from you and Siva.


    Thanks

    Parikshit

  16. #16
    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,209

    Re: Total percentage achieved for multiple targets

    See attached (with cells formatted as %)
    Attached Files Attached Files

  17. #17
    Registered User
    Join Date
    05-02-2012
    Location
    Bangalore
    MS-Off Ver
    Excel 2003
    Posts
    21

    Re: Total percentage achieved for multiple targets

    You are most welcome

  18. #18
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Total percentage achieved for multiple targets

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

+ 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. Need to reflect percentage of targets
    By kimmycoop910 in forum Excel Charting & Pivots
    Replies: 8
    Last Post: 08-04-2016, 04:11 PM
  2. Qty needed to achieve target percentage
    By rfigueroa1976 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-21-2016, 05:10 PM
  3. PivotTable sub-total/grand total percentage issue
    By Jess0121 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 04-19-2016, 05:59 PM
  4. [SOLVED] Formula to determine required values to achieve target percentage
    By 98whiteMC in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-24-2014, 08:55 PM
  5. [SOLVED] Percentage required to achieve target at a date
    By preparing in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-03-2014, 04:35 AM
  6. [SOLVED] Formula to calculate number increase to achieve a percentage target
    By mick45 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-14-2014, 09:26 AM
  7. Multiple VLOOKUP targets - help!
    By Ettubrute in forum Excel General
    Replies: 0
    Last Post: 08-01-2012, 11:01 AM

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