You have monthly sales data in Excel and want to create a chart using a saved chart template named SalesTemplate.crtx. Which step correctly applies this template to your selected data?
Look for the option that lets you insert a chart using a saved template from the Insert tab.
Option A is correct because Excel allows you to insert a chart using a saved template by selecting your data, then using the Insert Chart dropdown and choosing your saved template under Templates.
You created a chart from data in cells A1:B5 using a chart template. Later, you update the data in A1:B5. What happens to the chart?
Think about how Excel charts behave when source data changes.
Charts created from data update automatically when the source data changes, even if created using a template. The template only defines the chart style, not the data connection.
You want to save a customized chart style as a template for future use. Which method correctly saves the chart as a template file?
Look for the option that explicitly mentions saving the chart as a template file.
Option A is correct because Excel allows saving a chart style as a template by right-clicking the chart and choosing 'Save as Template', which creates a .crtx file.
You open an Excel workbook with multiple charts. You want to find out which charts were created using a specific chart template named ProfitTemplate.crtx. How can you identify these charts?
Think about how Excel stores chart template information internally.
Excel does not show the template name in the UI after applying it. Using VBA to check the ChartTemplate property is the reliable way to identify charts created from a specific template.
Which of the following is NOT a limitation of Excel chart templates?
Consider compatibility of chart templates between Excel versions.
Option D is incorrect because chart templates (.crtx files) are generally compatible across Excel versions. The other options are true limitations.