MASTERING MS EXCEL FORMULA
IMPORTANT FORMULA
Basic Arithmetic Formula Used in MS EXCEL
=SUM(range):
Adds all numbers in a specified range.
=AVERAGE(range):
Calculates the arithmetic mean of a range.
=MAX(range) This is used for Highest Value
=MIN(range): lowest
value in a dataset.
Counting Data
=COUNT(range): Counts only cells that contain numbers.
=COUNTA(range): Counts all non-empty cells
(includes text, numbers, and symbols)
Important Formula
=VLOOKUP
Searches for a value in the first column and
returns a value from another column in the same row.
Comments
Post a Comment