Create WAFFLE CHART in Excel [A Step by Step Guide]

Last Updated: June 01, 2023
puneet-gogia-excel-champs

- Written by Puneet

There are a lot of people out there who don’t like to use a PIE chart and they have their valid reasons for this.

If you are one of those people, then let me introduce you to the WAFFLE CHART. You can also call it a SQUARE PIE CHART. And today in this post, we will learn to create a WAFFLE CHART in Excel.

What is an Excel WAFFLE CHART?

In Excel, a Waffle chart is a set of grids (squares of equal area) that represents the entire chart. It works on a percentage basis where one square represents one percent of the whole. Below is an example of a waffle chart that I have created in Excel. As I said it has a total of 100 squares and each square represents one percent of the total value.

adding-small-label-with-creating-waffle-chart-in-excel-with-small-label

Components of a WAFFLE Chart

And, here are the main components of a WAFFLE Chart which you need to understand before you create it in Excel.

  • 100 Cells Grid: You need a square grid of 100 cells (10 X 10).
  • Data Point: A data point from where we can take the completion percentage or achievement percentage.
  • Data Label: A data label to show the percentage of completion or percentage achievement.

So now it’s time to learn how to create it in Excel. Well, you can use a static or a Dynamic (as per your need). Let’s get started.

Steps to Create a Waffle Chart in Excel

WAFFLE chart is not in the list of Excel’s default charts, in fact, one of the advanced Excel charts which you create of your own. Below are the steps you need to follow to create a Waffle Chart in Excel:

  1. First of all, you need a grid of 100 cells (10 X 10) and the height and the width of each cell should be the same. The overall grid of cells should be square and that’s the reason it’s called the square pie chart.
    creating-cell-grid-to-create-waffle-chart-in-excel-e1466071940501
  2. After that, you need to enter values from 1% to 100% in cells starting from the first cell of the last row in the grid. You can use the following formula to insert the percentage from 1% to 100% in the grid (all you need to do is, edit the first cell of the last row, enter this formula and after that copy that formula to the entire grid).
    =(COLUMNS($A10:A$10)+10*(ROWS($A10:A$10)-1))/100
    insert-percentage-in-grid-cells-to-create-waffle-chart-in-excel-1
  3. Next, you need a cell for the data point in which you can capture the percentage of completion or achievement. You need to link this cell in the waffle chart further.
    linked-cell-to-create-waffle-chart-in-excel-1
  4. Once you create a data point, next you need to apply the conditional formatting rule on this grid and for this, please follow these simple steps to apply a rule.
    • Select the entire grid and go to → Home Tab → Styles →Conditional Formatting → New Rule.
      add-new-rule-form-conditional-formatting-to-create-waffle-chart-in-excel
    • In the new rule window, select “Format only cells that contain”.
      add-rule-to-cell-that-contain-to-create-a-waffle-chart-in-excel
    • Now in “format only cells with” specify the values 0 as a minimum and $M$4 as maximum values.
    • This rule will apply the conditional formatting to the cells which have the value between this value range.
      add-values-to-create-rule-to-create-waffle-chart-in-excel
    • Click on the format button to specify a format to apply.
    • Make sure to apply the same color for font and cell color to hide fonts when conditional will apply.
      apply-format-in-conditional-formatting-to-create-waffle-chart-in-excel
  5. From here, you need to apply a final formatting touch and for this select the grid and do the following:
    • Change font color to white.
    • Apply a white border to cells in the grid.
    • Apply a solid outer border to the grid with black color.
  6. After doing this you will get a waffle chart that is linked to a cell and when you change data in that cell the chart will get automatically updated.
    ready-to-use-waffle-chart-in-excel.gif

Now your WAFFLE chart is ready and you can use it anywhere, but, I want to add something more and I’m sure you’ll like it. In the below chart, apart from the main label, we have a small label at the last square of the grid which can help the viewer instantly identify the chart’s value.

adding-small-label-with-creating-waffle-chart-in-excel-with-small-label

What do you think? Say “Yes” in the comment section if you like this small label.

To add this label we need to follow below steps:

  1. First of all, select the entire chart grid and go to the Highlight Cell Rules ➜ Equals.
    adding-small-label-with-creating-waffle-chart-in-excel-open-equals-to
  2. Now in the equals to the dialog box, in “Format cells that EQUALS to” select the cell where we have our percentage value.
    adding-small-label-with-creating-waffle-chart-in-excel-select-cell
  3. After that, open “Custom Formatting” and go to the “Font” tab.
    adding-small-label-with-creating-waffle-chart-in-excel-apply-font-color
  4. From here in the font tab, select the “White” font color and click OK.
    adding-small-label-with-creating-waffle-chart-in-excel-slect-black

The moment you click OK it’ll add a small label (which is the cell value) in the last square.

adding-small-label-with-creating-waffle-chart-in-excel-with-small-label

