wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Basic

Total questions: 34

Worksheet time: 20mins

Name
Class
Date
1.
If you see a series of "######" in a cell, that means the following:
a)
You keyed in an incorrect number
b)
The row height is too high
c)
The text is incorrectly spelled
d)
The column width is not wide enough
2.
Which of the following operators do you use to begin typing a formula?
a)

-

b)
+
c)
=
d)

(

3.

What number format is used for to get this kind of cell [$ 1.234,00]?

a)

General

b)

Accounting/Currency

c)

Number

d)

Text

4.

Where can we find quick analysis on selected cells (sum,average,min/max etc.)?

a)

Status bar

b)

Formula bar

c)

Name box

d)

Ribbon

5.

When we want to look two sheets from the same workbook in separate windows, what options do we use?

a)

Open another instance of the same workbook (double click)

b)

Use Split option on View tab

c)

Page Break View

d)

Use New Window + Arrange options in View tab

6.

How do we freeze all cells above Row 4 and left of Column D (with Row 4 and Column D NOT freezed)?

a)

Select Cell "E5" and click Freeze Panes

b)

Click Freeze Top Row and Freeze Top Column

c)

Select Cell "D4" and click Freeze Panes

d)

Hide Rows 1-4 and A-C

7.

How should we type Custom Number format to create a number with meter unit next to it. I.E. [ 1,000.00 cm ]

a)

#,##0.00 "cm"

b)

0 "cm"

c)

#,##0.00 cm

d)

0 cm

8.

What option do we use to remove all text and colors from selected cells at the same time?

a)

Clear Formats

b)

Delete on keyboard

c)

Clear All

d)

Clear Contents

9.

To format cells like this, which Conditional formatting should we use?

a)

Color Scales

b)

Highlight Cells Rules:

Greater Than

Less Than

Between

c)

Top/bottom Rules

d)

Data bars

10.

To format 25 cells with the biggest value in some range, what Conditional formatting should we use?

a)

Top/bottom Rules

- Above Average

b)

Highlight Cells Rules

- Greater than

c)

Top/Bottom Rules

- Top 10 items

d)

Top/Bottom Rules

  • - Top 10%

11.

When using Table Object (Format as Table), we can summarize columns on the bottom of the table using next option:

a)

Header Row

b)

Total Row

c)

Summarize with PivotTable

d)

Last Column

12.

What is the proper typing of IF function to check if Cell A1 equals "TEST"?

Return values are "Correct", "Not Correct". (Comma = Semicolon)

a)

IF(A1, "TEST", "Correct", "Not Correct" )

b)

IF(A1 = "TEST", Correct, Not Correct)

c)

IF(A1 = TEST, "Correct", "Not Correct")

d)

IF(A1 = "TEST", "Correct", "Not Correct")

13.

IF the date in cell A2 is before 02/10/2023 result is "Old", if not, result is "New". Type a formula

a)

IF(A2 < 02/10/2023, Old, New)

b)

IF(A2 <= 02/10/2023, "Old", "New")

c)

IF(A2 < "02/10/2023", "Old", "New")

d)

IF(A2 = BEFORE(02/10/2023), "Old", "New")

14.

Count cells in column "A" that are equal to "ROAD"?

a)

COUNTIF(A:A, "ROAD")

b)

COUNT(A:A = "ROAD")

c)

COUNTIF("A:A", ROAD)

d)

COUNT("A:A" = "ROAD")

15.

Sum Amounts in Column "C" for "Ground" (column "A") & "International" (column "B") lines

a)

SUMIFS(C:C, A:A, "Ground", B:B, "International")

b)

SUMIFS(A:A, Ground, B:B, International, C:C)

c)

SUMIF(A:A = "Ground", B:B = "International", C:C)

d)

SUMIF(C:C, A:A = "Ground", B:B = "International")

16.

When we want to Find & Replace cells in our sheet that contain only "-" and skip the ones that contain "-" inside the text of the cell (I.E. "DE-AU"), which option do we use?

