InterviewSolution
Saved Bookmarks
| 1. |
Which sing using starts a formula in Microsoft exel |
|
Answer» Answer: All Excel FORMULAS begin with an EQUAL sign (=). After the equal SYMBOL, you enter either a calculation or FUNCTION. For example, to add up values in cells B1 through B5, you can either: Type the entire equation: =B1+B2+B3+B4+B5. |
|