

InterviewSolution
Saved Bookmarks
1. |
What is a Formula? Explain with the help of examples. |
Answer» Answer: A formula is an expression telling the computer what mathematical operation to PERFORM upon a SPECIFIC value. ... In the PICTURE below is an example of a Microsoft Excel formula =SUM(A$1:A$3), which ADDS the total of cells A1, A2, and A3. In this formula, SUM is the function of the formula. |
|