Tally Chart In Excel

What Is Tally Chart In Excel?

The Tally Chart in Excel helps record data as a plot with vertical bars denoting every occurrence of an information piece. And four vertical bars with a slash through them make a group of five. Users can use the Tally Chart for a precise quantitative representation of data to ensure improved data comparison capabilities in Excel.

Excel does not provide an inbuilt Tally Chart. Therefore, we can create a Tally graph using formulas and a Bar chart in excel.

For example, the below table shows the count of students with 100% attendance in the listed subjects. We will create a Tally Chart to calculate Groups and Singles according to their respective symbols.

Tally Chart In Excel - 1.png

Now, we use the formulas mentioned in cells C5:D5. And based on the Groups and Singles data and their symbols (cells B1:B2), the Tally Chart will result in the following plot.

Tally Chart In Excel - 2

The FLOOR.MATH and MOD functions help create bars indicating the group and single Tally Marks. And then, we can replace the respective bars with the Groups and Singles symbols for making a Tally Chart in Excel (as shown above).

Let us see the plot for Mathematics. The total number of students with 100% attendance in Mathematics is 28. So, the FLOOR.MATH() rounds down 28 to the nearest multiple of 5, 25. And the MOD() divides 28 by 5 to return the remainder of 3.

And once we create a Bar chart using the Groups and Singles data, two bars will represent the values 25 and 3. Finally, replacing the bar representing 25 with the Groups symbol will show five groups of Tally Marks containing four vertical lines with a slash. And replacing the bar representing 3 with the Singles symbol will show the Tally Marks as three single lines.

Key Takeaways
  • The Tally Chart in Excel helps display the given data points in the form of individual and groups of five vertical bars.
  • We can create theCharts using the inbuilt functions, FLOOR.MATH and MOD, and the Stacked Bar chart.
  • Users can use the Tally Chart for an accurate quantitative depiction of the given data, enhancing data comparison techniques. And it suits scenarios when we must show data, such as store inventory records and frequencies of matches played, in the form of a chart.

How To Create Tally Chart In Excel?

The steps to create a Tally Chart in Excel are as follows:

  1. Ensure the source data is accurate and the groups and single Tally Marks symbols are in separate cells.
  2. Introduce two columns, one for Groups and the other for Singles. Use the FLOOR.MATH() and MOD() to populate the Groups and Singles columns, respectively.
  3. Select the Groups and Singles columns and follow the path InsertColumn or Bar Chart2-D Stacked Bar chart to plot a Stacked Bar chart for the chosen data.
  4. Toggle the Y-axis scale, remove all the chart elements, and resize the chart according to our requirements.
  5. Reduce the spacing between the bars to zero.
  6. Copy the Groups symbol, right-click the Groups bar in the chart, and fill the image in the bars.
  7. Copy the Singles symbol, right-click the Singles bar in the chart, and fill the image in the bars.
  8. The resulting plot will appear as the required Tally Chart.

We will understand the steps better with the following example.

The table below contains a list of employees and the number of apples they collected, and we will prepare a Tally Chart.

Also, we do not have the Gridlines box checked in the View tab, and cells B1:B2 do not have cell borders to ensure we achieve the desired Tally Chart.

How to Create Tally Chart In Excel - Basic Example

