Reference-card_-Useful-formulas-and-where-to-use-them-3657
Reference-card_-Useful-formulas-and-where-to-use-them-3657
Reference card
Cell referencing
01. Cell reference:
01. A1 03. =B1+C1 =C1+D1 Address that identifies a cell by referring to it's column letter
=B2+C2 =C2+D2 and row number.
=B3+C3 =C3+D3
02. 02. Range:
Address using two cell references separated by a colon.
03. Relative reference:
A4:B10
04. =$B$1+$C$1 =$B$1+$C$1 Reference that changes when copied across multiple cells
=$B$1+$C$1 =$B$1+$C$1 based on the relative position of rows and columns.
=$B$1+$C$1 =$B$1+$C$1
04. Absolute reference:
Reference that does not change when copied across
multiple cells.
Useful functions
Divide sum of values by number of arguments. Calculate the value of a number (base) raised to a certain
AVERAGEA evaluates Boolean and text while AVERAGE ignores exponent.
them.
Calculates the square root of a given number. Divides a number and gives the remainder as an answer.
CEILING rounds up to nearest integer multiple of the specified factor. FLOOR rounds down to the nearest multiple of the factor while
ROUNDUP rounds up to a number of decimal places. ROUNDDOWN rounds down to a number of decimal places.
Round up to the nearest integer or multiple of the specified factor. Round down to the nearest integer or multiple of the specified factor.
CEILING.MATH also specifies whether the number is rounded FLOOR.MATH also specifies whether the number is rounded down
toward or away from zero. toward or away from zero.