Computer Science, asked by catharva74, 3 days ago

What will be the output of following function?
=Sum("7",20,True)​

Answers

Answered by mayanknagdali122993
1

Answer:

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.

Similar questions