Current Question
If you want to add the contents of cells A1 and A2 together in Excel, which formula would you use?
-
A.
=SUM(A1, A2)
-
B.
#NAME?
-
C.
=A1 + A2
-
D.
None of these
Correct Answer: C
Explanation:
The simple addition formula =A1+A2 directly adds the two cells.