SOME SPREADSHEET FUNCTIONS
COUNT: This function counts the number of numerical values in a given range of cells. If a
cell contains a number, it is included in the count, but text values or blank cells are ignored.
COUNTA: Unlike COUNT, this function counts the number of non-empty cells in a given
range. It includes numbers, text, logical values, and errors—anything that is not blank.
COUNTBLANK: This function counts the number of empty cells in a specified range. It
helps identify missing data or gaps in a spreadsheet.
SUM: Adds up all the numbers in a given range of cells.
MIN: Finds the smallest value in a range of cells.
MAX: Identifies the largest value in a range of cells.
AVERAGE (AVG): Calculates the mean (average) value of a set of numbers.
IF: Checks if a condition is met and returns different values based on the result.