Summarize and share commonly used data description and analysis functions in Excel
This article brings you relevant knowledge about excel, which mainly introduces commonly used data description and analysis functions. Descriptive statistics is a commonly used method in data analysis. It refers to the Mathematical methods are methods for organizing and analyzing data, and estimating and describing the relationship between data distribution, numerical characteristics and random variables. I hope it will be helpful to everyone.

Related learning recommendations: excel tutorial
Descriptive statistics usually include three parts: central trend analysis, discrete trend analysis and correlation analysis . Use Excel function formulas or analysis tools to meet such analysis needs.
1. Use functions for data analysis
Let me give you an example.

As shown in the above figure, column A is the data of a certain product. Now we need to count its various description analysis data in columns C:D. The relevant function formula is as follows▼
1) Average
=AVERAGE(A2:A16)
2) Standard error
=STDEV(A2:A16)/SQRT(COUNT(A2: A16))
3) Median
=MEDIAN(A2:A16)
4) Mode
=MODE(A2:A16)
5) Standard deviation
=STDEV(A2:A16)
6) Variance
=VAR(A2:A16)
7) Kurtosis
=KURT(A2:A16)
8) Skewness
=SKEW(A2:A16)
9) Extreme Difference
=MAX(A2:A16)-MIN(A2:A16)
10) Average confidence level (95%)
=TINV(0.05,COUNT(A2 :A16)-1)*STDEV(A2:A16)/SQRT(COUNT(A2:A16))
Snap your fingers and explain the meaning of the above nouns
Average, medium The digit, mode, etc. are indicators that express the central tendency of the data. The average is the result of adding N numbers and dividing by N; the median is the value in the middle of a set of data sorted by size; the mode is the value that appears most frequently in a set of data.
Variance and standard deviation are indicators of the dispersion of data. They reflect the degree of dispersion from the mean.
The kurtosis coefficient and skewness coefficient are indicators that express the shape of the data distribution.
The kurtosis coefficient is an indicator that describes the steepness of the peak of a symmetric distribution curve relative to the normal distribution. If the kurtosis coefficient is greater than zero, there will be less extreme data on both sides; if the kurtosis coefficient is less than zero, there will be more extreme data on both sides.
The skewness coefficient is an indicator that describes the symmetry of data based on the normal distribution. If the skewness coefficient is equal to zero, the data distribution is symmetrical. If the skewness coefficient is greater than zero, the distribution is positively skewed; if the skewness coefficient is less than zero, the distribution is negatively skewed. A skewness coefficient greater than 1 or less than -1 is called a highly skewed distribution, and a skewness coefficient in the range of 0.5~1 or -0.5~-1 is called a moderately skewed distribution.
2. Data Analysis Tool Library
In addition to using function formulas, Excel also provides a [Data Analysis] tool library.
Under the [Development Tools] tab, click [Excel Add-in], select [Data Analysis] in the dialog box that opens, and click the [OK] button. Load the tool library under the [Data] tab.

Under the [Data] tab, click [Data Analysis] → [Descriptive Statistics] (located on the far right side of the tab) to open the [Descriptive Statistics] dialog frame.

Set the relevant parameters in the [Descriptive Statistics] dialog box as follows
[Input area]: Select A1:A16.
[Grouping method]: Specify whether the input data is arranged in rows or columns. In this example, progressive is used.
[Logo in first column] checkbox: This example contains a title column, so this option is checked.
[Output Options]: Select [Output Area] and enter F1 in the selection input box as the storage location for the output results.
[Summary statistics] check box: If this check box is checked, the descriptive statistics results will be displayed, otherwise the results will not be displayed. In this example, check this option.
[Mean Confidence] checkbox: If this checkbox is checked, the output will include the confidence of the mean. In this example, enter the default value of 95, indicating that you want to calculate the mean confidence level at a significance level of 5%.
[Kth largest value] check box: Specify the largest value in the data to be output as needed. This example only needs to get the maximum value, so this option is not checked.
[Kth smallest value] check box: Specify the smallest value in the data to be output as needed. This example only needs to get the minimum value, so this option is not checked.
After confirmation, the return result is as follows (consistent with the calculation result of the formula)

Related learning recommendations: excel tutorial
The above is the detailed content of Summarize and share commonly used data description and analysis functions in Excel. For more information, please follow other related articles on the PHP Chinese website!
MEDIAN formula in Excel - practical examplesApr 11, 2025 pm 12:08 PMThis tutorial explains how to calculate the median of numerical data in Excel using the MEDIAN function. The median, a key measure of central tendency, identifies the middle value in a dataset, offering a more robust representation of central tenden
Google Spreadsheet COUNTIF function with formula examplesApr 11, 2025 pm 12:03 PMMaster Google Sheets COUNTIF: A Comprehensive Guide This guide explores the versatile COUNTIF function in Google Sheets, demonstrating its applications beyond simple cell counting. We'll cover various scenarios, from exact and partial matches to han
Excel shared workbook: How to share Excel file for multiple usersApr 11, 2025 am 11:58 AMThis tutorial provides a comprehensive guide to sharing Excel workbooks, covering various methods, access control, and conflict resolution. Modern Excel versions (2010, 2013, 2016, and later) simplify collaborative editing, eliminating the need to m
How to convert Excel to JPG - save .xls or .xlsx as image fileApr 11, 2025 am 11:31 AMThis tutorial explores various methods for converting .xls files to .jpg images, encompassing both built-in Windows tools and free online converters. Need to create a presentation, share spreadsheet data securely, or design a document? Converting yo
Excel names and named ranges: how to define and use in formulasApr 11, 2025 am 11:13 AMThis tutorial clarifies the function of Excel names and demonstrates how to define names for cells, ranges, constants, or formulas. It also covers editing, filtering, and deleting defined names. Excel names, while incredibly useful, are often overlo
Standard deviation Excel: functions and formula examplesApr 11, 2025 am 11:01 AMThis tutorial clarifies the distinction between standard deviation and standard error of the mean, guiding you on the optimal Excel functions for standard deviation calculations. In descriptive statistics, the mean and standard deviation are intrinsi
Square root in Excel: SQRT function and other waysApr 11, 2025 am 10:34 AMThis Excel tutorial demonstrates how to calculate square roots and nth roots. Finding the square root is a common mathematical operation, and Excel offers several methods. Methods for Calculating Square Roots in Excel: Using the SQRT Function: The
Google Sheets basics: Learn how to work with Google SpreadsheetsApr 11, 2025 am 10:23 AMUnlock the Power of Google Sheets: A Beginner's Guide This tutorial introduces the fundamentals of Google Sheets, a powerful and versatile alternative to MS Excel. Learn how to effortlessly manage spreadsheets, leverage key features, and collaborate


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SublimeText3 Chinese version
Chinese version, very easy to use







