Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
curious
 
Posts: n/a
Default What's the abbreviation of stdevpa in excel function?

stdevpa is a function to calculate standard deviation but -evpa doesn't
match. what's the abbreviation?
  #2   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default What's the abbreviation of stdevpa in excel function?

"curious" wrote:
stdevpa is a function to calculate standard deviation
but -evpa doesn't match. what's the abbreviation?


The base function name is "stdev" -- an abbreviation for
the "std dev". The "p" is for the population -- as opposed
to a sample -- std dev. The "a" is means that text ("ascii"?)
and logical values are included in the computation. (This
is explained better in the STDEVA help text.) Compare with
STDEV() and STDEVP().

You can see the difference by setting up the following
values in A1:A7: {1, hi, 2, TRUE, 4, FALSE, 5 }. In other
cells, put the following formulas:

=STDEVP(A1:A7)
=STDEVP(A1,A3,A5,A7)
=STDEVPA(A1:A7)

The first two will be the same.

If you replace "hi" with 0, TRUE with 1 and FALSE with 0,
the first and third will then be the same.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IS THERE AN INTERPOLATION FUNCTION IN EXCEL 2003 Cooper Excel Worksheet Functions 2 December 23rd 05 04:51 AM
How do i execute a VBA function by clicking on an excel cell? Matthew Excel Discussion (Misc queries) 1 December 7th 05 01:10 AM
Excel 2003 Slow Function Argument Window [email protected] Excel Discussion (Misc queries) 2 June 28th 05 06:53 PM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
I cant use englisch function names in a swedich version of excel PE Excel Discussion (Misc queries) 2 December 7th 04 01:00 AM


All times are GMT +1. The time now is 10:20 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"