InterviewSolution
Saved Bookmarks
| 1. |
What are the steps should follow to construction of formula? |
|
Answer» To construct a formula, you should follow the steps below: 1. Cell pointer should be in the cell in which you want to display the result. 2. Formula should begin with an = sign. 3. In a formula, use only cell reference (cell addresses) instead of the actual values within the cells. 4. While constructing a formula, BODMAS rule should be kept in mind. |
|