0% found this document useful (0 votes)
1 views1 page

Excel Functions Short List

The document provides a list of Excel functions along with their syntax and descriptions. Key functions include SUM, AVERAGE, COUNT, MAX, MIN, and logical functions like IF, AND, OR, and NOT. Each function is designed to perform specific calculations or logical operations in Excel.

Uploaded by

Avneet Singh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views1 page

Excel Functions Short List

The document provides a list of Excel functions along with their syntax and descriptions. Key functions include SUM, AVERAGE, COUNT, MAX, MIN, and logical functions like IF, AND, OR, and NOT. Each function is designed to perform specific calculations or logical operations in Excel.

Uploaded by

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

Excel Functions with Syntax and Description

# Function Syntax Description


1 SUM =SUM(number1, [number2], ...) Adds numbers
2 AVERAGE =AVERAGE(number1, [number2], ...) Calculates average
3 COUNT =COUNT(value1, [value2], ...) Counts numeric values
4 MAX =MAX(number1, [number2], ...) Returns largest number
5 MIN =MIN(number1, [number2], ...) Returns smallest number
6 IF =IF(logical_test, value_if_true, value_if_false) Logical test with true/false values
7 AND =AND(logical1, [logical2], ...) Returns TRUE if all conditions are true
8 OR =OR(logical1, [logical2], ...) Returns TRUE if any condition is true
9 NOT =NOT(logical) Reverses a logical value
10 ROUND =ROUND(number, num_digits) Rounds to specific digits

You might also like