Ex-05 Formulas _ Functions
Ex-05 Formulas _ Functions
AIM:
To create a worksheet for the given data with various functions like Sum, Average, Count, Min,
Max &Logical functions [IF, AND].
Procedure:
Open the Microsoft Excel 2007 and Enter the values in the table as shown in Figure 5.1.
SUM Function
In Excel, the sum function allows us add values in a data specific cell values up to 255 cells.
(i) Select the cell where the computed total should appear.
(ii) Click Formulas tab Autosum select Sum
(iii) The range of cells to be added will be selected and the sum will be calculated.
(iv) Click Enter to get the sum as shown in Figure 5.3
a.
Figure 5.3: SUM Function
(v) Click and drag the J8 cell corner (+) pointer to apply the formula to the cells J9 to J12 as shown in
Figure 5.4.
AVERAGE Function
The average function returns the average of a selected data range or up to 255 cells. The average
function ignores text values, logical values, and empty cells.
Syntax: = AVERAGE (Value1, value2, ….., value 255) or = AVERAGE (select range of cells).
Generally, the average function adds each number and then divides the result by the number count.
Perform the following steps for finding AVERAGE for our data
COUNT Function
The count function is used to count the number of cells containing numbers in a data range or up
to 255 cells. While using the count function arguments, numbers, date or text representation of the
numbers are counted.
Syntax: = COUNT (Value1, value2, ….., value 255) or = COUNT (select range of cells).
Perform the following steps for finding AVERAGE for our data
The MAX function returns the maximum (Highest) value in the data range or up to 255 cells. The
MAX function ignores text values, logical values, and empty cells.
Syntax: = MAX (Value1, value2, ….., value 255) or = MAX (select range of cells).
MIN Function
Follow the above steps to get minimum value as, click Formulas tab in Autosum and select MIN.
A simple worksheet for the given data with various functions like Sum, Average, Count, Min,
Max &Logical functions [IF, AND] has been created successfully.