The steps to create a Tally Chart are as follows:

  1. Select cells B1:B2, and set the Font and Font Size options in the Home tab, as highlighted in the image below.


    Basic Example - Step 1

  2. Press Shift + I four times to create the group Tally Mark symbol.


    Basic Example - Step 2

  3. Click outside cell B1, and select Insert → Shapes → Slanting Line shape.


    Basic Example - Step 3a

    Next, draw the slanting line across the four lines in cell B1, and set the following Format Shape Outline settings.

  4. Select cell B2, press the Space Bar thrice, and enter Shift + I once to create the single Tally Mark symbol.


    Basic Example - Step 4

  5. Next, select cell C6, and enter the FLOOR.MATH() formula =FLOOR.MATH(B6,5)


    Basic Example - Step 5

  6. Press Enter to view the result.


    Basic Example - Step 6

  7. Using the fill handle, drag the formula from C6 to C9.


    Basic Example - Step 7

  8. Select cell D6, and enter the MOD() formula =MOD(B6,5).


    Basic Example - Step 8

  9. Press Enter to view the result.


    Basic Example - Step 9

  10. Using the fill handle, drag the formula from cell D6 to D9.


    Basic Example - Step 10

  11. Select cell range C5:D9, and follow the path Insert → Column or Bar Chart → 2-D Stacked Bar chart.


    Basic Example - Step 11a

    Clicking the above chart type will result in the below plot.



    [Alternatively, we can select cell range C5:D9, and follow the path Insert à Recommended Charts to open the Insert Chart window.



    Next, go to the “All Charts” tab, select Bar2-D Stacked Bar chart in the Insert Chart window, and select the required plot from the two given options.



    And clicking OK will close the window and display the chosen chart.]

  12. Check the option to reverse the category order under Axis Options in the Format Axis window. It will bring the first data point to the top, with the order following till the last data point represented at the bottom of the chart.


    Basic Example - Step 12

  13. Check the option to reverse the category order under Axis Options in the Format Axis window. It will bring the first data point to the top, with the order following till the last data point represented at the bottom of the chart.


    Basic Example - Step 13

  14. Right-click the chart area, and select the Format Chart Area option from the context menu.


    Basic Example - Step 14

  15. Set the Fill and Border settings as No fill in the Fill tab in the Format Chart Area window.


    Basic Example - Step 15

  16. Click the chart area to enable the Chart Elements option (‘+’ icon), and uncheck all the chart elements in the list.


    Basic Example - Step 16

    Click the Chart Elements option again to close the window.

  17. Drag the plot area borders to make the plot area equal to the chart area.


    Basic Example - Step 17a



    And resize the chart to the required size.

  18. Right-click a blue bar (Groups bar), and select Format Data Series from the context menu.


    Basic Example - Step 18

  19. Set the Gap Width under the Series Options as 0% in the Format Data Series window.


    Basic Example - Step 19

    So, the plot will appear as shown below:

  20. Select cell B1, press Ctrl + C to copy the picture, and right-click on a Groups data series in the chart to select Format Data Series from the context menu.


    Basic Example - Step 20a

  21. In the Fill tab in the Format Data Series window, select the fourth option under Fill and click Clipboard to fill the chosen Groups Tally Mark symbol in the Groups data series.


    How to Create Tally Chart In Excel - Basic Example - Step 21

    And set the Stack and Scale with to 5, to display the Groups Tally Marks symbol correctly.

  22. Select cell B2, press Ctrl + C to copy the picture, and right-click on a Singles data series in the chart to select Format Data Series from the context menu.


    How to Create Tally Chart In Excel - Basic Example - Step 22

  23. In the Fill tab in the Format Data Series window, select the fourth option under Fill, and click Clipboard to fill the chosen Singles Tally Mark symbol in the Singles data series.


    How to Create Tally Chart In Excel - Basic Example - Step 23a

    And set the Stack and Scale with to 1, to display the Singles Tally Marks symbol correctly.

  24. Right-click the chart area and select Format Chart Area from the context menu.


    Basic Example - Step 24a

    And set the Border setting as Automatic in the Fill tab.



    Thus, the resulting Tally Chart will appear as depicted below:



    Let us see the last bar in the chart representing Terry’s data.

    Terry collected 57 apples. As we require apples in groups of five Tally Marks, we use the FLOOR.MATH() in cell C9 to round down 57 to the nearest multiple of 5, 55. We fixed the significance argument value as 5 because we require to split the given data point into groups of 5 marks.

    Next, we must represent the remaining two apples in the Tally Chart. So, we use the MOD() to get the remainder of dividing 57 by 5, 2. We divide the given count by 5 because we require the remaining apples after splitting the total count into groups of five.

    And then, we plot the Stacked Bar chart, select the respective data series, and fill them with the corresponding Tally Mark symbols. So, in the case of Terry, we see 11 Groups of Tally Mark symbols, denoting 55 apples. And then, we have 2 Singles Tally Mark symbols representing two apples. Thus, the Tally Chart shows 57 apples Terry collected in the form of group and single Tally Marks.

