Excel Rounding (ROUND, ROUNDUP, ROUNDDOWN)

ROUND =ROUND(number, num_digits) Rounds the number to a specified number of digits ROUNDUP =ROUNDUP(number, num_digits) Rounds a number up, away from zero ROUNDDOWN =ROUNDDOWN(number, num_digits) Rounds a number down, toward …

Counting Cells (COUNT, COUNTIF, COUNTIFS)

COUNT =COUNT(value1, [value2], …) Counts the number of cells in a range that contains numbers COUNTIF =COUNTIF(range, criteria) Counts the number of cells within a range that meet the given …