Lecture 4 Formulas & Functions
Lecture 4 Formulas & Functions
= MAX(j2:j6)
MIN function
The MIN function will display the
minimum number within a range.
from patients work book find the
minimum number of anatomy column.
=MIN (D2:D6)
Count function
The Count function will count up the number
of cells which contain numbers.
Click on cell that you want to display the
number of cells in the column above that
contain a number.
- Click on the Formulas tab and within the
Function Library group click on the down
arrow next to (or under) the AutoSum icon.
You will see a drop down list displayed. Click
on the Count Numbers command
COUNTA function
COUNTA function used to count the
number of cells within a range that are not
empty.
=IF(j2>150,”pass”,”fail”)
END
QUESTION ????