Zelda Stamina Wheel Chart

Share

Facebook
Twitter
LinkedIn

I have been playing Zelda: Breath of the wild a lot these days and I LOVE the game. Considered one of the BEST video games all time, BOTW is beautifully designed and offers a lot of entertainment. Don’t freak out yet, Chandoo.org hasn’t suddenly branched into a video gaming blog. Instead, I am here to talk about Stamina Wheel Chart.

Stamina what?!?

Breath of the Wild - Stamina Wheel demo

In the breath of the wild video game, Link the lead character has stamina. As he runs, climbs, flies or swims the stamina runs out. Link can have up to 300% stamina. To show how much stamina he has, Nintendo uses Stamina Wheel. You can see a sample of the 300% stamina wheel running out slowly as Link is flying to the right.

I thought it would be cool to recreate this stamina wheel in Excel. It is a kinda sorta gauge chart with ability to go up to 300%. See the demo below and read on to learn how to make this in Excel.

Stamina Wheel Excel Chart

So how to make the Stamina Wheel Chart?

This chart works well when you want to compare actual vs. target (or budget vs. actual) performance where there is a possibility of >100% achievement.

Imagine you have data like this in 2 cells. You can easily calculate Pct in the third cell.

actual vs. target data for stamina wheel chart
Table 1: Original values

Quickly calculate these six values using simple IF formulas. The filled portion will be either 1 or fraction depending on the Pct. The gap will be difference from 1. See below list for sample formulas

3 circle calculations - stamina wheel Excel chart
Table 2: Calculated Values
  • Circle 1 Filled: =MIN(pct, 1)
  • 2 Filled =IF(pct>1,MIN(pct-1,1),0)
  • 3 Filled =IF(pct>2,MIN(pct-2,1),0)
  • Gap =1-Filled for all circles

Now that our data prep is done, let’s go with making some charts.

Step 1: Make donut chart from our 3 circles

The first step for making stamina wheel chart is to create donut chart from our calculated values in Table 2 above.

