Section - A (10 Marks)
Section - A (10 Marks)
Cell C6 uses a COUNT function to find how many cells in the range C1 to C5 contain
numbers. The COUNT function ignores blank cells or cells that contain text or symbols.
=COUNT(B2:B11)
Answer = 5.
=COUNTA(B2:B11)
Answer = 7.
Answer = 3.
There is no single function that tells you the number of text cells but you can work it out with
this formula:
There is no single function that tells you the number of text cells but you can work it out with
this formula
3. THE COUNTIF FUNCTION
To demonstrate the COUNTIF function, consider the following data:
The COUNTIF function needs 2 bits of information - the range of cells you are looking at
and what it is that you’re checking for. The criteria is always encapsulated in double
quotation marks (“) and is not case sensitive.
To find how many tradespeople charge more than $70 per hour:
=COUNTIF(E2:E23,">70")
To find how many of the tradesmen’s names start in the last half of the alphabet:
=COUNTIF(B2:B23,">M")
Section –B
2. Prepare a table using Table Auto format in MS Word.
Ans.