0% found this document useful (0 votes)
4 views4 pages

Top 100 Excel Formulas

The document provides a list of various Excel formulas categorized by their function, including mathematical, logical, lookup, text, date/time, and statistical operations. Each formula is accompanied by a brief description of its purpose and syntax. This serves as a reference guide for users to understand and utilize different Excel functions effectively.

Uploaded by

pick.sahil111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

Top 100 Excel Formulas

The document provides a list of various Excel formulas categorized by their function, including mathematical, logical, lookup, text, date/time, and statistical operations. Each formula is accompanied by a brief description of its purpose and syntax. This serves as a reference guide for users to understand and utilize different Excel functions effectively.

Uploaded by

pick.sahil111
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Formula Category Syntax Description

SUM Math 0 Adds all the numbers in a range of cells


AVERAGE Math 0 Calculates the average of a group of numbers
IF Logical 0 Performs a logical test and returns one value for TRUE and another for FALSE
VLOOKUP Lookup #N/A Looks for a value in the first column of a range and returns a value in the same row from anot
HLOOKUP Lookup 0 Looks for a value in the top row of a table or array and returns the value in the same column f
INDEX Lookup 0 Returns the value of a cell in a specified row and column
MATCH Lookup 0 Returns the relative position of an item in an array
NOW Date/Time 45819.71 Returns the current date and time
TODAY Date/Time 45819 Returns the current date
LEN Text 0 Returns the number of characters in a text string
TRIM Text 0 Removes all spaces from text except for single spaces between words
CONCATENText 0 Joins two or more text strings into one string
TEXT Text 0 Formats a number and converts it to text
LEFT Text 0 Returns the first character(s) in a text string based on the number of characters specified
RIGHT Text 0 Returns the last character(s) in a text string based on the number of characters specified
MID Text 0 Returns a specific number of characters from a text string starting at the position you specify
ROUND Math 0 Rounds a number to a specified number of digits
ROUNDUP Math 0 Rounds a number up, away from zero
ROUNDDOMath 0 Rounds a number down, toward zero
COUNT Statistical 0 Counts how many numbers are in the list of arguments
COUNTA Statistical 0 Counts how many values are in the list of arguments
COUNTBLAStatistical 0 Counts the number of empty cells in a range
COUNTIF Statistical 0 Counts the number of cells that meet a criterion
SUMIF Math 0 Adds the cells specified by a given condition or criteria
AND Logical 0 Returns TRUE if all arguments are TRUE
OR Logical 0 Returns TRUE if any argument is TRUE
NOT Logical 0 Changes FALSE to TRUE or TRUE to FALSE
ISNUMBERInformatio 0 Checks whether a value is a number
ISERROR Informatio 0 Checks whether a value is an error
IFERROR Logical 0 Returns a value you specify if a formula evaluates to an error
ABS Math 0 Returns the absolute value of a number
INT Math 0 Rounds a number down to the nearest integer
MOD Math 0 Returns the remainder after a number is divided by a divisor
POWER Math 0 Returns the result of a number raised to a power
SQRT Math 0 Returns the square root of a number
LARGE Statistical 0 Returns the k-th largest value in a data set
SMALL Statistical 0 Returns the k-th smallest value in a data set
RANK Statistical 0 Returns the rank of a number in a list of numbers
SUBTOTALMath 0 Returns a subtotal in a list or database
CEILING Math 0 Rounds a number up to the nearest multiple of a specified value
FLOOR Math 0 Rounds a number down to the nearest multiple of a specified value
REPLACE Text 0 Replaces part of a text string with a different text string
SUBSTITUTText 0 Substitutes new text for old text in a text string
FIND Text 0 Finds one text string within another and returns the starting position
SEARCH Text 0 Returns the number of the character at which a specific character or text string is first found
CHAR Text 0 Returns the character specified by a number
CODE Text 0 Returns a numeric code for the first character in a text string
her for FALSE
ue in the same row from another column
he value in the same column from a row you specify

er of characters specified
er of characters specified
ng at the position you specify
er or text string is first found

You might also like