You need to add the number 10 to column A in a management report. Which two are acceptable formula syntaxes for doing this?
Select all that apply, then click Submit answer.
-
○
SUM([A],10)
-
○
SUM(A, 10)
-
○
=SUM([A],10)
-
○
=SUM(A, 10)
-
○
[A]+10
-
○
A+10