Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 8 1.00 pts l1c2.02 every excel formula begins with the = sign.…

Question

question 8
1.00 pts
l1c2.02 every excel formula begins with the = sign.
true
false
question 9
1.00 pts
l1c2.06 if you were wishing to add cells a1 and a2 and have the result display in cell a3, you would write the following formula in cell a3: =sum(a1:a2). the beginning section of that formula, =sum, is called a(n) _____.
argument
constant
function
reference

Explanation:

Question 8
Brief Explanations

In Excel, formulas (like calculations, functions) start with the = sign to indicate it's a formula (not just text). So the statement is correct.

Brief Explanations

In Excel, SUM is a predefined operation (function) that performs addition. An argument is what's inside the function (like A1:A2), a constant is a fixed value, and a reference is a cell/range reference. So SUM is a function.

Answer:

True

Question 9