Computer Science, asked by priya300908, 27 days ago

To find the total marks of all students. Select the correct function.
=SUM(C3:G3)

=SUM(3C:3G)

@SUM(C3:G3)

Answers

Answered by Anonymous
0

Answer:

=SUM(C3:G3)

Explanation:

Answered by mvnarasimharao09514
0

Explanation:

Here’s a formula that uses two cell ranges: =SUM(A2:A4,C2:C3) sums the numbers in ranges A2:A4 and C2:C3. You’d press Enter to get the total of 39787.

To create the formula:

Type =SUM in a cell, followed by an opening parenthesis (.

To enter the first formula range, which is called an argument (a piece of data the formula needs to run), type A2:A4 (or select cell A2 and drag through cell A6).

Type a comma (,) to separate the first argument from the next.

Type the second argument, C2:C3 (or drag to select the cells).

Type a closing parenthesis ), and then press Enter.

Each argument can be a range, a number, or single cell references, all separated by commas.

=SUM(A2:A4,2429,10482)

=SUM(4823,A3:A4,C2:C3)

=SUM(4823,12335,9718,C2:C3)

=SUM(A2,A3,A4,2429,10482)

Similar questions