Excel functions summenary
Excel is a powerful spreadsheet program that is part of the Microsoft Office suite of tools. It allows users to create and manage data in a variety of formats, and offers a wide range of functions for performing calculations and other operations on that data. Some of the most commonly used Excel functions include:
- SUM: This function adds up all of the values in a range of cells.
- AVERAGE: This function calculates the average of a range of cells.
- MAX: This function returns the maximum value in a range of cells.
- MIN: This function returns the minimum value in a range of cells.
- COUNT: This function counts the number of cells in a range that contain numeric values.
- IF: This function performs a logical test and returns one value if the test is true, and another value if the test is false.
- TODAY: This function returns the current date.
- NOW: This function returns the current date and time.
- VLOOKUP - searches for a value in a table and returns a corresponding value from the same row
- HLOOKUP - performs a horizontal lookup by searching for a value in the top row of a table and returning a value in the same column from a row you specify
- INDEX - returns a value or the reference to a value from within a table or range
- MATCH - returns the position of a value in a range or array.
- TODAY - returns the current date
- NOW - returns the current date and time
- ROUND - rounds a number to a specified number of digits
- ROUNDUP - rounds a number up to a specified number of digits
- ROUNDDOWN - rounds a number down to a specified number of digits
- ABS - returns the absolute value of a number
- MOD - returns the remainder after a number is divided by a divisor
- LEN - returns the number of characters in a string.
- LEFT - returns a specified number of characters from the left of a string
- RIGHT - returns a specified number of characters from the right of a string
- MID - returns a specified number of characters from a string, starting at a specified position
- TRIM - removes spaces from a string.
- SUMIF - calculates the sum of a range of cells based on a specified condition
- COUNTIF - counts the number of cells in a range that meet a specified condition
- AVERAGEIF - calculates the average of a range of cells based on a specified condition
- SUMIFS - calculates the sum of a range of cells based on multiple conditions
- COUNTIFS - counts the number of cells in a range that meet multiple conditions
- AVERAGEIFS - calculates the average of a range of cells based on multiple conditions
Comments
Post a Comment