What is the easiest way to learn math functions in excel .

H

Harold1955

I need help learning how to do addition , subtraction , multiplication and
division , using cells on a worksheet in excel .
 
J

Jerry W. Lewis

=2+3
in a cell will calculate as 5.

=A1+A2 in a cell will calculate the sum of the values in cells A1 and A2.

Similarly replace the + with - * or / to get subtraction,
multiplication, or division.

Jerry
 
G

Gord Dibben

Harold

Also see Help>Answer Wizard "operators" >about calculation operatore.

Gord Dibben Excel MVP
 
Top