Answer» Correct Answer - Option 1 : =
The correct answer is "=". - MS Excel
- It is a spreadsheet program for data analysis and documentation.
- It contains a number of rows and columns, where the intersection of a column and a row is a "cell".
- Each cell contains one point of data.
- It is developed by Microsoft.
- It features calculation, graphing tools, pivot tables, etc.
- The function of (=) sign (Starting of Formula)
- All Excel formulas begin with an equals sign,=, followed by a specific tag denoting the formula.
- For example, =B1+B2+B3 is a formula that adds up the values in the cells B1 through B3.
| Symbol | Function | | + | To perform a simple Addition operation | | - | To perform a simple Subtraction operation | | > | Comparison Operator(Greater than) |
|