Jul 28, 2024
Basic Calculation
Entering Formulas
=
).10 + 8 + 5
.B2
, C2
) instead of hard-coded values for dynamic calculations.Using the Fill Handle
=
to enter formulas for profits: Revenue - Cost
.*
(asterisk).$
(absolute reference) for fixed values during formula copy.SUM
, AVERAGE
, COUNT
, MAX
, MIN
, IF
SUM Function
Shift + F3
.Auto Sum Feature
Average and Other Functions
PROPER()
, TRIM()
, CONCAT()
, TEXTJOIN()
to join text.LEFT()
, RIGHT()
, MID()
, LEN()
for extracting text segments.FIND()
and SEARCH()
to locate characters.IF(condition, true_value, false_value)
.TODAY()
, NOW()
.