a)

Match Case

b)

Look in "Values"

c)

Match entire cell contents

d)

Use apostrophes '-'

17.

To create our own sorting we use?

a)

Custom sort > Custom list

b)

Text filters > Custom Filter

c)

Insert new column and add numerical values, then sort by that column

d)

Cut and insert rows

18.

If we want to count distinct values in our Pivot table, we should use?

a)

Remove duplicates

b)

Check "Add this data to the Data Model"

c)

Uncheck "Add this data to the Data Model"

d)

Use filters

19.

In which PivotTable field we put fields that we want to calculate?

a)

Filters

b)

Rows

c)

Columns

d)

Values

20.

How can we expand our data range for PivotTable without losing current Pivot layout? (multiple correct answers)

a)

Change Data Source > Expand selection

b)

Add new column to the end > Refresh Data

c)

Insert new column into existing data > Refresh Data

d)

Create new PivotTable

21.

We summarize values in PivotTable using next steps:

a)

Insert value field in Rows > Click Field settings >

Chose summarize by

b)

Insert value field in Values >

Click Value Field Settings >

Choose summarize by

c)

Insert value field in Columns > Click Field settings >

Chose summarize by

d)

Use SUM function

22.

To show rows next to each other instead of one bellow the other we use: (multiple answers)

a)

Repeat Item Labels

b)

Show in Compact Form

c)

Remove Subtotals

d)

Show items in Tabular Form

23.

Which option did we use in picture to get Grand totals on bottom?

a)

Off for Rows and Columns

b)

On for Rows and Columns

c)

On for Rows Only

d)

On for Columns Only

24.

What do we use Calculated fields for, and what do we use Calculated Items for?

a)

Calculated Fields: Using values from table (or previously created Calculated Fields) to create new measures

b)

Calculated Items: Using values from table (or previously created Calculated Fields) to create new measures

c)

Calculated Fields: Using dimensions from a single textual field (column) to create new dimension

d)

Calculated Items: Using dimensions from a single textual field (column) to create new dimension

25.

How we call 2 advanced filters which are used for better visual representation?

a)

Splitter

b)

Timeline

c)

Slicer

d)

Date picker

26.

What does "Report Connections" option do to a Filter (Slicer/Timeline)?

a)

Send feedback to Microsoft

b)

Makes Connection between different Excels

c)

Allows to use one Slicer/Timeline to filter multiple Pivots

d)

Filters different fields in table

27.

Correct VLOOKUP use:

a)

VLOOKUP(A2, B:C, 2, 0)

b)

VLOOKUP(A2, B:C, 3, 0)

c)

VLOOKUP(A:A, B:C, 2, 0)

d)

VLOOKUP(A2, B2, 2, 0)

28.

Benefits of XLOOKUP functionality

a)

Smaller formula

b)

"IF not found" option

c)

Independent of column positions

d)

Time saving

29.

What function is substitute to "Text to Column" option?

a)

TEXTJOIN

b)

TEXTAFTER

c)

TEXTSPLIT

d)

TEXTBEFORE

30.

What can be used to get "PULSE" from "BP-PULSE"?

a)

FIND("-",text)

b)

RIGHT(text,5)

c)

MID(text,4,5)

d)

LEFT(text,3)

31.

If we want to separate Text to Columns on ";" we will select delimiter type?

a)

Tab

b)

Semicolon

c)

Comma

d)

Space

32.

We have text "Carrier - Name, Region" And we want to have three different columns

  1. 1. Carrier, 2. Name, 3. Region

  2. What delimiter options should we select?

a)

Comma

b)

Semicolon

c)

Other = "-"

d)

Tab

33.

To inform user how should he enter the value in selected field with data validation (before entry), we should use next option:

a)

Data Validation > Input Message

b)

Data Validation > Error Alert

c)

Right Click > New Comment

d)

Right Click > New Note

34.

What data validation criteria we use to make drop down menu?

a)

Any value

b)

Custom

c)

Decimal

d)

List