You are working on your budget and have two numbers to add up in two different Excel cells. What is the formula you will use if cell A1 is 80 and cell A2 is 50?



=SUM(A1:A2) 

=[80+50]

=ADD (80+50)

=SUM 80+50

=SUM(A1:A2)

The correct formula to add up the numbers in cell A1 and A2 in Excel is "=SUM(A1:A2)".