DW Faisalabad New Version

DW Faisalabad New Version
Please Jump to New Version
  • Working with Tables
  • While there are four types of database objects in Access, tables are arguably the most ... read more

    Saturday, 1 July 2017

    Statistical Functions

    Average  |  Averageif  |  Median  |  Mode  |  Standard Deviation  |  Min  |  Max  |  Large  |  Small

    This chapter gives an overview of some very useful statistical functions in Excel.

    Average

    To calculate the average of a range of cells, use the AVERAGE function.



    Averageif

    To average cells based on one criteria, use the AVERAGEIF function. For example, to calculate the average excluding zeros.



    Note: < > means not equal to. The AVERAGEIF function is similar to the SUMIF function.

    Median

    To find the median (or middle number), use the MEDIAN function.



    Check:



    Mode

    To find the most frequently occurring number, use the MODE function.



    Standard Deviation

    To calculate the standard deviation, use the STEDV function.



    Min

    To find the minimum value, use the MIN function.



    Max

    To find the maximum value, use the MAX function.



    Large

    To find the third largest number, use the following LARGE function.



    Check:



    Small

    To find the second smallest number, use the following SMALL function.



    Check:



    Tip: Excel can generate most of these results with the click of a button. Our Descriptive Statistics example shows you how..