Track performance progress for the year

Kentle

New Member
Joined
Jan 30, 2024
Messages
5
Office Version
  1. 365
Platform
  1. Windows
Hello,
I'm currently trying to calculate performance against annual metrics. For example, my performance will be 18% of the expected metrics by the end of January. How do I create a dynamic formula to build into a speedometer graph to see if I am on target or lagging as the year progresses? Based on my current average, 18% for the end of January is good, but I need to see how that target looks daily.
I would be EXTREMELY thankful if someone could point me in the right direction.
thank you.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Posting your speedometer milestone points would be helpful.
Also, are you really looking for daily milestone or monthly(month to date included)?

Mr. excel has a tool called xl2bb add in. Link below. This allows you to share mini worksheets and helps the forum help you as they don't need to recreate your scenario which is time consuming, or make errors in assumptions which is frustrating.

Thanks in advance.
 
Upvote 0
Thank you for the early response. I tried downloading the xlbb add-in but kept getting an install error message.
I'm hoping my issue isn't as complex as I initially indicated.
I have three metrics that feed into one cell, representing the sum of those metrics as a percentage.
I want to take the value from that one cell and build it into a speedometer or other data visualization, which will show my performance dynamically as the year progresses. By my math, I have started the year strong at 18% of my annual goal, but I am concerned that my metrics are starting to drop.
It's long-winded, but I hope it's more descriptive of my conundrum than my original post.
Cheers and thanks to all.
 
Upvote 0
I'm trying to show my daily KPI progress for the year as a % to track my output on a daily basis..
For example, if my KPI measurement is 15% by the end of January, I should be in the 100 percentile.
I tried using the following formula, but I keep getting a 0. !!Grrrrrr!!
=SUM(1-J18)/(DATE(YEAR(TODAY())+1,1,1)-DATE(YEAR(TODAY())*1,1,1))
where J18 is my current overall percentage of 0.15
Any help cracking this mystery would be greatly appreciated.
 
Upvote 0
I did this based on MyOnlineTrainingHub Youtube Tutorial. The link to that video is at the bottom.
These charts are not recommended for many dashboards and visualizations (as you can see by the empty real eastate below the horizontal.
The video shows how to make a stacked column type gauge chart that may be more effective.

Image is below, then the worksheet.
In the worksheet, LET functions may make it easier for you to follow.

1707040116764.png


Book3
ABCDEFGHIJK
1
2Yearly Goal:1400
3
4DateDaily PerformanceAggregate PerfomranceAgg Per % to YearDoughnut Chart
52024-01-0144104.57%BandsLabelsPie Chart
62024-01-0248104.57%Red5050Agg Pct to Expected YTD
72024-01-03412104.57%Green50100Performance96.73%
82024-01-0431598.04%Omitted1000Marker1%
92024-01-05520104.57%Remainder302.27%
102024-01-06525108.93%
112024-01-07227100.84%
122024-01-0822994.77%
132024-01-0953498.76%
142024-01-10539101.96%
152024-01-1124197.44%
162024-01-12546100.21%
172024-01-1334998.54%
182024-01-1445398.97%
192024-01-1545799.34%
202024-01-1636098.04%
212024-01-1746498.42%
222024-01-1836797.31%
232024-01-1947197.69%
242024-01-2037496.73%
252024-01-21
262024-01-22
272024-01-23
282024-01-24
292024-01-25
302024-01-26
312024-01-27
322024-01-28
332024-01-29
342024-01-30
352024-01-31
362024-02-01
372024-02-02
382024-02-03
Speedometer Chart
Cell Formulas
RangeFormula
C5:C24C5=SUM($B$5:B5)
D5:D24D5=$C5/($B$2*(COUNT($B$5:B5)/COUNT($A$5:$A$370)))
K7K7=(SUM(($B$5:$B$370)*($B$5:$B$370<>""))/($B$2*SUM(--($B$5:$B$370<>""))/(EOMONTH(DATE(2024,1,1),11)-DATE(2024,1,1)+1)))
K9K9=4-(K7+K8)


 
Upvote 0
I did this based on MyOnlineTrainingHub Youtube Tutorial. The link to that video is at the bottom.
These charts are not recommended for many dashboards and visualizations (as you can see by the empty real eastate below the horizontal.
The video shows how to make a stacked column type gauge chart that may be more effective.

Image is below, then the worksheet.
In the worksheet, LET functions may make it easier for you to follow.

View attachment 106263

Book3
ABCDEFGHIJK
1
2Yearly Goal:1400
3
4DateDaily PerformanceAggregate PerfomranceAgg Per % to YearDoughnut Chart
52024-01-0144104.57%BandsLabelsPie Chart
62024-01-0248104.57%Red5050Agg Pct to Expected YTD
72024-01-03412104.57%Green50100Performance96.73%
82024-01-0431598.04%Omitted1000Marker1%
92024-01-05520104.57%Remainder302.27%
102024-01-06525108.93%
112024-01-07227100.84%
122024-01-0822994.77%
132024-01-0953498.76%
142024-01-10539101.96%
152024-01-1124197.44%
162024-01-12546100.21%
172024-01-1334998.54%
182024-01-1445398.97%
192024-01-1545799.34%
202024-01-1636098.04%
212024-01-1746498.42%
222024-01-1836797.31%
232024-01-1947197.69%
242024-01-2037496.73%
252024-01-21
262024-01-22
272024-01-23
282024-01-24
292024-01-25
302024-01-26
312024-01-27
322024-01-28
332024-01-29
342024-01-30
352024-01-31
362024-02-01
372024-02-02
382024-02-03
Speedometer Chart
Cell Formulas
RangeFormula
C5:C24C5=SUM($B$5:B5)
D5:D24D5=$C5/($B$2*(COUNT($B$5:B5)/COUNT($A$5:$A$370)))
K7K7=(SUM(($B$5:$B$370)*($B$5:$B$370<>""))/($B$2*SUM(--($B$5:$B$370<>""))/(EOMONTH(DATE(2024,1,1),11)-DATE(2024,1,1)+1)))
K9K9=4-(K7+K8)


Thank you for being so supportive. Your recommendation was the catalyst to point out that I needed more than a simple formula.
I ended up building a temperature gauge using
 
Upvote 0
Solution
Thank you for being so supportive. Your recommendation was the catalyst to point out that I needed more than a simple formula.
I ended up building a temperature gauge (I did see the YouTube video you posted).

I had approached the process from a completely wrong conception. I have attached a picture of the data I ended up using.
Thank you again.
KPI Tracker Data.png
 
Upvote 0

Forum statistics

Threads
1,215,107
Messages
6,123,127
Members
449,097
Latest member
mlckr

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