wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel - Conditional Functions

Total questions: 10

Worksheet time: 14mins

Name
Class
Date
1.

Full Name

4 lines
2.

Student Id (ID No.)

4 lines
3.

Email ID

4 lines
4.

CountA function can count on the following:

a)

Numbers

b)

Text

c)

Blank Cells

d)

Non-blank Cell

5.

Which of the following is the syntax for Averageifs?

a)

Average_range, criteria_range1, criteria,...

b)

Criteria_range1, Criteria, Average_range,....

c)

Criteria, Criteria_range1, Average_range,...

d)

Criteria_range1, Average_range, Criteria,..

6.

John wishes to count all the products that have been marked with a Yes in the Expired column B5:B9) AND under the Stored column (C5:C9) is marked as Refrigerator. Which of the functions below will permit him to calculate this when entered into cell B11 (the highlighted cell in the screenshot alongside)?

a)

=COUNTIF(B5:B9,”Yes”,C5:C9,”Refrigerator”)

b)

=SUMIFS(B5:B9,”Yes”,C5:C9,”Refrigerator”)

c)

=IFS(B5:B9,”Yes”,C5:C9,”Refrigerator”)

d)

=COUNTIFS(B5:B9,”Yes”,C5:C9,”Refrigerator”)

7.

Which formula shall yield us the average income of employees in Ohio?

a)

=averageif(C2:C10, "OHIO", C2:C10)

b)

=averageif("Ohio", C2:C10, A2:A10)

c)

=averageif(A2:A10, "Ohio", C2:C10)

d)

=averageifs(A2:A10, "Ohio", C2:C10)

8.

The adjacent table gives the details of revenue by account numbers. Which formula shall return the total revenue for "Gold" accounts in the state of NY?

a)

=total(D2:D11, "Gold", "NY")

b)

=sumif(D2:D11, Type, "Gold", State, "NY")

c)

=Sumifs(Revenue, Type, "Gold", State, "NY")

d)

=SumTotal(D2:D11, "Gold", "NY")

9.

Which formula will you use to calculate the Number of people who were absent?

a)

=COUNTBLANK(Attendance)

b)

=SUM(Attendance)

c)

=COUNTA(Attendance)

d)

=COUNT("Attendance")

10.

What is the difference between Sum and Sumifs?

a)

Sum only calculates the total, Sumifs returns the sum of cells which meet the multiple criteria

b)

Sumifs is used for adding numbers in different columns, while Sum is used for adding numbers in the same column.

c)

Sumifs requires more parameters than Sum.

d)

Sumifs is used for calculating the average, while Sum is used for calculating the total.