Functions in a Spreadsheet
Functions in a Spreadsheet
➢ Excel is a spreadsheet application that can perform calculations using formulas and functions.
➢ Formulas are user-defined instructions for calculations, created by the user.
➢ Functions are pre-defined, built-in formulas provided by Excel.
➢ Formulas can perform basic operations like addition, subtraction, multiplication, and division.
➢ A formula must start with an equal sign (=), followed by cell references and operators.
➢ Formulas can include:
i) References: Cell addresses or ranges used in calculations.
ii) Operators: Symbols that define the type of calculation (e.g., +, -, *, /).
iii) Constants: Fixed numbers or text values.
iv) Functions: Built-in formulas for common calculations.
Entering a formula
A formula can be entered either in the formula bar or the cell where we want the result. The formula bar
shows the formula while the result of it is shown in the cell.
➢ A compound formula uses more than one operator (e.g., multiplication and division).
➢ Example to calculate simple interest (P × R × T ÷ 100):
i) Click on cell B6 and type the equal sign (=).
ii) Click on cell B2 (principal), then type an asterisk (*) for multiplication.
iii) Click on cell B3 (rate), type another asterisk (*), and click on cell B4 (time).
iv) Type a forward slash (/) and enter 100.
v) Press Enter; B6 will display the calculated simple interest.
You can use formulas to combine (add) text in Excel, but only addition is allowed for text data, not subtraction,
multiplication, or division. The ampersand (&) symbol is used to join, or concatenate, two or more text values
together. This process is called concatenation.
Cell Range
A cell range is a group of continuous cells.
1. Relative Reference
2. Absolute Reference
➢ An absolute reference keeps the cell address fixed when copying a formula to other cells.
To create an absolute reference, add a dollar sign before the column / row numbers.
For example : $A$1+$A$2
3. Mixed Reference
➢ It is a combination of both relative and absolute references. In this type of reference,
either the row or column has to remain fixed
➢ $A1 + A$2 is an example of mixed reference.
Renaming a sheet
➢ Right click on the sheet tab and select the 'tab colour' option from the menu.
➢ Select any colour and it will be applied on the sheet tab.
➢ Functions in Excel are predefined formulas used to perform simple and complex calculations efficiently.
➢ They help save time and reduce the risk of errors compared to writing formulas manually.
➢ Functions require input values called Arguments, which are provided within parentheses.
➢ Arguments can include numbers, text, or other data types, and are always enclosed in parentheses.
➢ Functions process the arguments and return a result or value.
➢ Functions begin with an (=) sign followed by the function name and then a list of arguments with
brackets.
Common Functions
1. Sum : It calculates the total for a given range of cells. In excel, there is an Autosum feature which
calculates the sum of the adjacent cells.
2. Average : It returns the average of the range values. The arguments can be a range of cells, simply
numbers, or numbers along with cell reference(s).
3. Max : It is used to find the maximum value among numbers in a given range of cells
Similarly functions like MIN() returns the smallest value among the given range of cells and COUNT()
enters the number of cells in the given range