wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BSAB1C FQuiz2

Total questions: 24

Worksheet time: 28mins

Name
Class
Date
1.

What does the SUMIF function do in Excel?

a)

Counts non-empty cells based on a condition

b)

Sums cells based on a condition

c)

Finds the average of cells based on a condition

d)

Converts numbers to Roman numerals

2.

Which function would you use to count cells that contain text or numbers?

a)

COUNT

b)

COUNTA

c)

COUNTBLANK

d)

ROMAN

3.

What is the result of the formula =COUNT(A1:A5) if the range contains the values: 10, "Apple", 20, 30, and an empty cell?

a)

5

b)

4

c)

3

d)

2

4.

Which function would you use to convert the text "excel" to "EXCEL"?

a)

LOWER

b)

PROPER

c)

UPPER

d)

COUNT

5.

What does the COUNTIF function require as its main parameters?

a)

A range and a condition

b)

A range and a sum range

c)

A string and a format

d)

A number and a conversion type

6.

If you want to convert the number 44 into a Roman numeral, which formula would you use?

a)

=ROMAN(44)

b)

=UPPER(44)

c)

=COUNT(44)

d)

=PROPER(44)

7.

What is the output of =LOWER("HELLO WORLD")?

a)

Hello world

b)

hello world

c)

HELLO WORLD

d)

Hello World

8.

Which function will return the number of blank cells in the range A1?

a)

COUNT

b)

COUNTA

c)

COUNTBLANK

d)

COUNTIF

9.

What is the output of the function =PROPER("excel functions")?

a)

EXCEL FUNCTIONS

b)

excel functions

c)

Excel Functions

d)

Excel functions

10.

What is the main purpose of conditional formatting in Excel?

a)

To sort data

b)

To filter data

c)

To visualize data and make worksheets easier to understand

d)

To calculate totals

11.

Which of the following is an example of a conditional formatting rule?

a)

Sum a range of cells

b)

Change the font style of the entire sheet

c)

Merge two cells

d)

Highlight cells greater than $2000 in red

12.

What must you do first to create a conditional formatting rule?

a)

Open a new workbook

b)

Select the desired cells

c)

Insert a chart

d)

Apply filters

13.

If you want to highlight cells with a value higher than $4000 using conditional formatting, which type of formatting style would you select?

a)

Data Bars

b)

Icon Sets

c)

Color Scales

d)

Green Fill with Dark Green Text

14.

What are Data Bars in conditional formatting?

a)

Horizontal bars added to each cell, similar to a bar graph

b)

Vertical lines that separate data columns

c)

Icons that change based on the cell's value

d)

A color gradient applied to cells

15.

How can you remove all conditional formatting from a worksheet?

a)

Select all cells and press Delete

b)

Use the Undo command

c)

Close and reopen the workbook

d)

Go to Conditional Formatting, hover over Clear Rules, and select Clear Rules from Entire Sheet

16.

Which of these options is not a type of preset conditional formatting?

a)

Data Bars

b)

Filters

c)

Color Scales

d)

Icon Sets

17.

What command should you use to edit or delete individual conditional formatting rules?

a)

Sort

b)

Manage Rules

c)

Format Painter

d)

Insert

18.

How many type of conditions are available in conditional formatting on Excel?

a)

3

b)

4

c)

5

d)

6

19.

Which conditional formatting is applied on the data?

a)

Color Scale

b)

Data bars

c)

Highlight Cells

d)

Icon Sets

20.

What is the correct syntax for the VLOOKUP function?

a)

=VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup])

b)

=VLOOKUP(table_array, lookup_value, col_index_num, range_lookup)

c)

=VLOOKUP(lookup_value, range, [range_lookup], col_index_num)

d)

=VLOOKUP(col_index_num, lookup_value, table_array, range_lookup)

21.

Study the screenshot. Which of the following options represent a formula or function that is entered in the highlighted cells (E2 to E4) to count the total enrollments for each module?

a)

=IF(B2:B13="Biology","yes","no")

b)

=COUNTIF(B2:B13="Biology")

c)

=COUNTIF($B$2:$B$13,D2)

d)

None of the options listed above are correct.

22.

Which of the following is the correct formula syntax for using the COUNTIF function?

a)

=COUNTIF(criteria, range)

b)

=COUNTIF(criteria, range, [count_range])

c)

=COUNT(IF(range, criteria)

d)

=COUNTIF(range, criteria)

23.

Terrence is writing a test. In a question asking him to find the weight of the Dalmation, his answer was: =VLOOKUP("Dalmation", B2:D7, 3, FALSE) What would be the result of his suggested formula be?

a)

4

b)

27kg

c)

Pongo

d)

Border-collie

24.

Suppose you have a list where column B lists items you've purchased, and column C lists their costs. You want to find out how much you spent specifically on fruits. What formula you will use?

(a)