 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Which cell referencing to method is helpful when you need to update only the value of one cell | 
| Answer» TION:By default, all CELL references are relative references. When copied across multiple cells, they change based on the relative position of rows and columns. For example, if you COPY the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2. Relative references are especially convenient whenever you need to repeat the same calculation across multiple rows or columns.To create and copy a formula using relative references:In the following example, we want to create a formula that will multiply each item's PRICE by the QUANTITY. Rather than create a new formula for each row, we can create a single formula in cell D2 and then copy it to the other rows. We'll use relative references so the formula correctly calculates the total for each item. | |