185k views
4 votes
Which formula would be used to calculate the total for the entire range of

cells in the "Cost" column?
A
B
1 Product
Package
2 Apples
Case
3
Oranges
Case
4 Bananas
Box
5
Tomatoes
Case
6
Eggplants
Each
7
Purple onions Each
8
A. =SUM(D2*D7)
OB. SUM(D2:D7)
OC. SUM(D2,D7)
D. =SUM(D2-D7)
C
Quantity
4
13
19
24
2
7
Cost
D
$30.00
$35.00
$29.00
$40.00
$1.00
$0.50
Value
E
$120.00
$455.00
$551.00
$960.00
$2.00
$3.50
$2,091.50

User Nabil Sham
by
7.9k points

1 Answer

3 votes

To calculate the total for the entire range of cells in the "Cost" column, the correct formula is A. =SUM(D2:D7).

The SUM() function in Excel is used to add a range of numbers. In this case, we want to add all the values in the "Cost" column, which is represented by the range of cells D2 to D7.

So, The formula =SUM(D2:D7) instructs Excel to add all the values from cells D2 to D7, which are the cells that contain the numbers in the "Cost" column.This formula instructs Excel to add all the values from cells D2 to D7, which represent the "Cost" values in the table.

User Daroo
by
7.8k points