How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (2024)

Assume you have the following dataset. It contains the forecasted demand units and actual demand units for products.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (1)

Method 1 – Calculate Accuracy Percentage with Excel ABS Function

  • Enter the following formula in the first cell of your Accuracy column.

=1-ABS(C5/D5-1)

  • Click on the % icon on the Home Ribbon to apply the percentage number format.
  • Double-click on the Fill Handle icon or drag it down to apply the formula to the cells below.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (2)

Read More: Make an Excel Spreadsheet Automatically Calculate Percentage

Method 2 – Compute Accuracy Percentage with the IF Function

  • Enter the following formula in the first cell of your Accuracy column.
  • Click the %icon on the Home Ribbon to apply the percentage number format.
  • Double-click on the Fill Handle icon or drag it down to apply the formula to the cells below.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (3)

Method 3 – Use the MIN-MAX Combination to Calculate Accuracy Percentage

  • Enter the following formula in the first cell of your Accuracy column.

=1-(MAX(C5:D5)-MIN(C5:D5))/D5

  • Click the %icon on the Home Ribbon to apply the percentage number format.
  • Double-click on the Fill Handle icon or drag it down to apply the formula to the cells below.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (4)

Read More: How to Calculate Win-Loss Percentage in Excel

Errors in Accuracy Percentage Calculations

When the Forecast data is much different than the Demand value, this can result in a negative or zero accuracy percentage.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (5)

In this case, calculating the error percentage can be better than figuring the Accuracy Percentage.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (6)

  • If the Demand value becomes zero, then Excel will show the #DIV/0! Error.

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (7)

Read More: How to Calculate Error Percentage in Excel

Things to Remember

  • You must use the actual value (Demand) in the denominator in the formula while calculating the accuracy percentage.
  • Make sure to use parentheses and brackets properly in formulas.

Download Practice Workbook

You can download the practice workbook from the download button below.

Related Articles

<< Go Back to Calculating Percentages| Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (8)

Md. Shamim Reza

Md. Shamim Reza, a marine engineer with expertise in Excel and a fervent interest in VBA programming, sees programming as a time-saving tool for data manipulation, file handling, and internet interaction. His diverse skill set encompasses Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning. He holds a B.Sc in Naval Architecture & Marine Engineering from BUET and has transitioned into a content developer role, generating technical content focused on Excel and VBA. Beyond his professional pursuits,... Read Full Bio

How to Calculate Accuracy Percentage in Excel (3 Methods) - ExcelDemy (2024)

FAQs

How to find accuracy percentage in Excel? ›

What is the Excel formula for percentage? To calculate a percentage in Excel, you can use the formula: "=number/total*100". Replace "number" with the specific value you want to calculate a percentage of and "total" with the overall value or sum. Multiply the result by 100 to get the percentage representation.

How to check the accuracy of data in Excel? ›

Select the cell or cells that you wish to check during entry. On the Data tab, in the Data Tools group, click Data Validation to open the Data Validation dialog box. On the Settings tab, specify the criteria you wish the entered data to meet: Choose the Time data type in the Allow dropdown menu.

How to calculate the accuracy percentage? ›

Percentage Accuracy Formula

The following formula is used to calculate the percentage accuracy of a test. To calculate a percentage accuracy, subtract the observed value from the true value, divide by the true value, multiply by 100, then subtract this result from 100.

How do I find the percentage difference between 3 numbers in Excel? ›

How to Calculate Percent Change in Excel?
  1. Calculate the Difference Between the Ending and Beginning Value.
  2. Divide the Difference by the Beginning Value.
  3. Multiply by 100 to Convert the Decimal into Percentage Form.
Nov 2, 2023

What is the formula for overall accuracy? ›

(c) Overall accuracy:

It is obtained by dividing the total numbers of correctly classified pixels by the total numbers of reference pixels. The drawback of this measure is that it does not tell us about how well individual classes are classified.

How to calculate data accuracy? ›

