What are the commonly used mathematical functions in Excel?
#What are the commonly used mathematical functions in excel?
Today we will talk about the most commonly used mathematical functions in Excel, such as rounding, absolute value, rounding up and down, etc.
Round function
The main function of this function is rounding. When the specified parameter is 0, rounding is performed.
Int function
The main function of this function is to return the largest integer that is less than or equal to the parameter.
Trunc function
The main function of this function is to truncate a number to an integer or retain a specified number of decimal places. The obvious difference from the INT function is that it can retain a specified number of decimal places.
RoundUp function
Rounds the value up by the specified number of digits. The obvious difference from the Trunc function is that this function rounds the value upward by the specified number of digits.
ABS function
The main function of this function is to return the absolute value of a given value, such as converting all values through a formula It is an integer and 0.
Mod function
This function is mainly used to calculate the remainder after dividing two numbers.
The following formula can determine whether the value of cell A1 is odd or even:
=IF(MOD(A1,2),"奇数","偶数")
The following formula can determine whether the A1 ID number is male or female:
=IF(MOD(MID(A1,17,1),2),"男","女")
Copy the following formula Fill to A2:A500, you can generate serial numbers of 123~123~123... in a loop:
=MOD(ROW(A3),3)+1
For more EXCEL related tutorials, please visit the excel basic tutorial column!
The above is the detailed content of What are the commonly used mathematical functions in Excel?. For more information, please follow other related articles on the PHP Chinese website!

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

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



This article will guide you through the process of creating a timeline for Excel pivot tables and charts and demonstrate how you can use it to interact with your data in a dynamic and engaging way. You've got your data organized in a pivo

The article discusses methods to sum columns in Excel using the SUM function, AutoSum feature, and how to sum specific cells.

The article details steps to create and customize pie charts in Excel, focusing on data preparation, chart insertion, and personalization options for enhanced visual analysis.

Article discusses creating, formatting, and customizing tables in Excel, and using functions like SUM, AVERAGE, and PivotTables for data analysis.

This tutorial demonstrates how to efficiently locate the top N values within a dataset and retrieve associated data using Excel formulas. Whether you need the highest, lowest, or those meeting specific criteria, this guide provides solutions. Findi

Article discusses calculating mean in Excel using AVERAGE function. Main issue is how to efficiently use this function for different data sets.(158 characters)

Article discusses creating, editing, and removing drop-down lists in Excel using data validation. Main issue: how to manage drop-down lists effectively.

Mastering Google Sheets Sorting: A Comprehensive Guide Sorting data in Google Sheets needn't be complex. This guide covers various techniques, from sorting entire sheets to specific ranges, by color, date, and multiple columns. Whether you're a novi
