Microsoft Excel 2021365 - Beginner to Advanced - Exercise 11 - work with macros

Microsoft Excel 2021365 - Beginner to Advanced - Exercise 11 - work with macros

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial guides viewers through cleaning a data set using a macro in Excel. It covers applying date formatting, converting names to proper case, applying currency formatting, removing duplicates, and formatting the data as a table. The tutorial also includes creating a button to run the macro and editing the macro in the VBA editor to change the finishing cell. Emphasis is placed on making copies of the worksheet to prevent data loss.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first task the macro needs to perform on the data set?

Remove duplicate entries

Apply currency formatting to column G

Convert names in column C to proper case

Apply date formatting to column A

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to create backup copies of the worksheet before running the macro?

To ensure the macro runs faster

To make the macro more efficient

To share the worksheet with others

To prevent data loss in case of errors

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to convert text to proper case in column C?

UPPER

LOWER

TEXT

PROPER

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which column is formatted with currency formatting?

Column G

Column C

Column A

Column M

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of formatting the data set as a table?

To convert text to numbers

To remove all formatting

To increase the size of the worksheet

To make it easier to apply filters and styles

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyboard shortcut to open the VBA editor?

Ctrl + F11

Alt + F11

Shift + F11

F11

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After editing the macro, where should the cursor finish?

Cell G1

Cell M1

Cell A2

Cell A1