![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: May 2002
Posts: 2
|
I want to find the rms value of a series of numbers, say A1:A10. I can do this by using sqrt(average(B1:B10)), where the B column contains the squares of the values in the A column. What would really help me though, is if there was a way to do this without using a second column. Is this possible in excel 2000?
|
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Monterrey, Mexico
Posts: 1,433
|
Have you taken a look at SUMSQ, I think it is in the analysis toolpak.
__________________
Kind regards, Al Chara |
|
|
|
|
|
#3 |
|
New Member
Join Date: May 2002
Posts: 2
|
Figured it out:
SQRT(SUMSQ(A1:A10)/COUNTA(A1:A10)) Thanks Al! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|