Page 67 - Design Thinking C11
P. 67
Function Description
AND Produces true if all the conditions enclosed in the bracket are true, otherwise
displays false.
E.g.,=AND (5>3, 4<5, 4>15) will display false. (As one of the conditions is false)
=AND(5>3, 4<5) will display TRUE.
IF If the condition in the statement is true, it will display the true part otherwise it will
display the false part.
E.g., =IF(4>5,4,5) will display 5 since the condition is FALSE.
Entering Function in a Cell
Functions are entered in a cell to produce the output of
data. Following are the steps to enter function in a cell:
Select the cell in which the output has to be displayed or function is to be inserted. (Here, cell
Step 1
G2 has been selected to enter the function.)
Step 2 Click on Insert menu from Menu bar.
Step 3 Select the Function option from drop-down menu.
OR
Click on the fx button from the Formula Bar. ‘=’ sign will appear in the Formula bar and the
Functions Wizard dialog box appears on the screen. On the left side of the wizard, different
categories for the type of data, calculation or analysis are displayed like: Database, Date &
Time, Financial, Logical, etc. On the right side, the corresponding in-built function is displayed.
Step 4 Select the Category as Mathematical from the list box.
Step 5 Select the Function as SUM from drop-down menu.
Step 6 Click on the Next button.
Step 2
Step 3
ICT Skills-IV
65

