Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Statistical > VARPA

 

VARPA(value1 [,value2] [,…])

 
 Calculates variance based on the entire population. In addition to numbers, text and logical values such as True and False are included in the calculation.

 value1The first value.
 value2The second optional value.

 REMARKS
 
  • This function assumes that the arguments represent the entire population (as opposed to a sample).
     
  • This is identical to the VARP() function except that text and logical values are included.
     
  • VARPA assumes that its arguments are the entire population. If your data represents a sample of the population, you must compute the variance using VARA.
     
  • Arguments that contain TRUE evaluate as 1; arguments that contain text or FALSE evaluate as 0.
     
  • Using the data from the VARA example and assuming that only 10 tools are produced during the production run, VARPA measures the variance of breaking strengths for all the tools.
     
  • You can have a maximum of 30 arguments.

     EXAMPLES
     
     A
    1=VARPA(10,20,30,40,50,60) = 291.667
     

     Functions - V | Index - V | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top