Excel Formulas Usage
Excel Formulas Usage
detailed list of essential Excel functions. Whether you're managing data, performing
calculations, or optimizing workflows, this guide will help you work smarter and faster.
Each function is explained with its definition and syntax for better understanding and
usability.
This resource is brought to you by Excel Wali, a dedicated teacher at Anjni Computer
Education. Follow @ExcelWali on Instagram for more tips, tricks, and tutorials to enhance
your Excel skills and simplify your work.
Happy Learning!
Calculation Functions
Function Definition Syntax
SUM Adds all numbers in a range of cells. =SUM(number1, [number2], …)
MIN Returns the smallest number in a range. =MIN(number1, [number2], …)
MAX Returns the largest number in a range. =MAX(number1, [number2], …)
Multiplies all the numbers given as =PRODUCT(number1,
PRODUCT
arguments. [number2], …)
Returns the average (arithmetic mean) of the =AVERAGE(number1,
AVERAGE
numbers provided. [number2], …)
Returns the result of a number raised to a
POWER =POWER(number, power)
power.
SQRT Returns the square root of a number. =SQRT(number)
Returns a random integer between the
RANDBETWEEN =RANDBETWEEN(bottom, top)
specified limits.
Rounds a number up to the nearest even
EVEN =EVEN(number)
integer.
Rounds a number up to the nearest odd
ODD =ODD(number)
integer.
ABS Returns the absolute value of a number. =ABS(number)
Returns the remainder of a division
MOD =MOD(number, divisor)
operation.
Rounds a number down to the nearest
INT =INT(number)
integer.
LARGE Returns the k-th largest value in a dataset. =LARGE(array, k)
SMALL Returns the k-th smallest value in a dataset. =SMALL(array, k)
Rounds a number to the specified number of
ROUND =ROUND(number, num_digits)
digits.
Rounds a number up, away from zero, to the =ROUNDUP(number,
ROUNDUP
specified number of digits. num_digits)
Text Functions
Function Definition Syntax
UPPER Converts text to uppercase. =UPPER(text)
LOWER Converts text to lowercase. =LOWER(text)
Capitalizes the first letter of each word in a
PROPER =PROPER(text)
text string.
Returns the number of characters in a text
LEN =LEN(text)
string.
Returns the specified number of characters
LEFT =LEFT(text, num_chars)
from the start of a text string.
Returns the specified number of characters
RIGHT =RIGHT(text, num_chars)
from the end of a text string.
Returns a specific number of characters from =MID(text, start_num,
MID
a text string, starting at a specified position. num_chars)
Removes all extra spaces from text except for
TRIM =TRIM(text)
single spaces between words.
=CONCATENATE(text1, [text2],
CONCATENATE Joins two or more text strings into one.
…)
Finds one text string within another and =FIND(find_text, within_text,
FIND
returns its position. [start_num])
EXACT Checks if two text strings are exactly the same. =EXACT(text1, text2)
Logical Functions
Function Definition Syntax
AND Returns TRUE if all arguments are TRUE. =AND(logical1, [logical2], …)
Returns one value if a condition is TRUE, and =IF(logical_test, value_if_true,
IF
another if FALSE. value_if_false)
Checks multiple conditions and returns the first =IFS(logical_test1, value_if_true1,
IFS
value that is TRUE. …)
Lookup Functions
Function Definition Syntax
Searches for a value in the first
=VLOOKUP(lookup_value, table_array,
VLOOKUP column and returns a value in the
col_index_num, [range_lookup])
same row from another column.
Searches a range or array and =XLOOKUP(lookup_value, lookup_array,
XLOOKUP returns an item corresponding to the return_array, [if_not_found], [match_mode],
first match. [search_mode])
Searches for a value in the first row
=HLOOKUP(lookup_value, table_array,
HLOOKUP and returns a value in the same
row_index_num, [range_lookup])
column from another row.
Financial Functions
Formatting
• Ctrl + B: Apply or remove bold formatting.
• Ctrl + I: Apply or remove italic formatting.
• Ctrl + U: Apply or remove underline formatting.
• Alt + H + H: Open the fill color menu.
• Ctrl + Shift + $: Apply the currency format.
• Ctrl + Shift + %: Apply the percentage format.