The information in this article applies to:
SUMMARY
The @STD function in Lotus 1-2-3 is not equivalent to the STDEV function in
Microsoft Excel. When saved as a Lotus 1-2-3 file, the STDEV function in
Excel translates to STDEVP. There is no equivalent function for STDEV in
Lotus 1-2-3, therefore the next closest function is used, @STD. If you are
saving the sheet as a WK1 file, it is better to use the STDEVP function
which returns the same value as the @STD function in Lotus.
MORE INFORMATION
Page 77 of the Lotus 1-2-3 "@ Functions and Macro Guide" states that
the standard deviation of a sample of a population can be calculated
using:
where list is the series of values for which you are calculating. It appears as if the STDEV (standard deviation of a sample of a population) is mapping to @STD, rather than the formula listed above. When the formula is brought back into Excel as the WK1 file, the formula is translated to STDEVP, which is the equivalent of @STD. Trying to output the formula listed above would not improve the problem, a different value would still be produced in Excel. DefinitionsSTDEV: Returns an estimate for the standard deviation of a population based on a sample given as arguments.STDEVP: Returns the standard deviation of a population given the entire population as the argument. @STD: Calculates the population standard deviation of a list of values. REFERENCES"Microsoft Excel Function Reference," version 4.0, page 419 Additional query words: 2.1 2.10 2.2 2.20 2.21 3.0 3.00 4.0 4.00 5.0 5.00 1 2 3 123
Keywords : |
Last Reviewed: March 24, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |