Which MS-EXCEL formulae are equivalent to each other? A. =A3+A4+A5+A6 B.…
2023
Which MS-EXCEL formulae are equivalent to each other?
A. =A3+A4+A5+A6
B. =SUM(A3:A6)
C. =SUM(A3, A6)
D. =SUM(A3, A4, A5, A6)
Choose the correct answer from the options given below:
Answer: B. A, B and D only — CONCEPTTwo spreadsheet formulas are equivalent when, for the same cell values, they evaluate the same cells under the same operations and produce the same…
- A.
A, B and C only
- B.
A, B and D only
- C.
B and D only
- D.
C and D only
Show answer & explanation
Correct answer: B
CONCEPT
Two spreadsheet formulas are equivalent when, for the same cell values, they evaluate the same cells under the same operations and produce the same result.
The SUM function accepts either a contiguous range written with a colon or a list of individual arguments separated by commas. A comma does not include the cells between two references.
APPLICATION
Formula A adds the four individual cells A3, A4, A5 and A6.
Formula B uses the range A3:A6, so it includes A3, A4, A5 and A6.
Formula C passes A3 and A6 as two separate arguments, so it includes only those two cells.
Formula D passes A3, A4, A5 and A6 as four separate arguments.
CROSS-CHECK AND CONTRAST
Let A3 = 1, A4 = 2, A5 = 4 and A6 = 8. Formulas A, B and D each return 15, whereas formula C returns 9.
The set A, B and C includes C, which uses only the two endpoint cells.
The set B and D omits A, although A adds the same four cells.
The set C and D combines an endpoint-only sum with a four-cell sum.
Therefore, A, B and D are equivalent, so the correct answer is ‘A, B and D only’.