wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel en ingles

Total questions: 17

Worksheet time: 14mins

Name
Class
Date
1.

How do you filter data in Excel?

a)

By using the "Sort" button in the "Data" tab

b)

By using the "Conditional Formatting" feature

c)

By using the "PivotTable" feature

d)

By using the "Filter" button in the "Data" tab

2.

What is a pivot table in Excel?

a)

A table that displays data in a chart format

b)

A table that summarizes and analyzes large amounts of data

c)

A table that filters data based on specific conditions

d)

A table that sorts data in ascending or descending order

3.

What is the purpose of the "Conditional Formatting" feature in Excel?

a)

To highlight cells that meet specific conditions

b)

To hide cells that meet specific conditions

c)

To delete cells that meet specific conditions

d)

To insert cells that meet specific conditions

4.

The purpose of the "Data Validation" feature in Excel is to:

a)

Restrict the type of data or values that can be entered into a cell

b)

Automatically format cells based on their values

c)

Sort data in ascending or descending order

d)

Create charts and graphs from data

5.

What is the purpose of the "AutoSum" feature in Excel?

a)

To automatically count a range of cells

b)

To automatically average a range of cells

c)

To automatically count a range of cellsTo automatically sum a range of cells

d)

To automatically format a range of cells

6.

How do you create a drop-down list in Excel?

a)

By using the "Data Validation" feature

b)

By using the "Conditional Formatting" feature

c)

By using the "PivotTable" feature

d)

By using the "Chart" feature

7.

The formula to calculate the sum of a range of cells that meet a specific condition is:

a)

COUNTIF

b)

SUMIF

c)

AVERAGEIF

d)

SUM

8.

What is the formula to look up a value in a table and return a corresponding value from another column?

a)

=VLOOKUP(A2, B:C, 2, FALSE)

b)

=INDEX(C:C, MATCH(A2, B:B, 0))

c)

=HLOOKUP(A2, B:C, 2, FALSE)

d)

=LOOKUP(A2, B:C)

9.

What is the formula to calculate the average of a range of cells that meet multiple conditions?

a)

=MAXIFS(A:A, B:B, ">10", C:C, "<20")

b)

=SUMIFS(A:A, B:B, ">10", C:C, "<20")

c)

=COUNTIFS(A:A, B:B, ">10", C:C, "<20")

d)

=AVERAGEIFS(A:A, B:B, ">10", C:C, "<20")

10.

What is the formula to perform an array operation on a range of cells? The formula is (a)   .

Choose from the below words
=SUM(A:A_B:B)
=AVERAGE(A:A_B:B)
=COUNT(A:A_B:B)
=MAX(A:A_B:B)
11.

What is the formula to look up a value in a table and return a corresponding value from another column using the XLOOKUP function?

a)

=XLOOKUP(A2, B:B, C:C, FALSE)

b)

=VLOOKUP(A2, B:C, 2, FALSE)

c)

=INDEX(C:C, MATCH(A2, B:B, 0))

d)

=HLOOKUP(A2, B:C, 2, FALSE)

12.

What is the formula to calculate the sum of a range of cells that meet a specific condition using the SUMIF function?

a)

=SUMIF(A:A, ">10", B:B)

b)

=SUMIF(A:A, ">10")

c)

=SUMIFS(A:A, B:B, ">10")

d)

=SUMIFS(A:A, B:B, ">10", C:C, "<20")

13.

What is the formula to perform a conditional calculation using the IF function?

a)

=IF(value_if_true, condition, value_if_false)

b)

=IF(condition, value_if_true, value_if_false)

c)

=IF(condition, value_if_false, value_if_true)

d)

=IF(value_if_false, value_if_true, condition)

14.

What is the formula to perform a lookup operation using the INDEX and MATCH functions?

a)

=LOOKUP(A2, B:C)

b)

=VLOOKUP(A2, B:C, 2, FALSE)

c)

=HLOOKUP(A2, B:C, 2, FALSE)

d)

=INDEX(C:C, MATCH(A2, B:B, 0))

15.

What is the formula to calculate the sum of a range of cells that meet multiple conditions using the SUMIFS function?

a)

=SUMIFS(A:A, B:B, ">10", C:C, "<20")

b)

=SUMIF(A:A, ">10")

c)

=SUMIF(A:A, "<20")

d)

=SUM(A:A)

16.

How do you use the "IF" function in Excel to make decisions based on a condition?

a)

By applying conditional formatting to the cells

b)

By using the formula =IF(condition, value_if_true, value_if_false)

c)

By creating a pivot table to summarize data

d)

By using the VLOOKUP function to find values

17.

Which of the following is the correct IF formula to display "Greater than 10" if the value in cell A1 is greater than 10, and "Less than or equal to 10" otherwise?

a)

=IF(A1=10, "Equal to 10", "Not equal to 10")

b)

=IF(A1<10, "Less than 10", "Greater than or equal to 10")

c)

=IF(A1>10, "Greater than 10", "Less than or equal to 10")

d)

=IF(A1>=10, "Greater than or equal to 10", "Less than 10")