Question
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?
=ADD (80+50)
=SUM 80+50
=[80+50]
=SUM(A1:A2)
=ADD (80+50)
=SUM 80+50
=[80+50]
=SUM(A1:A2)
Answers
GPT-4o mini
To add the numbers in cells A1 and A2 in Excel, you would use the formula:
```excel
=SUM(A1:A2)
```
This formula correctly sums the values in the specified range of cells A1 and A2.
```excel
=SUM(A1:A2)
```
This formula correctly sums the values in the specified range of cells A1 and A2.