Microsoft Excel 2021365 - Beginner to Advanced - Exercise 11 -  data validation

Microsoft Excel 2021365 - Beginner to Advanced - Exercise 11 - data validation

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial covers data validation for part numbers, requiring them to be six characters long with the first three as letters and the last three as numbers. It explains how to use Excel formulas to check these conditions, convert results to true or false, and combine them using the AND function. The tutorial also demonstrates applying the validation rule to a cell and suggests adding an error message for incorrect entries.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the conditions for a valid part number in this exercise?

It must be 5 characters long with any characters.

It must be 6 characters long with the first three as letters and the last three as numbers.

It must be 6 characters long with the first three as numbers and the last three as letters.

It must be 8 characters long with any characters.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to determine the length of the part number?

MID

LEN

LEFT

RIGHT

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert the length check into a logical formula?

By using the OR function.

By checking if the length is equal to six.

By using the AND function.

By using the IF function.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to extract the first three characters of the part number?

LEN

LEFT

MID

RIGHT

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you ensure the first three characters are letters?

By using the AND function.

By using the VALUE function directly.

By using the NOT function with ISNUMBER.

By using the ISNUMBER function directly.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to combine all validation checks?

NOT

IF

OR

AND

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the final step after creating the validation formula?

Email the formula to a colleague.

Save the formula in a text file.

Apply it to a cell using data validation.

Print the formula for reference.