Calculate KPI using percentages

AKAvenger

New Member
Joined
Mar 22, 2017
Messages
32
Hi Gurus

I hope I can explain this correctly.
I need to calculate a KPI using %, I got as far as creating the target.

Column D is the target of 100%, so if the target is met then the achievement is 100%, I need to calculate the achievement with a max of 200%.
Any ideas on how to get this done?
 

Attachments

  • Calculate KPI.JPG
    Calculate KPI.JPG
    38.3 KB · Views: 23

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
If I understand what you're trying to say, give this a try:
=IF(H7/G7>200%,200%,H7/G7)
 
Upvote 0
If I understand what you're trying to say, give this a try:
=IF(H7/G7>200%,200%,H7/G7)
Hi Candyman

In this KPI, less is better, so the actual % must be less than or = to the target. If the actual is = to target then 100% but if less then +100% etc.
 
Upvote 0
@Candyman8019
I have uploaded two screenshots showing my BEFORE and AFTER. I used excel goal seek to find the answers for my Min and Max columns but don't know how to create a formula that will work it out.
Does this help?
 

Attachments

  • Target Example BEFORE.PNG
    Target Example BEFORE.PNG
    42.1 KB · Views: 31
  • Target Example AFTER.PNG
    Target Example AFTER.PNG
    43.9 KB · Views: 30
Upvote 0
Okay, I've run some numbers and formulas...they work for most of the values in your sheet, but some are slightly off...I suspect due to the manually entered values possibly having some hidden decimal places? Anyway, give these a try:
Column G: =H2/0.7
Column I: =H2*0.5
Columh J: =D2/E2
 
Upvote 0
Solution
Okay, I've run some numbers and formulas...they work for most of the values in your sheet, but some are slightly off...I suspect due to the manually entered values possibly having some hidden decimal places? Anyway, give these a try:
Column G: =H2/0.7
Column I: =H2*0.5
Columh J: =D2/E2
@Candyman8019, you are my new hero, thank you! Numbers look good.
 
Upvote 0

Forum statistics

Threads
1,215,028
Messages
6,122,749
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top