logo
search
Function Problems

How to Fix Excel Analysis ToolPak ADTEST Function Not Working

Maira MehtabMaira Mehtab Sep 21, 2026 869 views

Question details

The user is unable to use the ADTEST function in Excel, potentially related to the Analysis ToolPak, and needs to determine why it is failing or unrecognized.

Product
Microsoft Excel
Device & OS
not provided
Scenario
Attempting to perform statistical analysis using the ADTEST function within an Excel workbook.
Observed behavior
The ADTEST function returns an error or does not compute, leaving it unclear whether the entire Analysis ToolPak is malfunctioning or just this specific function.
Before you start

Before troubleshooting, check if the cell containing the ADTEST formula displays a #NAME? error, which usually indicates that a required custom add-in is missing or disabled.

Solution 1Recommended

Identify if ADTEST is a Custom Add-in or Formula Typo

ADTEST is not a native Excel Analysis ToolPak function; it usually requires a third-party statistical add-in. Verifying add-ins can quickly resolve the unrecognized function issue.

Because ADTEST (typically used for the Anderson-Darling test) is not a built-in feature of the standard Excel Analysis ToolPak, its failure usually means the specific third-party add-in that provides it is disabled, missing, or the function name was typed incorrectly.

1
Check for Typos

Click on the cell with the error and review the formula bar to ensure the function is spelled exactly as required by your specific add-in.

2
Verify Add-in Installation

Go to File > Options > Add-ins to check if the specific third-party statistical tool (such as Real Statistics Resource Pack) providing the ADTEST function is listed under Active Application Add-ins.

3
Re-enable Add-in

If the required add-in is disabled, select 'Excel Add-ins' from the Manage dropdown at the bottom of the window, click Go, check the box next to your statistical add-in, and click OK.

Custom Functions Required: If you migrated this workbook from another computer, you must install the exact same third-party add-in on your current machine for the custom ADTEST function to work.
Free Microsoft Office alternative

Try WPS Office for Seamless Data Analysis

If you are experiencing ongoing issues with Excel add-ins or missing functions, WPS Office provides a lightweight, highly compatible alternative for your spreadsheet needs. Enjoy a familiar interface and comprehensive built-in formulas without the heavy resource load.

  1. 1. Download WPS Office: Visit the official WPS website to download and install the free version of WPS Office.
  2. 2. Open WPS Spreadsheet: Launch WPS Spreadsheet from your desktop or application menu.
  3. 3. Load Your Data: Open your existing .xlsx workbook in WPS Spreadsheet to continue your data analysis with built-in functions.
Highly compatible with Microsoft Excel (.xlsx) files and standard spreadsheet formulas.Built-in support for complex data analysis, filtering, and chart creation.Lightweight installation that runs smoothly on all major operating systems.Free to use with a user-friendly, familiar spreadsheet interface.
microsoft office alternative - wps office

Frequently Asked Questions

Is ADTEST a standard Excel function?

No, ADTEST (often representing the Anderson-Darling test) is not included in the standard Excel formula library or the default Analysis ToolPak. It typically requires a custom VBA script or a third-party statistical add-in.

How do I enable the standard Analysis ToolPak in Excel?

Go to File > Options > Add-ins. In the Manage box at the bottom, select Excel Add-ins and click Go. Check the box for Analysis ToolPak and click OK.

Why does my Excel formula show a #NAME? error?

The #NAME? error occurs when Excel does not recognize text in a formula. This commonly happens if a function name like ADTEST is misspelled, or if the third-party add-in that provides the custom function is not activated.

How can I perform an Anderson-Darling test without the ADTEST function?

You can manually calculate the Anderson-Darling statistic by setting up a multi-step calculation table using standard Excel functions like NORM.S.DIST, RANK, and LOG, or you can download a specialized statistical add-in that features the test.