How to make a thermometer template in Excel
Using a thermometer chart in Excel is a good choice for keeping track of financial goals. Here is a detailed step-by-step guide on how to make a heat chart in Excel .
Whether you're planning a vacation, running a marathon, or saving money to build the home of your dreams, you'll want to keep track of your progress.
A good way to do this is to use a thermometer chart in Excel. It is a simple, effective way to track a financial goal and share it with your team, partners or friends.
Spreadsheet Setup
Before making the thermometer, we need to set the goal. In this case, look at the plan to track funds for a group trip.
1. Open a new worksheet in Excel.
2. Create an Excel table with 2 columns: one for Month and one for Amount Deposited .
3. Below the table, pay attention to the cells: Target , Total and Percentage . Here, we will create formulas for thermometers.
4. Next to Target , enter the target amount in column B. The target here is 115,000 USD.
5. Next to Total , write the formula:
=Sum(B5:B16)
This formula shows the amount collected in column B.
6. Finally, we can calculate the percentage by:
=B20/B19
Enter it in column B21.
7. Change the format to percentage by right-clicking on the cell and selecting Format Cells . Change the directory to Percentage , select the number of decimal places you want to display and press OK .
Create a heat chart in Excel
1. Click the Insert tab .
2. In the charts section , click insert column or bar chart and select 2-D Clustered Column .
This action will create a chart next to your table.
3. Next, add the table to the chart using Select Data . Select the cell that contains the percentage of the total. Click OK to populate the chart.
4. You can now split the chart. Right click on the chart name and delete it. Do the same for column headers and horizontal lines.
Note: If you don't want to delete them, you can hide the chart axes in Excel.
5. Double-click the y-axis to open the dialog box. From here, you can change the chart's minimum and maximum limits to 0.0 and 1.0 respectively. Before closing the menu, select Numbers and change the decimal place to 0.
6. Right-click the column and select Format Data Series . Adjust the Gap Width to 0 .
This action ensures your column fills the chart area, rather than trying to hide in the corner. You can now shrink the chart to a thermometer-like size.
7. Finally, go back to the Insert tab , select Shapes and find a nice oval shape. Draw an oval and add it to the bottom of the heat chart, then resize the chart area. It should fit snugly around the round end of the thermometer, such as:
Note: You can change the thermometer to red by right clicking on the colored part and changing the fill color.
Add details to a heat chart in Excel
If you're tracking large amounts of money in a long-term plan, it can be helpful to review the date of the biggest increase, especially in philanthropic activities. From there, you can analyze your team's performance.
First, change the Excel table. You need more details, including the date and name of the donor. You need to separate the date and received amount columns. This way you can monitor each variable.
Next, you need to set up Dynamic Named Range. Named ranges are useful in providing control over a group of cells without having to update the formula. You can automatically request formulas for any data added to the table.
Dynamic Named Range settings
To make things easier later, make your board a full-fledged board. Do this by selecting the entire table area. Select Format as Table , and then select the style you want. Check the box next to My Table Has Headers and click OK .
You now have a searchable table with headers. Next, we can link the table to the totals (cell B20).
1. In the totals box, enter:
=SUM(Table1[Amount])
This formula requires the cell to calculate the Amount column . The percentage information remains the same, by dividing the total by the goal, and is still linked to the thermometer.
2. Select the contents of the Amount column (C26:C41) .
3. Select the Formulas tab and define the Name Manager . Click New .
4. In the Refers to box , you'll see =Table1[Amount] . You 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)
The formula will look like this:
Adding dates using SUMIFS
SUMIFS is a powerful formula that allows comparing information from two or more sources. Use the SUMIFS function to calculate the number of donations in 14 days. The result will look like this:
1. Enter the 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. G28 will contain the SUMIFS formula. In this box, type:
=SUMIFS($C$26:$C$95,$A$26:$A$95,">="&$G$26,$A$26:$A$95,"<="&$G$27)
4. Now, cell G28 will represent the value of the donations received between the dates you specified.
It's done!
Above is how to draw a thermometer chart in Excel . Hope the article is useful to you.
You should read it
- 8 types of Excel charts and when you should use them
- How to draw a line chart in Excel
- How to draw a map chart on Excel
- How to draw a bar chart in Excel
- How to create a bar chart in Excel
- Gantt chart in Excel, how to create, how to draw Gantt chart in Excel
- How to create a pie chart in Microsoft Excel
- How to fix chart position in Excel
May be interested
- Top 5 Sites to Download Free OneNote Templateswhether you need a comprehensive project management template, a visually appealing meeting agenda, or a beautifully designed collection of recipes, there's a template to suit your needs.
- Template in C ++the template is the foundation of generic programming, ie code according to which is independent of any specific type.
- The best timesheet templates for you to track daily workdo you need an excel or word timesheet template? below is a collection of different templates, to help you manage your time effectively.
- How to Create Invoices in Exceltoday's tipsmake will show you how to create business invoices using microsoft excel on windows and mac computers. you can create invoices manually or choose an available template.
- How to Track your Bills in Microsoft Excelmany companies use microsoft excel to track department or overall company expenses. as excel is now frequently bundled with personal computers that use the windows operating system, if you have excel on your home computer, you can use it...
- The best free Microsoft Word template download websiteswhen you need to compose a document in microsoft word, using the template is helpful. whether you want to create a resume, a report, a proposal, a plan, or another popular document, templates will give you a starting point in the right format.
- Evaluate 4 best baby temperature gauges todayfind out more about the highly rated 4 electronic thermometer brands microlife, omron, beurer and citizen to monitor the health of children at a good time!
- 10 impressive table of contents for Microsoft Wordif you are working on a long document, you should create a table of contents for viewers to follow. this table of contents will make it easier for anyone to read through the document to grasp the overall content of the text.
- The best flowchart patterns (flowcharts) for Microsoft Officethe following templates for microsoft office allow users to create quick diagrams in word, excel or powerpoint. whether for business or personal purposes, users will also have a great start with these handy and easy-to-edit options.
- How to Make a Spreadsheetthis wikihow teaches you how to create a data spreadsheet, which is a document that uses columns and rows to organize data. commonly used spreadsheet programs include microsoft excel, apple numbers, and google sheets. open microsoft excel....