• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

Excelypedia

The Excel Encyclopedia of The Internet

  • Tutorials
  • Functions
  • Formulas
  • Templates

Calculate RMS in Excel

September 25, 2021 by Andrew Childress
How to calculate RMS in Excel

The root mean square (RMS) is a mathematical function with applications in electronics, engineering, and other fields. Here's how to calculate RMS in Excel.

The root mean square (RMS) is a mathematical function with applications in electronics, engineering, and other fields. It’s a difficult value to compute by hand, but Excel spreadsheets make it easy, thanks to a few quick formulas. Let’s learn how to calculate RMS in Microsoft Excel.

How to Calculate RMS in Excel

Root mean square, or RMS, can be found using a few quick steps in Excel. RMS is defined as the square root of the mean of squared values. To find it in Excel for a given dataset, you’ll first need to square the values in your dataset.

In our example, there is sample data in the range A1:A5. To find the squares, click into cell B1. Type an = sign to begin a formula, then type:

=A1^2

Hit Enter, and Excel will return the square value, 4. Then, copy your formula down into cells B2:B5. This squares the remaining values.

Calculate RMS in Excel

Next, you need to find the average of the squares. You can do this anywhere, but we’ll use cell C1. In cell C1, enter the formula:

=AVERAGE(B1:B5)

Hit Enter, and the mean value of the squares is returned: 44.

Find RMS in Excel

To find the RMS, you’ll need to finish by finding the square root of the average value returned in cell C1. In cell C2 (or any empty cell), insert the following formula:

=SQRT(C1)

Hit Enter once again, and Excel returns the RMS for your dataset: 6.633249581.

How to calculate RMS in Excel

As you can see, Excel makes it easy to return the root mean square, or RMS, for a given dataset. Although there isn’t a built-in function specifically for root mean square, it’s simple to compute by using the basic square, mean, and square root formulas that Excel has included. Follow these simple steps and you’ll be able to calculate the RMS for even the largest datasets quickly.

Category: Excel FunctionsTag: Excel, How To, Instructions, Tutorial

About Andrew Childress

Previous Post:Geography in Excel
Next Post:How to Make Graph Background Transparent in ExcelHow to make graph background transparent in Excel

Sidebar

Recent Posts

  • How to Do a Contingency Table in Excel
  • Format Cell Alignment in Excel
  • Default Width in Excel
  • Translate in Excel
  • Switch Windows in Excel

Categories

  • Basics
  • Examples
  • Excel Formulas
  • Excel Functions
  • Excel Shortcuts
  • Excel Templates
  • Excel Tutorials
  • Uncategorized

Excelypedia

Master Excel to add a highly valuable asset to your employability portfolio. Learn how to analyze data in Excel.

    • Facebook
  • Twitter
  • Instagram
  • YouTube

Learn

  • Functions
  • Formulas
  • Shortcuts

Legal

  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Help

  • FAQ
  • Contact Us

Copyright © 2023 · Excelypedia · All Rights Reserved

Back to top