wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Let's Play Excel Excel...!

Total questions: 15

Worksheet time: 12mins

Name
Class
Date
1.

In which of the Excel Tabs you can find Slicer and Timeline options?

a)

a) Insert Tab

b)

b) View Tab

c)

c) Pivot Table Analyze Tab

d)

Both a) and b)

e)

Both a) and c)

2.

What will Ctrl + 1 do?

a)

It will opens the Go to dialog box

b)

It will select the column range

c)

It will bold the selected range

d)

It will opens the format cells dialog box

3.

Total number of columns in Excel worksheet?

a)

16,284

b)

16,385

c)

16,384

d)

17,384

4.

Study the screenshot above. To find the price for the selected product (coffee in the example above), what formula would you type into the highlighted cell (B19)?

a)

=VLOOKUP(A19,A2:C16,C,FALSE)

b)

=VLOOKUP(A19,A2:C16,3,FALSE)

c)

=VLOOKUP(B19,A2:C16,3,FALSE)

d)

=VLOOKUP(A19,A2:C16,1,TRUE)

5.

The intersection of row and column is called as

a)

Row

b)

Column

c)

range

d)

Cell

6.

what does "#######" in excel?

a)

column has missing numbers

b)

column is not wide enough

c)

column is showing error

d)

None of the above

7.

What will Ctrl + Shift + 3 do to a certain numerical range?

a)

It will apply the date format to that range

b)

It will apply the time format to that range

c)

it will apply the scientific format to that range

d)

It will apply the percentage format to that range

8.

I want to add a Scroll bar and Spin button in excel dashboard. In which tab I can find these features?

a)

View Tab

b)

Data Tab

c)

Developer Tab

d)

Page layout Tab

9.

In a VLOOKUP formula, what does the argument column_index_number mean?

a)

This is the secret INDEX number that each column in an Excel worksheet has.

b)

This is a numerical representation of the letters at the top of a worksheet. For example, A = 1, B = 2, etc.

c)

This is the number of the column within the selected table_array where the lookup result is located.

d)

I don't Know

10.

What is a Pivot Table?

a)

A table containing data that is organized horizontally.

b)

A table containing only black, grey and white formatting

c)

A table used to calculate financial pivot values.

d)

A tool used to summarize data.

11.

Short cut key for inserting Pivot Table

a)

Alt + N + T

b)

Alt + B + V

c)

Alt + N + V

d)

Ctrl + N + V

12.

How will you able to add "Developer Tab" in excel ribbon?

a)

Click on File Tab --> click on Options --> click on Advanced --> Developer Tab --> OK

b)

File Tab --> Options --> Quick Access Tool Bar --> Developer Tab --> OK

c)

File Tab --> Options --> Customize Ribbon --> Main Tabs --> Developer --> OK

d)

File Tab --> Options --> Add-ins --> Developer Tab --> OK

13.

When using VLookUp, use _______________ if you want to look for approximate matches rather than an exact match.

a)

True

b)

False

14.

Which of these functions will you use if you wish to evaluate more than one condition?

a)

IF()

b)

IFELSE()

c)

IFS()

d)

IFELSES()

15.

 

In the function =IF(SUM(B3:B6)>10, "Yes", "No"), which of the two functions will be evaluated first?

a)

IF function

b)

SUM function