51.1k views
4 votes
When you set up a worksheet, you should use cell references in formulas whenever possible, rather than ____ values.

1 Answer

3 votes

Answer:

Constant

Step-by-step explanation:

One of the flexibility of worksheet is using cell references to get the value of a cell, this will make the overall formula update itself when cell values are changed, but when using a constant to make computation the formula is not keeping track of the contents of the cells for any change and this will make it a fresh work to get a value based on changed values.

User Jesse Q
by
7.9k points