Congratulations! your first Excel waffle chart is ready to rock and make sure to download this sample file from here to try it yourself.

Steps to Create an INTERACTIVE Waffle Chart in Excel

At this point, you know how to create a WAFFLE chart but there’s a lot of questions I got about making it an interactive one.

If you think like this, one of the most important things you should have in an interactive chart is how you control it and you should be able to change data.

So in this section of the post, I’d like to share with you steps to create an interactive WAFFLE chart in which you can change data with OPTION Buttons.

create-waffle-chart-in-excel-interactive-data

Download this sample file where we have a STATIC WAFFLE CHART + achievement data for 5 products and we need to use create a WAFFLE chart where we can present all these interactively.

So let’s make it INTERACTIVE.

  1. First of all, you need to insert five option buttons into the worksheet and for this go to the DEVELOPER Tab ➜ Insert Option Buttons.
    create-waffle-chart-in-excel-interactive-insert-option-buttons
  2. After that, you need to connect those option buttons to a cell. So when you select a button that cell can have a number which we can use to extract data from the main table.
  3. For this, select all the option buttons and right-click and then select “Format Control” (You can also group all the option buttons by using the GROUP option).
    create-waffle-chart-in-excel-interactive-connect-option-buttons
  4. Now the next thing is to create a formula and insert it into the achievement cell so that when you select an option button it returns the value for that particular product.
  5. So that formula we need here would be like below:
    =INDEX(R6:R10,P3)
  6. Enter the above formulas in the achievement cell. In this formula, R6:R10 is the range where you have achievement values and P3 is the cell that is connected with the option buttons.
    create-waffle-chart-in-excel-interactive-enter-formula
  7. There’s one more thing which we need to do and that’s creating a dynamic label for the chart (at this point, we have a data label which is connected to the achievement cell but we need to make it dynamic).
  8. For this, we need to enter the below formula in the cell next to the achievement cell.
    ="Target Achieved for "&INDEX(Q6:Q10,P3)
    create-waffle-chart-in-excel-interactive-enter-label-formula
  9. After that, insert a simple text box that you need to connect with the cell where you just added the above formula and for this select that text box and click on the formula bar and type the address of the cell where you have the formula.
    create-waffle-chart-in-excel-interactive-connect-label

Now you have an INTERACTIVE CHART in your worksheet which you can use and control with the option buttons.

data-to-create-interactive-waffle-chart-in-excel

And in the future, if you want to update the data you just need to add a new option button and update the data ranges in the formulas. To check out how it works you can download this sample file from here and make sure to share your views in the comment section.

Add a Waffle Chart in a Dashboard

The WAFFLE chart looks good but inserting it in a dashboard can be tricky sometimes. But, you don’t have to worry about that. The best way to add it is to create a linked image with Excel’s Camera Tool or by past special option. The benefit of using this technique is that you can change the size of the chart.

  1. Select your waffle chart (Grid).
  2. Copy cells by using shortcuts key control + C.
  3. Go to your dashboard sheet & use shortcut key Alt-H-V-I or Go to ➜ Home Tab ➜ Clipboard ➜ Paste ➜ Linked Image.

Pros

  1. It gives a quick view of the progress of a project or about the achievement of the target.
  2. It looks good and you can easily use it in your dashboard.
  3. You can easily deliver your message to the user without any extra explanation.

Cons

  1. Using more than one data point in the waffle chart makes it complicated.
  2. You have to spend a couple of minutes to create a waffle chart.
  3. You can only present data in percentage.

In the End

There’s no doubt that a WAFFLE chart is easy to create, looks good and the user can easily understand it. It is perfect if you need to track a KPI which is critical for your business and if you have more than one KPI then you can go with the INTERACTIVE version. You can also use this chart to track your project completion.

10 thoughts on “Create WAFFLE CHART in Excel [A Step by Step Guide]”

  1. Hello, really nice work.
    I’ve found an errata in the formula posted for the waffle. If I want to have the same chart as in example the formula I have to use is:
    =(COLUMNS($A$1:A$10)+10*(ROWS($A1:A$10)-1))/100
    explanation for first cell B2:
    formula step.
    COLUMNS($A$1:A$10) 1
    10*(ROWS($A1:A$10)-1 10*10-1=90
    1+90=91
    91/100=0.91 or 91%

    Reply
  2. Thanks a lot puneet. Explanation is very well explained. Just have a quick question:

    How can I have this control information in PPT? Example: I want to have those option button in PPT, when I change from one option to other option – figure will change automatically in PPT as well as excel.

    Reply
  3. Very great and useful for sales achivement goals and how to insert in target figure in this chart

    Reply
  4. Hello
    The screenshots and formatting rules shown on the Web page and the sample file does not match
    Also what formatting to be applied to show the font in White Color on the Waffle Chart
    Thanks

    Reply

Leave a Comment