Online Lesson 02 MSExcel Data Analysis (1)
Online Lesson 02 MSExcel Data Analysis (1)
4. On the Data tab, in the Analysis group, you can now click on Data Analysis.
https://youtu.be/EhPsLiSPjhQ
https://youtu.be/pfYhwy3wN14
The AVERAGE function is one of the most used intermediate functions. The
function will return the arithmetic mean or an average of the cell in a given
range.
Formula for AVERAGE function = AVERAGE(number1, [number2], …)
2. AVERAGEIF function
The function will return the arithmetic mean or an average of the cell in a
given range that meets the given criteria.
Formula for AVERAGEIF function = AVERAGEIF(range, criteria,
[average_range])
3. MEDIAN function
The MEDIAN function will return the central value of the data. Its syntax is
similar to the AVERAGE function.
Formula for MEDIAN function = MEDIAN(number1, [number2], …)
Example of statistical function.
4. MODE function
The MODE function will return the most frequent value of the cell in a
given range.
Formula for MODE function = MODE.SNGL(number1,[number2],…)
Example of statistical function.
5. STANDARD DEVIATION
6. QUARTILES function
Quartile divides the data into 4 parts just like the median which divides the
data into two equal parts. So, the Excel QUARTILES function returns the
quartiles of the dataset. It can return the minimum value, first quartile,
second quartile, third quartile, and max value. Let’s see the syntax :
Formula for QUARTILES function = QUARTILE (array, quart)
Example of statistical function.
7. CORRELATION function
8. MAX function
The MAX function will return the largest numeric value within a given set of
data or an array.
Formula for MAX function = MAX (number1, [number2], ...)
The maximum quantity of textbooks is Physics,620 in numbers.
9. MIN function
The MIN function will return the smallest numeric value within a given set
of data or an array.
Formula for MIN function = MIN (number1, [number2], ...)
The minimum number of the book available in the store =150(Sociology)
The LARGE function is similar to the MAX function but the only difference is
it returns the nth largest value within a given set of data or an array.
Formula for LARGE function = LARGE (array, k)
Let’s find the most expensive textbook using a large function, where k = 1
The SMALL function is similar to the MIN function, but the only difference is
it return nth smallest value within a given set of data or an array.
Formula for SMALL function = SMALL (array, k)
Similarly, using the SMALL function we can find the second least expensive
book.
Example of statistical function.
55 70 57 73 55 59 64
60 48 58 54 69 51 63
75 64 65 57 71 78 76
49 66 62 76 61 63 63
52 76 71 61 53 56 67