You can calculate the accuracy in five steps:
  1. Calculate the true positives (TP)
  2. Compute the true negatives (TN)
  3. Calculate the false positives (FP)
  4. Estimate the false negatives (FN)
  5. Apply the accuracy formula: accuracy = (TP + TN) / (TP + TN + FP + FN)
Jul 29, 2024

Is Excel calculation accurate? ›

Although Excel allows display of up to 30 decimal places, its precision for any specific number is no more than 15 significant figures, and calculations may have an accuracy that is even less due to five issues: round off, truncation, and binary storage, accumulation of the deviations of the operands in calculations, ...

How to do accuracy and precision in Excel? ›

Use this option only if you are certain that the displayed precision will maintain the accuracy of your data.
  1. Click File > Options.
  2. Click Advanced, and then under When calculating this workbook, select the Set precision as displayed check box, and then click OK.
  3. Click OK.

How do you calculate prediction accuracy in Excel? ›

The forecast accuracy formula is straightforward : just divide the sum of your errors by the total demand.

What is the top 5 accuracy formula? ›

Top-5 accuracy means any of our model's top 5 highest probability answers match with the expected answer. It considers a classification correct if any of the five predictions matches the target label. In our case, the top-5 accuracy = 3/5 = 0.6.

How to check data accuracy? ›

How to measure data accuracy? 11 Essential steps
  1. Define the ideal state.
  2. Data profiling.
  3. Validation against trusted sources.
  4. Error rate calculation.
  5. Sample testing and spot checks.
  6. Feedback loops.
  7. Automated data validation tools.
  8. Consistency checks.
Oct 11, 2023

What is the formula for percentage correct? ›

To determine the percentage, we have to divide the value by the total value and then multiply the resultant by 100.

How to calculate percentage of 3 values? ›

To calculate the percentage of a number out of the total number, just use the formula number / total number × 100. An increase or decrease in any quantity can be expressed as a percentage. This is referred to as percentage change. Fractions can be converted into percentages and vice-versa.

How to calculate percentage of 3 numbers in Excel? ›

Percentages are calculated by using the equation amount / total = percentage. For example, if a cell contains the formula =10/100, the result of that calculation is 0.1. If you then format 0.1 as a percentage, the number will be correctly displayed as 10%.

How to calculate percentage difference between 3 numbers? ›

To calculate this we use the formula: (difference of the values)(mean of the values)×100= Percentage difference.

How to calculate accuracy ratio in Excel? ›

To calculate AR of the grouped data, switch to the GROUPED worksheet and enter the formula =QRS.DISC.AR(B2:B8, D2:E8) in cell F9. The result is -0.797, which is similar to the AR of the ungrouped data. The TEST , LABELS , and TRANSPOSE options can be used as before.

How do I show exact percentage in Excel? ›

Display numbers as percentages

in the Number group on the Home tab, or press Ctrl+Shift+%. If you want more control over the format, or you want to change other aspects of formatting for your selection, you can follow these steps.

How do I calculate true and false percentage in Excel? ›

You can use the following formula to calculate the percentage of yes or no values in a range of cells in Excel: =COUNTIF (B5:AF5, "Yes")/COUNTA (B5:AF5) This formula will count the number of cells that contain the value "Yes" in the range B5:AF5, and then divide it by the number of cells that contain any value in the ...

How to calculate forecast accuracy percentage? ›

Mean Absolute Percentage Error (MAPE) is a common method for calculating sales forecast accuracy. It's calculated by taking the difference between your forecast and the actual value, and then dividing that difference by the actual value.

Top Articles
Latest Posts
Article information

Author: Kerri Lueilwitz

Last Updated:

Views: 6147

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Kerri Lueilwitz

Birthday: 1992-10-31

Address: Suite 878 3699 Chantelle Roads, Colebury, NC 68599

Phone: +6111989609516

Job: Chief Farming Manager

Hobby: Mycology, Stone skipping, Dowsing, Whittling, Taxidermy, Sand art, Roller skating

Introduction: My name is Kerri Lueilwitz, I am a courageous, gentle, quaint, thankful, outstanding, brave, vast person who loves writing and wants to share my knowledge and understanding with you.