Difference between revisions of "Manuals/calci/AVERAGEIF"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''AVERAGEIF (Array,Condition,SumArray)'''</div><br/> *<math>Array</math> is the set of values. *<math>Condition</math> is any condition value. =...")
 
 
(2 intermediate revisions by the same user not shown)
Line 17: Line 17:
 
*The other common measures of central tendency are: Median,& Mode.  
 
*The other common measures of central tendency are: Median,& Mode.  
 
*So this function calculates the average value which satisfies the given condition.
 
*So this function calculates the average value which satisfies the given condition.
*For example AVERAGEIF([10,20,23.3,67,87,98.3,12.3,45.3,90],""<13"")=11.15  
+
*For example AVERAGEIF([10,20,23.3,67,87,98.3,12.3,45.3,90],"<13") =11.15
  
 
==Examples==
 
==Examples==
Line 23: Line 23:
 
#AVERAGEIF([154,876,143,12.4,90,54.7],"<798") = 90.82
 
#AVERAGEIF([154,876,143,12.4,90,54.7],"<798") = 90.82
 
#AVERAGEIF([-20,87,-99,67.4],">0") = 77.2
 
#AVERAGEIF([-20,87,-99,67.4],">0") = 77.2
 +
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=_1R1vRGe4Tk|280|center|AVERAGEIF}}
  
 
==See Also==
 
==See Also==
*[[Manuals/calci/ AVERAGE | AVERAGE ]]
+
*[[Manuals/calci/AVERAGE | AVERAGE ]]
 
*[[Manuals/calci/AVEDEV  | AVEDEV ]]
 
*[[Manuals/calci/AVEDEV  | AVEDEV ]]
 
*[[Manuals/calci/AVERAGEA  | AVERAGEA ]]
 
*[[Manuals/calci/AVERAGEA  | AVERAGEA ]]

Latest revision as of 15:25, 27 November 2018

AVERAGEIF (Array,Condition,SumArray)


  • is the set of values.
  • is any condition value.


Description

  • This function shows the Average of given set of numbers which satisfies the given condition.
  • In , is the given set of numbers.
  • Condition is a number, expression, cell reference, or text.
  • Average means sum of all the given elements divided by Number of given elements.
  • It is also called Arithmetic mean.
  • i.e if numbers are given and each number is denoted by , where to , then

= .

  • In this function can either be numbers,arrays,references of cells or we can enter the logical values directly.
  • Arithmetic mean is the most common measures of central tendency.
  • Central tendency is a single value that attempts to describe a set of data by identifying the central position within that set of data.
  • The other common measures of central tendency are: Median,& Mode.
  • So this function calculates the average value which satisfies the given condition.
  • For example AVERAGEIF([10,20,23.3,67,87,98.3,12.3,45.3,90],"<13") =11.15

Examples

  1. AVERAGEIF([2,3,11,13,17,26,34,47],">5") = 24.666666666666668
  2. AVERAGEIF([154,876,143,12.4,90,54.7],"<798") = 90.82
  3. AVERAGEIF([-20,87,-99,67.4],">0") = 77.2


Related Videos

AVERAGEIF

See Also

References