ICSE Class 8 Computer Studies
Question 1 of 6
Spreadsheet - Formulas and Functions — Question 1
Back to all questions 1
Question Question 1
What is a Formula? Explain with the help of an example.
A Formula is a user defined instruction to perform calculations. It is an expression that can include cell addresses, numbers, arithmetic operators and parenthesis. It begins with equal to (=) symbol, followed by cell references and operators. For example:=A2+B2*5-SUM(E3:E5)