
If you don’t see the Analysis group box then:Ĭlick Options, and then click the Add-Ins category. If it’s there then click Solver in the Analysis group on the Data tab to ensure that the Solver add-in is loaded properly. This group will contain command buttons for Data Analysis and for Solver.

If the add-ins have been installed you should be able to see an Analysis group, usually at the right-hand end of the Data tab. To see if the add-ins are already installed, click on the Data tab in an open Excel spreadsheet Our Forecasting Template requires both of these add-ins, so you need to install and activate them before using the calculator for the first time.ĭownload our Free Excel Monthly Forecasting Template. Two of the more popular add-ins are the Analysis ToolPak and Solver, both of which provide extended data analysis capability for “what-if” planning. This article goes through the add-ins in Excel that you will need to use a spread sheet forecast.įor more information on how to forecast for your call centre in Excel, take a look at our articles on forecasting. Here is an example.Add-ins are a feature in Microsoft Excel that provide additional features and commands. The actions array will contain objects that define the actions to be invoked and the shortcuts array will contain objects that map key combinations onto actions. Inside the JSON file, there are two arrays. This file will describe your keyboard shortcuts, and the actions that they will invoke. Be sure the path of the file matches the location you specified for the Url attribute of the ExtendedOverrides element. Set the Url attribute to the full URL of a JSON file in your project that you will create in a later step.Ĭreate a JSON file in your project. Immediately below (not inside) the element in the manifest, add an ExtendedOverrides element. For more information, Configure an add-in to use a shared runtime. Configure the add-in to use a shared runtimeĪdding custom keyboard shortcuts requires your add-in to use the shared runtime. One is to enable the add-in to use a shared runtime and the other is to point to a JSON-formatted file where you defined the keyboard shortcuts. There are two small changes to the manifest to make.

There are three steps to add keyboard shortcuts to an add-in. When you are ready to add keyboard shortcuts to your own add-in, continue with this article. To start with a working version of an add-in with keyboard shortcuts already enabled, clone and run the sample Excel Keyboard Shortcuts.
