Statistics in Spreadsheets
Last Updated :
06 Mar, 2023
Microsoft office contains multiple applications that altogether serve as a complete information management system. A spreadsheet is among those tools and is very important when the analysis of data is required. A spreadsheet is defined as a large sheet that contains data and information arranged in rows and columns. Statistical features of Spreadsheets are today a huge asset as many large multinational companies and research institutions use them for organization, categorization, and analysis of their financial data. There are multiple tools through which we can statistically analyze the data. Tools that facilitate working with statistics in spreadsheets are :
- Pre-Defined Mathematical functions like average, max, min, mean, mode, etc.
- 2D and 3D charts of various types like line charts, pie charts, bar charts, etc.
Mathematical Functions in Spreadsheets
Microsoft Excel supports a wide range of statistical functions through which we can perform various operations like means, mode, average, etc of the given data. Some of the commonly used statistical functions are as follows:
Function Name | Formula | Description |
---|
AVERAGE(val1, [val2], .... ) | AVERAGE(num1, [num2], .... ) | This function is used to find the arithmetic mean or average of the cell in the given range |
AVERAGEIF Function | AVERAGEIF(range, criteria, [avg_range]) | This function is used to find the average of the cells that meet the given criteria. |
MEDIAN Function | MEDIAN(num1, [num2], ...) | This function is used to get the median of the given data. |
MODE Function | MODE.SNGL(num1, [num2],...) | This function is used to find the most frequent value of the cell in the given range. |
STANDARD DEVIATION Function | STDEV.P(num1, [num2], ...) | This function is used to find how much the observed value deviated or varied from the average. |
VARIANCE Function | VAR(num1, [num2], ...) | This function is used to find the degree of variation in the given data. |
QUARTILES Function | QUARTILE(arr, quart) | This function is used to divide the given data into four parts and can return minimum value, first quartile, second quartile, third quartile, and max value. |
CORRELATION Function | CORREL(arr1, arr2) | This function is used to find the relationship between two variables. The range of correlation coefficient lies between -1 to +1. |
MAX Function | MAX(num1, [num2], ...) | This function is used to find the largest numeric value in the given data. |
MIN Function | MIN(num1, [num2], ...) | This function is used to find the smallest numeric value from the given data. |
LARGE Function | LARGE(arr, x) | This function is used to find the nth largest value from the given data. |
SMALL Function | SMALL(arr, x) | This function is used to find the nth smallest value from the given data. |
COUNT Function | COUNT(val1, [val2], ...) | This function is used to count the number of cells containing a number. |
COUNTA Function | COUNTA(val1, [val2],...) | This function is used to count everything including numbers, error values, empty text, etc, present in the given data. |
COUNTBLANK Function | COUNTBLANK(Srange) | This function is used to count only blank and empty cells. |
Example:
In this example, we are finding the average of the following given data:
Here, we use the AVERAGE(C2:C7) formula to find the average of 2nd test. Similarly, we can use other functions.
Obtaining Charts in Spreadsheets
We can also use charts to represent our statistical data in graphic form. Or we can say that a chart is basically a diagram through which we can plot information such that it is easier to perceive and analyze different relationships between data points. The spreadsheets allow us to embed charts of various types for better data visualization.
For using charts one just needs to select the data cells that need to be plotted into a chart and then choose the chart of their choice. We can customize various properties related to charts such as the color, title of the chart, adjustment of size, etc. as per our requirements as well. The general instructions to create a chart for any given data are as follows:
- Select the data for which the chart has to be created.
- Go to INSERT > Recommended Charts. There a dialog box appears that contains recommended charts for given data as well as All Charts that are available.
- Select the one which you feel is most suitable for information and click OK. The chart will be presented in the worksheet area.
Type of Charts
The spreadsheet supports various types of charts:
1. Line Chart: A line chart that shows the variation of some data by sequentially connected points.
2. Bar Chart: This is another kind of Chart where data is represented in form of rectangular bars with height being proportional to the cell value.
3. Scatter Plot: This plot is used to compare at least two sets of values of pair of data.
4. Pie Chart: In a pie chart any information is presented as proportions to the whole data. For example - A person purchased 30 mangoes, 40 apples, and 10 bananas then a pie chart would present this information in the given fashion.
There are also many other kinds of charts besides the above that have different use cases such as hierarchy charts and pivot charts. Each and every one of these charts also supports 3D diagrams as well.
Similar Reads
Statistics in Maths
Statistics is the science of collecting, organizing, analyzing, and interpreting information to uncover patterns, trends, and insights. Statistics allows us to see the bigger picture and tackle real-world problems like measuring the popularity of a new product, predicting the weather, or tracking he
3 min read
Statistics Cheat Sheet
In the field of data science, statistics serves as the backbone, providing the essential tools and techniques for extracting meaningful insights from data. Understanding statistics is imperative for any data scientist, as it equips them with the necessary skills to make informed decisions, derive ac
14 min read
Parameters and Statistics
Statistics and parameters are two fundamental concepts in statistical theory. Although they may sound equal, there is a sharp difference between the two. One is used to represent the population, and the other is used to represent the sample. Now we will focus on the sample and population: Population
8 min read
Statistic vs Parameter
In the statistical and data analytics areas, parameters and statistics are the most widely used two terms. Statistic is a numerical value calculated from a sample of data, whereas, Parameter is a numerical value that describes a characteristic of an entire population. This article will provide the m
7 min read
Statistics Practice Questions - Basic
Statistics is the branch of mathematics that deals with collecting, organizing, analyzing, interpreting, and presenting data. It helps us make sense of complex data and draw meaningful conclusions for decision-making or predictions. Read: Statistics In MathStatistics FormulasImportant Statistics for
8 min read
Statistics Practice Questions
Statistics Questions are provided to give you a basic idea of the concepts. It is important to learn Statistics as it helps you to draw conclusions and make sense of the raw data. The questions listed here cover a range of topics from mean, median, and mode to other complex formulas in probability.
10 min read
Probability and Statistics
Probability and Statistics are important topics when it comes to studying numbers and data. Probability helps us figure out how likely things are to happen, like guessing if it will rain. On the other hand, Statistics involves collecting, analyzing, and interpreting data to draw meaningful conclusio
15+ min read
Why is Statistics Important?
Statistics is a branch of mathematics that deals with the collection, analysis, interpretation and presentation of data in a more understandable and useful manner. Using various statistics techniques one can present the data in a more readable way and we can easily draw conclusion from the given dat
13 min read
Statistics Formulas
Statistics is a branch of mathematics that deals with numerical data analysis. It presents the data in an organized manner. Statistics is a study of a collection of data, analysis it, interpretation, and presentation of data in a well-organized form. It allows us to interpret various results from th
5 min read
Statistics For Data Science
Statistics is like a toolkit we use to understand and make sense of information. It helps us collect, organize, analyze, and interpret data to find patterns, trends, and relationships in the world around us. In this Statistics cheat sheet, you will find simplified complex statistical concepts, with
15+ min read