Examples

Check out the below Tally Chart in Excel examples to use the plot in other scenarios.

Example #1

The below table shows the number of paint tins per color.

Excel Tally Chart - Example 1

The steps to create a Tally Chart in Excel for the above data are as follows:

  • 1: Select cell C6, enter the FLOOR.MATH() formula =FLOOR.MATH(B6,5), and press Enter.
Example 1 - Step 1a

Using the fill handle, drag the formula from cell C6 to C9.

Example 1 - Step 1b
  • 2: Select cell D6, enter the MOD() formula =MOD(B6,5), and press Enter.
Example 1 - Step 2a

Using the excel fill handle, drag the formula from cell D6 to D9.

xample 1 - Step 2b
  • 3: Select cell range C5:D9, and follow the path InsertColumn or Bar Chart2-D Stacked Bar chart to plot a chart for the chosen data.
Example 1 - Step 3a
Example 1 - Step 3b
  • 4: Right-click the Y-axis, and select Format Axis from the context menu.
Example 1 - Step 4a

And check the box against the option to reverse the category order in the Y-axis.

Example 1 - Step 4b
  • 5: Click the chart area to enable the Chart Elements option (‘+’ icon), and uncheck all the options in the list to remove all the chart elements.
Example 1 - Step 5
  • 6: Make the plot area equal to the chart area, and resize the chart to make it readable.
Example 1 - Step 6a
Example 1 - Step 6b
  • 7: Right-click a Groups data series in the chart area, and select Format Data Series from the context menu.
Example 1 - Step 7a

And set the Gap Width under Series Options as 0%.

Example 1 - Step 7b
  • 8: Select cell B1, and press Ctrl + C to copy the picture. And then, right-click on a Groups data series, and select Format Data Series from the context menu.
 Example 1 - Step 8a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Excel Tally Chart - Example 1 - Step 8b

And set the Stack and Scale with to 5.

Example 1 - Step 8c
  • 9: Select cell B2, and press Ctrl + C to copy the picture. And then, right-click on a Singles data series, and select Format Data Series from the context menu.
Excel Tally Chart - Example 1 - Step 9a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Excel Tally Chart - Example 1 - Step 9b

And set the Stack and Scale with to 1.

Excel Tally Chart - Example 1 - Step 9c

Thus, the final Tally Chart will appear as depicted below:

Example 1 - Step 9d

Example #2

The below table shows the total votes per candidate.

Excel Tally Chart - Example 2

The steps to create a Tally Chart in Excel for the above data are as follows:

  • 1: Select cell C6, enter the FLOOR.MATH() formula =FLOOR.MATH(B6,5), and press Enter.
Excel Tally Chart - Example 2 - Step 1a

Using the fill handle, drag the formula from cell C6 to C9.

Example 2 - Step 1b
  • 2: Select cell D6, enter the MOD() formula =MOD(B6,5), and press Enter.
Example 2 - Step 2a

Using the fill handle, drag the formula from cell D6 to D9.

Example 2 - Step 3a
  • 3: Select cell range C5:D9, and follow the path InsertColumn or Bar Chart2-D Stacked Bar chart to plot a chart for the chosen data.
Example 2 - Step 3a
Example 2 - Step 3b
  • 4: Right-click the Y-axis, and select Format Axis from the context menu.
Example 2 - Step 4a

And check the box against the option to reverse the category order in the Y-axis.

Example 2 - Step 4b
  • 5: Click the chart area to enable the Chart Elements option (‘+’ icon), and uncheck all the options in the list to remove all the chart elements.
Example 2 - Step 5a
  • 6: Make the plot area equal to the chart area, and resize the chart to make it readable.
Example 2 - Step 6a
Example 2 - Step 6b
  • 7: Right-click a Groups data series in the chart area and select Format Data Series from the context menu.
Example 2 - Step 7a

And set the Gap Width under Series Options as 0%.

Example 2 - Step 7b
  • 8: Select cell B1, and press Ctrl + C to copy the picture. And then, right-click on a Groups data series, and select Format Data Series from the context menu.
Excel Tally Chart - Example 2 - Step 8a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Excel Tally Chart - Example 2 - Step 8b

