222k views
2 votes
WHICH IS CORRECT FORMULA TO ADD THE VALUES IN CELLS A1 + B1 : = SUM A1 + B1 / A1 + B1 / SUM ( A1 + B1 ) / = SUM ( A1 + B1 )

1 Answer

4 votes
The answer is the last option =SUM(A1+B1)

There should be an equals sign (=) before any formula in excel. In solving for math function, you should also enclose the values within the parentheses ( ... ). If you're adding two numbers, you can use =SUM(A1+B1). If you're adding multiple numbers, use the colon sign (:) ex. =SUM(A1:D1)
User Ggilberth
by
8.5k points

No related questions found