Whether planning a holiday, running a marathon, or saving for your dream house, you will want to track your progress.

A great way to do this is with an Excel thermometer chart. It is a simple, effective way to keep track of a financial goal and share it with your team, partner, or friends.

Setting Up Your Spreadsheet

Before we construct our thermometer, we need to establish our goal. In this case, we will look at tracking fundraising for a team trip.

  1. Open a new worksheet in Excel.
  2. Create an Excel table with two columns: one for the Month and one for the Amount Deposited.
  3. Underneath your table, note the Target, Total, and Percentage cells. Here we will create the formulas for the thermometer.
    Fundraising Table in Excel showing funds collected by Month
  4. Next to Target, type in your goal amount in column B. Our goal is $115,000.
  5. Beside Total, write in the formula:
            =Sum(B5:B16)
        
    This formula shows how much we collected in column B.
  6. Finally, we can calculate the Percent using:
            =B20/B19
        
    And enter it in column B21, per our example.
  7. Change the format to a percent by right-clicking the cell and selecting Format Cells. Change the category to Percentage, select the number of decimal places you want to show and press OK.
    Excel table, changing cell format from number to a percentage

Creating a Thermometer Chart in Excel

Now that we have set up the table, we can focus on creating the thermometer chart in Excel. Here are the steps to follow:

  1. Click on the Insert tab.
  2. Under the charts section, click on insert column or bar chart and select the 2-D Clustered Column.
    Showing how to insert a 2D Clustered Column Chart in Excel next to the table
    This will create a chart next to your table.
  3. Next, we will add a table to the chart using Select Data. Select the cell containing the percentage of your total. Press OK to populate the chart.
    Showing how to Add Data to a 2D Clustered Column Chart in the chart design tab
  4. Now we can strip the chart back. Right-click the chart title and delete it. Do the same for the column title, and the horizontal lines.
    2D Clustered Column Chart with the chart title, horizontal lines, and X axes title removed
    Note: If you do not want to delete them, you may hide chart axes in Excel instead.
  5. Double-click the y-axis (percentages) to open the dialogue box. From there you can change the minimum and maximum bounds of the chart to 0.0 and 1.0, respectively. Before closing the menu, select Numbers and change the decimal places to 0.
    Format Axis menu in Excel 2D Clustered Column Chart
  6. Right-click the column and select Format Data Series. Adjust the Gap Width to 0.
    Changing column width to 0 from Format Data Series menu
    This will ensure your column fills the chart area, instead of trying to hide in the corner. You can now reduce the chart to a more thermometer-like size.
  7. Finally, head back to the Insert tab, select Shapes, and find a nice oval. Draw an oval and add it to the bottom of the thermometer chart, then resize the chart area. It should fit nicely around the bell of the thermometer, like so:
    Creating Thermometer from Clustered Column Chart by drawing oval on bottom of chart
    • Note: You can change your thermometer to red by right-clicking the colored portion and altering the fill color.

Adding Details to the Thermometer Chart in Excel

If you are tracking a large amount of money over a prolonged period, it can be useful to look back at which days you have raised the most cash. This can be especially useful for charity drives—you can analyze what your team did differently on those occasions and tie it into your next fundraising event.

First, we are going to alter your Excel table. We need more details, including dates and the names of those who donated. You need separate columns for the date and amount received. This way, we can monitor each variable.

Detailed Fundraiser table in Excel

Next, we will need to set up a Dynamic Named Range. Named ranges are handy for giving us control of a set of cells without having to update our formulas. We can automatically ask our formula to account for any additions to our table.

Setting Up a Dynamic Named Range

To make things easier later, turn your table into an official one. Do this by selecting the entire area of your table. Select Format as Table, then pick the style you want. Check the box next to My Table Has Headers and click OK.

Turning a range into a table with the Format as Table tool

You have now made a searchable table with headers.Next we can link our table to our total (Cell B20).

  1. In your total cell, input:
            =SUM(Table1[Amount])
        
    • This formula asks the cell to total the Amount column. The Percentage information remains the same, by dividing the total by the target and is still linked to our thermometer.
  2. Select the contents of your Amount column (C26:C41).
  3. Select the Formulas tab and locate Name Manager. Click New.
  4. In the Refers to box you should see =Table1[Amount]. We need to add the formula below so that each time you add a value to the Amount column, your total will automatically increase.
        =OFFSET(Sheet1!$C$1,0,0,COUNTA(Sheet1!$C:$C),1)
    

Your formula should look like this:

Name Manager menu in Excel

Adding Dates Using SUMIFS

SUMIFS is a powerful formula that lets us correlate information from two or more sources. We are going to use SUMIFS to find out how many donations we took within a 14-day period.

This is what the end result will look like:

Red Thermometer Chart in Excel to the right of a fundraising table and a start/end date table
  1. Enter your required start date (cell G26).
  2. In cell G27, type:
            =G26+14
        
    Excel will automatically insert the date for you and keep updating it based on cell G26.
  3. Cell G28 will contain our SUMIFS formula. In the cell, type:
            =SUMIFS($C$26:$C$95,$A$26:$A$95,">="&$G$26,$A$26:$A$95,"<="&$G$27)
        
    SUMIFS Formula calculating amount of donations recieved in a 14 day period
    If you are unsure of how to use the SUMIFS function, here's a breakdown of its components:
    • $C$26:$C$95: The range of cells we want to include.
    • $A$26:$A$95,">="&$G$26: Tells SUMIFS to check column A for any dates on or after.
    • $A$26:$A$95,"<="&$G$27: Tells SUMIFS to check column A for any dates on or before.
  4. Cell G28 should now express the value of donations received between your specified dates.

Start Tracking Your Goals With Excel

With the Excel thermometer chart, you can easily track your financial goals and see your progress from beginning to end.

Staying on top of your objectives is the best way to ensure you accomplish them. Fortunately, there are numerous apps available today that can not only help you manage your goals but help you achieve them as well.