In Excel: go to File ▸ Options ▸ Add-ins, set Manage to Excel Add-ins, click Go, tick Analysis ToolPak and press OK — a Data Analysis button then appears at the right end of the Data tab.
On this page7
Windows: File ▸ Options ▸ Add-ins; at the bottom set Manage to Excel Add-ins and click Go.
Tick Analysis ToolPak (and Analysis ToolPak - VBA if you need its functions from macros) and click OK.
Mac: Tools ▸ Excel Add-ins ▸ tick Analysis ToolPak ▸ OK.
Find the new Data Analysis button at the far right of the Data tab.
Pick a routine, set the Input Range, tick Labels in first row if your selection includes headers, choose an output location and press OK.
What this does
The Analysis ToolPak is a Microsoft add-in that ships with Excel but is switched off by default. Enabling it adds one Data Analysis button holding around 19 statistical routines: Descriptive Statistics, Histogram, Regression, ANOVA, t-Tests, Correlation, Covariance, Moving Average, Random Number Generation and more. Each writes a static block of results to a worksheet — the output does not recalculate when the source data changes, which is the main thing to know before relying on it. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. For “get data analysis on excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a workflow that saves repeating the same clicks every week useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
A2:A61 holds 60 test scores. Data ▸ Data Analysis ▸ Descriptive Statistics ▸ Input Range A1:A61 ▸ tick Labels in first row and Summary statistics ▸ OK. Excel writes mean, median, mode, standard deviation, skewness, range and count into a new block. Edit a score afterwards and that block keeps the old numbers until you run the tool again. It is the fastest route from a column of numbers to descriptive statistics, a regression or a t-test without writing the formulas yourself — and knowing it is one checkbox away saves people from buying a statistics package they do not need. If this is something you do often, add the command to the Quick Access Toolbar (right-click it on the ribbon and choose Add to Quick Access Toolbar) or learn its shortcut, so next time it is one click instead of a hunt through the menus.
In Google Sheets
This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. The short version of “get data analysis on excel”: the answer is at the top of this page, and the sections above explain why each step matters, so a variation of the problem does not stump you. Try it once on a copy of a real file and the steps stick far better than re-reading them.
Common mistakes
- Looking for Data Analysis on the Formulas tab — it lands at the right end of the Data tab.
- Expecting the output to update with the data; every ToolPak result is a static snapshot, unlike a formula.
- Including the header row without ticking "Labels in first row", which makes Excel treat the text as a value and fail.
- Searching for it in Excel for the web or the mobile apps, where the add-in does not exist — use the desktop app.
- Reaching for Regression before checking the residuals; the ToolPak will happily fit a line to anything.
Frequently asked questions
How do I add Data Analysis in Excel?
File ▸ Options ▸ Add-ins ▸ set Manage to Excel Add-ins ▸ Go ▸ tick Analysis ToolPak ▸ OK. On Mac it is Tools ▸ Excel Add-ins. The Data Analysis button then appears on the Data tab.
Do I have to install anything?
No. The add-in ships with desktop Excel; enabling it just switches it on. There is no download and no licence beyond your existing Excel.
Why is the Analysis ToolPak missing?
It is not available in Excel for the web, Excel for iOS/Android, or some volume-licensed installs where add-ins are locked down by policy. Use the desktop app, or ask IT if the Add-ins list is empty.
Is the Data Analysis output live?
No — it writes fixed values. Re-run the tool after changing the data, or use worksheet functions such as AVERAGE, STDEV.S, CORREL and LINEST if you need results that recalculate.
Other ways people ask this
This is also commonly searched as “how to get data analysis in excel”, “how to get to data analysis on excel”, “how to get data analysis in excel for mac” and “how to get data analysis in excel mac”. They describe the identical operation, so you are in the right place no matter how you phrased it.
Platform & version notes
- If you are on a Mac, nothing here changes except the modifier key: swap Ctrl for ⌘ in every shortcut, and use the Windows/Mac toggle at the top of the page so the keystrokes shown match the keyboard in front of you.
How is it different on a Mac?
Only the keys. Press ⌘ where Windows uses Ctrl; the menus, formulas and result for "get data analysis on excel" are the same on macOS as on Windows.
Why do people search for this in so many different ways?
Because the same task has many names. “how to get data analysis in excel”, “how to get to data analysis on excel”, “how to get data analysis in excel for mac” all point at the one operation explained on this page, which is why they all lead here.