And set the Stack and Scale with to 5.

Excel Tally Chart - Example 2 - Step 8c
  • 9: Select cell B2, and press Ctrl + C to copy the picture. And then, right-click on a Singles data series, and select Format Data Series from the context menu.
Excel Tally Chart - Example 2 - Step 9a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Excel Tally Chart - Example 2 - Step 9b

And set the Stack and Scale with to 1.

Excel Tally Chart - Example 2 - Step 9c

Thus, the final Tally Chart will appear as depicted below:

Excel Tally Chart - Example 2 - Step 9d

Example #3

The below table shows the total points scored by each team.

Excel Tally Chart - Example 3

The steps to create a Tally Chart for the above data are as follows:

  • 1: Select cell C6, enter the FLOOR.MATH() formula =FLOOR.MATH(B6,5), and press Enter.
Example 3 - Step 1a

Using the fill handle, drag the formula from cell C6 to C10.

Example 3 - Step 1b
  • 2: Select cell D6, enter the MOD() formula =MOD(B6,5), and press Enter.
Example 3 - Step 2a

Using the fill handle, drag the formula from cell D6 to D10.

Example 3 - Step 2b
  • 3: Select cell range C5:D10, and follow the path InsertColumn or Bar Chart2-D Stacked Bar chart to plot a chart for the chosen data.
Example 3 - Step 3a
Example 3 - Step 3b
  • 4: Right-click the Y-axis, and select Format Axis from the context menu.
Example 3 - Step 4a

And check the box against the option to reverse the category order in the Y-axis.

Example 3 - Step 4b
  • 5: Click the chart area to enable the Chart Elements option (‘+’ icon), and uncheck all the options in the list to remove all the chart elements.
Example 3 - Step 5
  • 6: Make the plot area equal to the chart area, and resize the chart to make it readable.
Example 3 - Step 6b
Example 3 - Step 6b
  • 7: Right-click a Groups data series in the chart area, and select Format Data Series from the context menu.
Example 3 - Step 7a

And set the Gap Width under Series Options as 0%.

Example 3 - Step 7b
  • 8: Select cell B1, and press Ctrl + C to copy the picture. And then, right-click on a Groups data series, and select Format Data Series from the context menu.
Example 3 - Step 8a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Example 3 - Step 8b

And set the Stack and Scale with to 5.

Example 3 - Step 8c
  • 9: Select cell B2, and press Ctrl + C to copy the picture. And then, right-click on a Singles data series, and select Format Data Series from the context menu.
Excel Tally Chart - Example 3 - Step 9a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Excel Tally Chart - Example 3 - Step 9b

And set the Stack and Scale with to 1.

Excel Tally Chart - Example 3 - Step 9c

Thus, the final Tally Chart will appear as depicted below:

Excel Tally Chart - Example 3 - Step 9d

Explanation And Uses Of The Tally Chart In Excel

Explanation of a Tally Chart

  • We can plot Tally Marks in a worksheet quickly and effortlessly. And the process involves automating the Tally Marks calculations using Excel inbuilt functions, and then plotting the chart using the Stacked Bar chart template.
  • A Tally Plot typically contains two Tally Mark types, a group of four lines with a slash passing diagonally through them, representing five marks. And the other form is one line, denoting the remaining marks from the total after splitting it into groups of 5 marks.

Uses of a Tally Chart

  • Keep a record of inventories in a worksheet.
  • Maintain a record of employee payrolls.
  • Formulate a frequency distribution in excel from the given source data.

Important Things To Note

  • Set the Font as Calibri Light and the appropriate Font Size in the Home tab while creating the Tally Marks symbols. It will ensure the Tally Chart in Excel will be in the required format.
  • Ensure to toggle the Y-axis to have the data points in the chart in the same order as the values in the source data. And maintain a zero-gap width between the bars in the plot to achieve the required Tally Chart.
  • Removing all chart elements from the plotted chart area is best to make the Tally Chart more readable.

Frequently Asked Questions (FAQs)

1. Does Excel have a Tally function or chart?

