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

Excel Cheat Sheet

Uploaded by

kyawzin1212009
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
13 views1 page

Excel Cheat Sheet

Uploaded by

kyawzin1212009
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 1

Excel Cheat Sheet

Function What it does?

Basic Arithmetic Functions


=SUM (range) Find the total of the cell range
=AVERAGE (range) Find the average of the cell range
=COUNT (range) Count the number of rows in the cell range
=MAX (range) Find the maximum value of the cell range
=MIN (range) Find the minimum value of the cell range

Round Functions
=ROUND (number, num_digits) Round the number to the nearest number of digits defined
=ROUNDUP (number, num_digits) Round the number up to number of digits defined, regardless of number
beside
=ROUNDDOWN (number, num_digits) Round the number down to the number of digits defined, regardless of
the number beside

Arithmetic Functions with Conditions


=COUNTIF (range, criteria) Count the number of rows in the cell range, that matches the criteria
=SUMIF (range, criteria, sum_range) Find the total of the cell range, for the rows that matches the criteria
=AVERAGEIF (range, criteria, average_range) Find the average of the cell range, for the rows that matches the criteria

IF Functions
=IF (condition, if_true, if_false) Checks the condition, do a thing if the condition is true and do another
thing if the condition is false
=IF (condition, if_true, IF (condition, if_true, Checks the condition, do a thing if the condition is true and do another
if_false)) IF function if the condition is false
=IF (condition, IF (condition, if_true, if_false), Checks the condition, do another IF function if the condition is true and
if_false) do a thing if the condition is false

VLOOKUP Function
=VLOOKUP (lookup_value, table_array, Finds the value that is corresponding with the lookup_value from the
column_index, range_lookup) table_array and returns the value

You might also like