We get this. (Note if your donuts look different, go to Chart Design ribbon and click on “Switch row / column button”.

step1: Stamina wheel chart in Excel - make donut chart from data
Step 1: Stamina Wheel chart with 3 circles with filled and gap portions

Step 2: Convert inner circle to Pie Chart

Right click on circle 1 and select “Change series chart type” option. Now set up the options such that,

  • Circle 1 should be pie chart
  • Circle 2 & 3 should be donut charts, but on secondary axis.
change series chart type settings - step 2

Our stamina wheel chart at this stage looks like,

Step 3: Color everything

We want to set “Filled” portions in one color and “Gap” portions in white color.

Carefully select individual points on the chart (there are total 6 points) and color them one at a time. You may need to change “Actual” value to see the gap portions as some points will have zero for them.

We will end up with this chart.

Step 3: stamina wheel after recoloring

Step 4: Clean up and Label

We are nearly done. Remove any unnecessary chart elements (title, legend etc.)

For label, Select the chart, add a circle shape to it. Move it so that it is centered on the chart. Fill the circle with white color and link it to a cell that has the Pct completion value.

Our final stamina wheel chart looks like this:

Step 4: finalized stamina wheel chart

Stamina Wheel Chart – Video Tutorial

I made a video tutorial explaining my obsession with Breath of the Wild and how to make this chart in Excel. Watch it below if you need help. You can also see this my YouTube Channel.

Download Zelda Stamina Wheel Chart – Excel Template

If you want your own stamina wheel for a presentation or fund-raiser, just download it from here. Change the “Actual” and “Target” values and your stamina wheel will be ready.

More ways to visualize Budget vs. Actual data

Stamina wheel is a type of gauge chart. Gauges or speedometer charts have a lot of critics. That said, they are also very familiar metaphors. If you are looking for some inspiration and alternatives for boring budget vs. actual charts, then consider the stamina wheel. It is fun conversation starter.

If you want some alternatives to stamina wheel, check out below charts:

Links to improve your Excel Stamina

Get full stamina wheel + bonus with this AWESOME Excel course. Learn everything about data analysis, charting and dashboards from the comfort of your couch or office chair.

Click here to know more about Excel School.

PS: The link to Breath of the Wild game uses my Amazon affiliate code. If you end up buying anything from Amazon after clicking it, I get to make few cents to buy my next game.
Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Overall I learned a lot and I thought you did a great job of explaining how to do things. This will definitely elevate my reporting in the future.
Rebekah S
Reporting Analyst
Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

12 Responses to “Speeding up & Optimizing Excel – Tips for Charting & Formatting [Speedy Spreadsheet Week]”

  1. Greg says:

    Usually when I dump data into my files to update values, the formatting sometimes go to all rows or columns. So what I typically will do is go to the last row and then the last column and use Ctrl + Shift + end and then delete the cells highlighted. this will remove all unknown formats in the worksheet. Also, after you have done this, you won't see the benefit until you save the document. Sometimes I even have to close and reopen. The direct sign that this has improved is the size of the scroll bar and range.

  2. I have some comments on a couple of the points.

    1. Camera objects

    Tip: I use defined names in conjunction with camera tool objects.
    Each camera object gets a name like so:
    CameraItem01
    Referring to: =IF(PicsOn=1,Sheet1!$C$2:$S$5,"")
    By setting the PicsOn name to 1, the camera objects become "live", by setting the PicsOn name to 0, they become static. That improves performance enormously.

    4: Conditional formatting

    Lots of CF rules can slow down your workbook a lot. And it does not show the calc progress a "normal" recalc does on slow workbooks.

    5. Format whole columns/rows

    as far as I know, there is no problem with formatting entire columns/rows performance-wise, on the contrary, Excel is more efficient when you format an entire column than when you format a couple of 100 rows of a column.

    6. Styles.

    Here I wholeheartedly disagree. I say: Use styles. And use them religously.

    I mean: if you have applied a (custom) style and you need to change a small piece of formatting to make that one cell look right, force yourself to create a new style just for that cell. It forces you to really think about your spreadsheet design and try and streamline it. It also makes it much, much easier to change your sheet's appearance later on. See http://www.jkp-ads.com/articles/styles00.asp

    • Chandoo says:

      Very good insights Jan..

      Camera objects: I often use similar technique to turn off images in my dashboards.

      Formats: Thanks for clearing this. Do you think formatting larger ranges has any impact on macro speeds or it does not matter?

      Styles: Thanks for telling us about this. As I mentioned, I am not sure about the styles, but I am under the impressions that excessive use of styles can bloat the file size.

      • @Chandoo:
        If you stick to formatting entire rows/columns I don't expect macro speed is affected. Better: try it!

        If you use styles properly AND as a replacement of ad-hoc cell formatting, I expect you'll see that the file actually is smaller in size.

        This is because the cells now only have a reference to a single style instead of a reference to a custom cell formatting style.

        Many cell formatting combinations get created if you format your cells in an ad-hoc manner, which was responsible for the dreaded "Too many different cell formats" error in Excel 2003 and older. Excel 2007 and 2010 have a higher limit there, but it does slow down your file with many of them.

        Style bloat in my point of view is what you get by copying and pasting a lot from various other files and thus get Normal 1, Normal 1 1, Normal 1 1 1, ... I have seen workbooks with as many as 6000 styles, all caused by copying and pasting from various differently formatted workbooks.

        Excel 2007 and 2010 have fixed a number of issues regarding copying of styles, but for workbooks with a long editing history, the trouble is already in the workbooks.

  3. PremSivakanthan says:

    Cant emphasise the importance of reducing the amount of formatting in a workbook - this has a suprising impact on workbook size. I've always kept to one font, and no more than three colours - this has worked well for me. Keeping things clean and simple should be the motto when designing any type of report/dashboard that is going to be distributed around the organisation.

    You can also save a few MB's by saving as an xlsb file.

  4. Ron says:

    Has anyone else mentioned that only the first item in the "more ..." section is hyperlinked.

    Prem, have you confirmed by trial that XLSB file size is smaller than same XLSX file? Sorry, I just tried it with a small, simple XLSM file. I was surprised to see you are correct. File went from 40kb to 37kb. I thought that the compression of the new file would make the new file smaller.

    • Hui... says:

      @Ron
      All Excel files have a minimum overhead that they have to include which is around 8KB, just to store a simple number or letter.
      So with a small file of 40KB you will not see a huge improvement in file size
      With files greater than 10MB you will see large improvements in size.
      The compression gained also depends on what the contents of the file include. That is straight numbers, text and formulas can be greatly compressed whereas files that contain a lot of objects especially pictures gain very little from using *.xlsb files.

    • Chandoo says:

      @Ron.. the other articles are yet to be published. All the links will be updated by Tuesday (27th March).

  5. Mil says:

    Hi,

    I have a need for x,y scatter chart to have arround 30 data series.
    like this:
    http://i65.tinypic.com/jra8lc.jpg
    Also I have multiple of such charts in one excel file.

    Is there any way to make excel faster, because it is irritatingly slow?
    (though my PC config. is quite on the level)

    Thanks in advance!!!

    • Hui... says:

      @Mil
      30 series won't be the issue
      It is the number of points in the series
      Also remove all fancy modifications, like shadows, fancy fills etc

      I'd suggest asking the question in the Chandoo.org Forums http://forum.chandoo.org/
      Attach a sample file with an example of what you are after

      • Mil says:

        @Hui

        I've already removed all fancy mod. The problem is there are also a lot of data points in one series.
        Thanks for the advice!

        • Hui... says:

          @Mil

          Do you really need every data point ?

          Where is the chart being presented Screen or Report

          On a screen you are unlikely to use more than 800 pixels for the chart area
          So using any more than about 250 points is not adding values

          On an A4 chart in landscape lets say the chart area is 6" long and at 300dpi that is 2000 pixels
          Once again using more than 800-1000 points will not add any value

          I have seen charts with 30,000+ points and when this is explained and a work around shown people appreciate the speed up

          For a work around try setting up an area where you select say every x'th point using an Offset or Index Function
          Then plot that data

          I'd suggest asking the question in the Chandoo.org Forums http://forum.chandoo.org/
          Attach a sample file with an example of what you are after

Leave a Reply