3. Which of the following is the correct way of specifying arguments to a function?
a) =SUM[A1:45]
b) =SUM{A1:45)
c) =SUM(A1:A5)
d) =SUM(A1-A5)
Answers
Answered by
13
Answer:
The correct way to specify arguments to function is c) = SUM(A1:A5).
EXTRA INFORMATION:-
Argument is basically the cell reference of the cell address used in a formula or a function.
For example:- = SUM(A1:A10)
Here, the cell reference is "A1:A10".
This helps to command that the function sum is to be applied on the cells from A1 to A10.
The cell address has two parts.
Fir example:- A10.
Here, A is the column name and 10 is the row name.
The function has three parts that are:- Argument, equal sign and the predefined function like SUM, AVERAGE, ETC.
Answered by
1
Answer:
=SUM[A1:A5]
Step-by-step explanation:
Please mark me as brilliant
Similar questions