Excel does not have a Tally function or chart.
However, using the FLOOR.MATH() and MOD(), we can create the single and group Tally Mark symbols. And then, we can use the Tally Mark symbols in the Stacked Bar chart to achieve the desired Tally Chart in Excel.

2. Can we use Excel inbuilt functions other than the FLOOR.MATH() to create a Tally Chart?

We can use Excel inbuilt functions other than the FLOOR.MATH() to create a Tally Chart.

For example, we can apply the ROUNDDOWN() and achieve the same results.
Let us see the steps with an illustration.

The below table shows the number of buckets of water required to fill four tanks.

Tally Chart In Excel - FAQ 2

The steps to create a Tally Chart using the ROUNDDOWN() are,

• Step 1: Select cell C6, enter the ROUNDDOWN() formula =ROUNDDOWN(B6/5,0)*5, and press Enter.

FAQ 2 - Step 1

First, the formula divides the value of 6 by 5 to give the result of 1.2. Next, the ROUNDDOWN() rounds down the value of 1.2 to 0 decimal places to return a value of 1. Finally, the formula multiplies the ROUNDDOWN() output of 1 by 5 and returns the result as 5.

Using the fill handle, drag the formula from cell C6 to C9.

FAQ 2 - Step 1a

• Step 2: Select cell D6, enter the MOD() formula =MOD(B6,5), and press Enter.

FAQ 2 - Step 2a

Using the fill handle, drag the formula from cell D6 to D9.

FAQ 2 - Step 2b

• Step 3: Select cell range C5:D9, and follow the path InsertColumn or Bar Chart2-D Stacked Bar chart to plot a chart for the chosen data.

FAQ 2 - Step 3a

FAQ 2 - Step 3b

• Step 4: Right-click the Y-axis and select Format Axis from the context menu.

FAQ 2 - Step 4a

And check the box against the option to reverse the category order in the Y-axis.

FAQ 2 - Step 4b

• Step 5: Click the chart area to enable the Chart Elements option (‘+’ icon), and uncheck all the options in the list to remove all the chart elements.

FAQ 2 - Step 5

• Step 6: Make the plot area equal to the chart area, and resize the chart to make it readable.

FAQ 2 - Step 6a

FAQ 2 - Step 6b

• Step 7: Right-click a Groups data series in the chart area, and select Format Data Series from the context menu.

FAQ 2 - Step 7a

And set the Gap Width under Series Options as 0%.

FAQ 2 - Step 7b

• Step 8: Select cell B1, and press Ctrl + C to copy the picture. And then, right-click on a Groups data series, and select Format Data Series from the context menu.

Tally Chart In Excel - FAQ 2 - Step 8a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Tally Chart In Excel - FAQ 2 - Step 8b

And set the Stack and Scale with to 5.

FAQ 2 - Step 8c

• Step 9: Select cell B2, and press Ctrl + C to copy the picture. And then, right-click on a Singles data series, and select Format Data Series from the context menu.

Tally Chart In Excel - FAQ 2 - Step 9a

Next, select the fourth option as the Fill setting in the Fill tab, and click Clipboard to update the chosen image in the bars.

Tally Chart In Excel - FAQ 2 - Step 9b

And set the Stack and Scale with to 1.

Tally Chart In Excel - FAQ 2 - Step 9c

Thus, the final Tally Chart using the ROUNDDOWN() will appear as depicted below:

Tally Chart In Excel - FAQ 2 - Step 9d

3. Why are the significance and divisor arguments in FLOOR.MATH() and MOD() “5”, when using the functions to create a Tally Plot in Excel?

The significance and divisor arguments in FLOOR.MATH() and MOD() are 5, when using the functions to create a Tally Plot in Excel because of the following reasons:

Each Tally Mark group contains five vertical lines. So, we require the FLOOR.MATH() to split the given data point into groups of 5 vertical lines.
Splitting the given value into groups of five vertical lines can leave remainders. So, we require the MOD() to obtain the remainder value.

Download Template

This article must help understand the Tally Chart in Excel, with its formula and examples. You can download the template here to use it instantly.

This has been a guide to Tally Chart In Excel. Here we learn how to create Tally Chart in excel along with step by step examples and downloadable template. You can learn more from the following articles –

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *