How Do You Get The Quick Analysis Tool In Excel For Mac

If you need to develop complex statistical or engineering analyses, you can save steps and time by using the Analysis ToolPak. You provide the data and parameters for each analysis, and the tool uses the appropriate statistical or engineering macro functions to calculate and display the results in an output table. Some tools generate charts in addition to output tables.

Follow these steps to load the Analysis ToolPak in Excel 2016 for Mac: Click the Tools menu, and then click Excel Add-ins. In the Add-Ins available box, select the Analysis ToolPak check box, and then click OK.

The data analysis functions can be used on only one worksheet at a time. When you perform data analysis on grouped worksheets, results will appear on the first worksheet and empty formatted tables will appear on the remaining worksheets. To perform data analysis on the remainder of the worksheets, recalculate the analysis tool for each worksheet.

WindowsMacOS
  1. Click the File tab, click Options, and then click the Add-Ins category.

    If you're using Excel 2007, click the Microsoft Office Button , and then click Excel Options

  2. In the Manage box, select Excel Add-ins and then click Go.

    If you're using Excel for Mac, in the file menu go to Tools > Excel Add-ins.

  3. In the Add-Ins box, check the Analysis ToolPak check box, and then click OK.

    • If Analysis ToolPak is not listed in the Add-Ins available box, click Browse to locate it.

    • If you are prompted that the Analysis ToolPak is not currently installed on your computer, click Yes to install it.

Clear

Note: To include Visual Basic for Application (VBA) functions for the Analysis ToolPak, you can load the Analysis ToolPak - VBA Add-in the same way that you load the Analysis ToolPak. In the Add-ins available box, select the Analysis ToolPak - VBA check box.

Note: The Analysis ToolPak is not available for Excel for Mac 2011. See I can't find the Analysis ToolPak in Excel for Mac 2011 for more information.

Follow these steps to load the Analysis ToolPak in Excel 2016 for Mac:

Excel
  1. Click the Tools menu, and then click Excel Add-ins.

  2. In the Add-Ins available box, select the Analysis ToolPak check box, and then click OK.

    1. If Analysis ToolPak is not listed in the Add-Ins available box, click Browse to locate it.

    2. If you get a prompt that the Analysis ToolPak is not currently installed on your computer, click Yes to install it.

    3. Quit and restart Excel.

      Now the Data Analysis command is available on the Data tab.

I can't find the Analysis ToolPak in Excel for Mac 2011

There are a few third-party add-ins that provide Analysis ToolPak functionality for Excel 2011.

Option 1: Download the XLSTAT add-on statistical software for Mac and use it in Excel 2011. XLSTAT contains more than 200 basic and advanced statistical tools that include all of the Analysis ToolPak features.

  1. Go to the XLSTAT download page.

  2. Select the XLSTAT version that matches your Mac OS and download it.

  3. Follow the MAC OS installation instructions.

  4. Open the Excel file that contains your data and click on the XLSTAT icon to launch the XLSTAT toolbar.

  5. For 30 days, you'll have access to all XLSTAT functions. After 30 days you will be able to use the free version that includes the Analysis ToolPak functions, or order one of the more complete solutions of XLSTAT.

Option 2: Download StatPlus:mac LE for free from AnalystSoft, and then use StatPlus:mac LE with Excel 2011.

You can use StatPlus:mac LE to perform many of the functions that were previously available in the Analysis ToolPak, such as regressions, histograms, analysis of variance (ANOVA), and t-tests.

  1. Visit the AnalystSoft Web site, and then follow the instructions on the download page.

  2. After you have downloaded and installed StatPlus:mac LE, open the workbook that contains the data that you want to analyze.

  3. Open StatPlus:mac LE. The functions are located on the StatPlus:mac LE menus.

    Important:

    • Excel 2011 does not include Help for XLStat or StatPlus:mac LE. Help for XLStat is provided by XLSTAT. Help for StatPlus:mac LE is provided by AnalystSoft.

    • Microsoft does not provide support for either product.

Need more help?

Quick Analysis Tool Excel 2016

You can always ask an expert in the Excel Tech Community, get support in the Answers community, or suggest a new feature or improvement on Excel User Voice.

See Also

How To Get The Quick Analysis Button On Excel

Analyzing data in Excel has never been easier if you take advantage of 2013's new Quick Analysis tool. You'll need no special training - select the data, make a choice, and that's it. If you're not paying attention though, you might not know the tool exists! After selecting a data range, you'll notice a small icon appears. That's Quick Analysis! If you're like many Excel 2013 users, you've ignored it, thinking it was one of Excel's annoying error smart tags.

Editor's note:The demo file Susan is using for this article is available as a free download.

Quick Analysis

Quick Analysis is a contextual tool that provides single-click access to data analysis tools, many of which you're already familiar with:

  • Format: Preview and apply some of Excel's most popular conditional formats.
  • Charts: Preview and apply specific chart structures. Here's a quick tip: most of the time, you'll want to select the header text when choosing Charts.
  • Totals: Preview and insert basic calculations like sum, count, average, and so on.
  • Tables: Preview pivot tables.
  • Sparklines: Preview and insert sparkline graphics.

None of these tools are new, but they're now available via the icon - no more ribbon surfing! Some of the options are automatic; some require a bit more information from the user. For instance, if you choose Greater Than from the Formatting tab, Excel will prompt you for specific values - greater than what? You've probably used this conditional format before, but you didn't have such quick access to it.

To quickly insert sparklines, select the data, open the icon, click the Sparklines tab, and choose an option. Notice that Excel knows where to put them without additional input from you.

How Do You Get The Quick Analysis Tool In Excel For Mac

Quick Analysis is more than a shortcut - it's also smart. It won't offer the same options for every data set. It fine-tunes options based on the selected data. For example, Excel recommends column charts for the sample data. It doesn't offer a pie chart or other chart types - on purpose. It's pretty smart, so if you have trouble choosing charts, you'll definitely benefit from the help. (Other charts are still available.)

By default, this feature is enabled and I think most users will benefit from it, once they know it's there. If, however, you want to disable it, you can do so quickly:

How Do You Get The Quick Analysis Tool In Excel For Mac
  1. Click the File tab and choose Options from the left pane.
  2. Choose General in the left pane (the default).
  3. In the User Interface Options section, uncheck the Show Quick Analysis Options On Selection option.
  4. Click OK.

If you support users and you want to inhibit this feature programmatically, use the ShowQuickAnalysis property. It's a Boolean property and TRUE means the feature's enabled. The following statement will disable Quick Analysis:

Or, offer a toggling macro using the following statement:

Also read:

Quick Analysis In Excel 2010