You should use cell references in formulas instead of constant values so
A) you can change the input values without changing the formulas.
B) you can easily include letters, numbers, and spaces.
C) it is easier to debug the errors.
D) you can control the sequence in which Excel performs arithmetic operations.
A
Computer Science & Information Technology
You might also like to view...
Settings which are applied to objects so you can navigate to a slide or play a sound by clicking the object are called ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
How many times will the following program print hello?
i = 1; while (i <= 10) { puts("hello"); } a) 10 b) 8 c) an infinite number of times d) 0
Computer Science & Information Technology