Common math functions in Excel
Summary of common calculation functions in Excel for accountants.
1. ABS function
- Syntax: ABS (number).
+ Where number is a numerical value it can be a parameter, reference or valuable expression.
- Functional meaning: is the function that returns the absolute value of a number.
- Example: abs (-5) = 5; abs (5) = 5
2. Power function
- Syntax: power (number, power)
Inside:
+ Number is the real number.
+ Power is an exponential function (or is understood as a factor that is multiplied).
- Meaning of the function: A function that performs exponentiation.
- For example:
3. Product function
- Syntax: Product (number1, number2, .).
Inside:
+ Number 1 is the 1 factor.
+ Number 2 is the second factor . .
+ Contains up to 255 number arguments.
- Meaning: As a function of product of a sequence of numbers.
- For example:
4. Function Mod
- Syntax: Mod (number, divisor).
Inside:
+ Number: is the divisor.
+ Divisor: is the number to be divided.
+ If the divisor = 0 return value is False.
- The meaning of the function returns the remainder of the division (the signed balance of the dividend).
- For example:
5. Roundup function
- Meaning: is a rounding function for decimal numbers.
- Syntax: roundup (number, Num_digits).
Inside:
+ Number is the number you want to round.
+ Num_digist: is the range to be rounded up to a few digits. Based on num_digist will determine the rounding rule.
- For example:
+ round (2.45, 0) = 5
+ round (2.45, 1) = 2.5
+ round (2.45, -1) = 10
6. The Even function
- Syntax: Even (number).
+ Where number: is the number to be rounded.
- Meaning: A rounding function but rounded up to the nearest even integer.
- Example: even (4.45) = 6 (6 is the nearest even number of 4).
7. The odd function
- Syntax: Odd (number).
Where number is the number to be rounded.
- Meaning: A function to round but round up to the nearest odd integer.
- Example: odd (4.45) = 5 (5 is the nearest odd of 4).
8. Rounddown function
- Syntax: rounddown (number, digits).
A rounding function, but rounded down to 1 unit.
- Example: round (4.45,1) = 4.4
9. Sum function - Function sum
- Syntax: Sum (number1, number2, .).
+ Where number is the value to sum.
- For example:
10. Sumif function - Function for calculating conditional sum
- Syntax: Sumif (range, criteria, num_range).
Inside:
+ Range: range to determine conditions.
+ Criteria: conditions.
+ Num_range: value to sum.
- For example:
11. The Average function
- Syntax: average (number1, number2, .).
In which: number1, number2 are average numbers.
- For example:
12. Sumproduct
- Syntax: sumproduct (array1, array2, .).
Where: array1, array2 are arrays where:
+ The product of each array is included and then summed.
13. Ham Max
- Syntax: Max (number1, number2, .).
Where: number1, number2, . number n is the sequence to determine the maximum value.
- Meaning: The function finds the maximum value of a sequence of numbers.
- For example:
14. Ham Min
- Structure: Min (number1, number2, . .number n).
- Meaning: The function takes the smallest value in the sequence. Similar to the Max function.
15. Small function
- Syntax: Small (array, k).
Inside:
+ Array is an array of values.
+ K is the ordinal number of the element with the smallest value k.
- Meaning: The function returns the smallest k value in the sequence.
- For example:
16. Ham Count
- Syntax: Count (Value1, value2, . .).
Inside:
+ Value1, Value2 are values in the range.
+ Value1, Value 2 are numeric.
- Meaning: Data counting function is numeric.
- For example:
17. Counta function - Counts all cells that contain data
- Syntax: Counta (Value1, value2, .).
18. The Countif function
- Syntax: Countif (range, criteria).
Inside:
+ Range: Data range of operation.
+ Criteria: Conditions for counting.
- Meaning: Using to count cells containing data under 1 condition.
- For example:
You should read it
- How to use math functions in C#
- Common calculation functions in Excel
- math.h in C
- Common mistakes in using Excel functions
- Common mistakes in Excel and how to fix them
- How to fix the SUM function doesn't add up in Excel
- 10 EXCEL functions that ACCOUNTERS often use
- The MIN and MAX functions (the smallest and largest value functions) in Excel
May be interested
- The MIN and MAX functions (the smallest and largest value functions) in Excelthe function to return the maximum value (max) and the function to return the minimum value (min) are two common statistical functions used by a lot of people in the process of manipulating and processing data in excel.
- Complete financial functions in Excel you should knowfv, date, time, hour, workday, ... functions are the basic financial functions with the same way of getting color codes in excel. show you how to use these financial functions. click view now!
- Basic common calculation functions to know in Excelbasic common calculation functions to know in excel. excel has many functions, but for normal use, you only need to learn the following common functions.
- MS Excel - Lesson 5: Excel formulas and functionsthe formula in excel is a program that performs calculations on data tables. these formulas perform very precise operations such as adding, multiplying, or comparing values in worksheets.
- Math object in JavaScriptthe math object gives you properties and methods for constants and mathematical functions. unlike other global objects, math is not a constructor. all properties and methods of math are static (static) and can be called using math as an object without having to create it.
- Guidelines for importing Chemistry formulas in Excelentering chemistry formulas in excel spreadsheets helps us to handle formulas more easily, especially for those who often have to work with chemistry or with math when they have the above index, the index below.
- 8 little-known Excel functions that can save you a lot of workeven seasoned excel users often find themselves stuck performing tasks manually that could be automated with a few clever functions.
- Summary of information functions in Excelto facilitate the selection of functions to suit the requirements when you need to process information in excel spreadsheets. the following article summarizes the functions along with the functions of each function group in the excel spreadsheet.
- Comparison functions in Excel - How to use comparison functions and examples using comparison functionscomparison functions in excel - how to use comparison functions and examples using comparison functions with a large amount of data, you want to check for duplicates by checking normally, it is really hard. in this article, introduce to you the functions
- Math functions are available in Shellmost parts of the tutorial are mostly built on bourne shell, but this page lists all the built math functions available in the korn shell.