Computer Applications
What do you mean by a Function? Name some of the Functions.
Spreadsheet
149 Likes
Answer
Functions are the pre-designed formulas in Excel to perform both simple and complex calculations. Functions begin with the equal to (=) sign followed by the function name and then the list of arguments separated by comma within the parenthesis. For example, =Function name (argument1, argument2....)
. Some of the commonly used functions are:
- SUM(range)
- AVERAGE(range)
- MAX(range)
- MIN(range)
- SQRT(number)
Answered By
80 Likes