ICSE Class 8 Computer Studies
Question 6 of 6
Spreadsheet - Formulas and Functions — Question 6
Back to all questions 6
Question Question 6
What are the rules to enter a Function?
The rules to enter a Function are:
- All Excel functions must begin with = sign.
- Function name must be a valid Excel name. For example: SUM, AVERAGE.
- Function name must be followed by an opening and closing parenthesis.
- Arguments are enclosed in the parenthesis. For example,
=SUM (A1:A5).