MCQs on Data Management | Excel MCQ Questions

Effective data management in Excel is essential for handling large datasets and organizing information for easy analysis. This chapter covers sorting and filtering data, creating drop-down lists, removing duplicates, working with tables, and an introduction to named ranges. These techniques help you maintain clean and well-structured data, which is key for efficient decision-making. Below are 30 multiple-choice questions to test your knowledge of these data management techniques in Excel.


Sorting and Filtering Data

  1. What is the primary function of sorting data in Excel?
    a) To organize data into a specific order
    b) To combine similar data
    c) To remove blank cells
    d) To highlight data
  2. Which of the following is the default sorting order in Excel?
    a) Custom order
    b) A-Z for text and smallest to largest for numbers
    c) Z-A for text and largest to smallest for numbers
    d) Alphabetical
  3. What is the purpose of the filter feature in Excel?
    a) To sort data
    b) To display only certain data based on specific criteria
    c) To calculate averages
    d) To remove duplicates
  4. In Excel, how can you sort data by multiple columns?
    a) Select the first column and click Sort
    b) Use the Sort Options to add levels for each column
    c) Sort by the first column only
    d) Use the AutoFilter feature
  5. What happens when you apply a filter to a dataset in Excel?
    a) All data is hidden except the filtered results
    b) Only the first row is shown
    c) The data is sorted automatically
    d) The original data is deleted

Creating Drop-Down Lists (Data Validation)

  1. What is the purpose of using a drop-down list in Excel?
    a) To enter data manually in cells
    b) To restrict data entry to predefined values
    c) To create a chart from selected data
    d) To remove unwanted data
  2. How do you create a drop-down list in Excel?
    a) Use the Data Validation feature
    b) Apply conditional formatting
    c) Use the Insert Tab
    d) Use the Formulas Tab
  3. Which option is used to allow users to choose from a predefined list of items in a cell?
    a) Conditional Formatting
    b) Data Validation
    c) Protect Sheet
    d) Data Filter
  4. What type of list can you use in a drop-down list created via Data Validation?
    a) A list of cell references
    b) A dynamic list of functions
    c) A list of predefined values or a range of cells
    d) A list of error messages
  5. How can you prevent users from entering data not included in a drop-down list?
    a) Use the AutoCorrect feature
    b) Use the Data Validation feature and check “Ignore blank”
    c) Restrict cell editing via permissions
    d) Use Data Validation with “Show error alert”

Removing Duplicates

  1. What is the function of the “Remove Duplicates” feature in Excel?
    a) To combine duplicate rows into a single entry
    b) To remove all rows from the dataset
    c) To delete columns from the data
    d) To remove repeated values from a selected range
  2. How can you select the columns to check for duplicates in Excel?
    a) Automatically, when you click “Remove Duplicates”
    b) By selecting the columns manually in the dialog box
    c) By creating a filter
    d) By using the CONCATENATE function
  3. What happens when you remove duplicates in Excel?
    a) Only the first occurrence is kept, and the rest are deleted
    b) All duplicate values are permanently removed from the dataset
    c) The duplicate rows are moved to another sheet
    d) All values are re-arranged
  4. Can you remove duplicates based on one column, while ignoring others?
    a) Yes, by selecting specific columns in the “Remove Duplicates” dialog box
    b) No, duplicates are always checked across all columns
    c) Yes, by manually deleting duplicates after sorting
    d) No, Excel does not allow removing duplicates in this way
  5. After using the “Remove Duplicates” function, what does Excel show you?
    a) A summary of the changes, including how many duplicates were removed
    b) The list of removed duplicates in a new sheet
    c) A list of all remaining rows
    d) The original data with no changes

Working with Tables

  1. What is the advantage of converting data into a table in Excel?
    a) It automatically removes duplicates
    b) It allows for easier data management and analysis
    c) It formats the data with color
    d) It increases the file size
  2. Which feature is automatically enabled when you create a table in Excel?
    a) Sorting
    b) Formatting and filtering
    c) Automatic data entry
    d) Conditional formatting
  3. What is the shortcut to create a table in Excel?
    a) Ctrl + T
    b) Ctrl + Shift + T
    c) Alt + T
    d) Ctrl + F
  4. How do you add a new row to an existing Excel table?
    a) Right-click a row and select “Insert”
    b) Type directly into the next empty row below the table
    c) Use the Data Validation tool
    d) Use the Table Design Tab
  5. What does Excel automatically do when you convert data to a table?
    a) Deletes all empty rows
    b) Applies predefined formatting to the data
    c) Converts formulas to absolute references
    d) Assigns a unique table name

Introduction to Named Ranges

  1. What is a named range in Excel?
    a) A range of cells that has a unique name for easier reference
    b) A range that contains only numeric data
    c) A dynamic range that changes automatically
    d) A range that is automatically calculated
  2. How do you create a named range in Excel?
    a) Select the range and then click “Name Box”
    b) Use the CONCATENATE function
    c) Use the “Insert” tab to create a name
    d) Select the range and apply a formula
  3. Why is it useful to use named ranges in Excel?
    a) They help with sorting and filtering data
    b) They simplify referencing ranges in formulas
    c) They automatically adjust the size of the data
    d) They improve the aesthetic of the worksheet
  4. How can you refer to a named range in a formula?
    a) By using the range’s cell address (e.g., A1:B10)
    b) By typing the name directly in the formula
    c) By using the “Insert” menu
    d) By selecting the range through the “Name Manager”
  5. What happens if you delete a named range?
    a) The data in the range is deleted
    b) The range becomes an unnamed range
    c) All formulas referring to the named range are broken
    d) The name is replaced with a default name
  6. How can you manage named ranges in Excel?
    a) By using the “Name Manager” tool
    b) By using the “Insert” tab
    c) By applying filters
    d) By using the “Data Validation” tool
  7. Can you use a named range in a conditional formatting rule?
    a) No, named ranges are only used in formulas
    b) Yes, named ranges can be used in conditional formatting rules
    c) Yes, but only in the formula bar
    d) No, conditional formatting does not support named ranges
  8. How can you rename a named range?
    a) By selecting the range and typing a new name in the “Name Box”
    b) By using the “Rename” option in the “Name Manager”
    c) By deleting the range and creating a new one
    d) By typing the new name in the cell directly
  9. Can you create a named range across multiple sheets?
    a) Yes, but only with the “Name Manager”
    b) No, named ranges are always confined to a single sheet
    c) Yes, by selecting the range in each sheet
    d) No, Excel does not support this feature
  10. How does Excel help you avoid naming conflicts with named ranges?
    a) By assigning unique numbers to each range
    b) By not allowing duplicate names in the same workbook
    c) By automatically changing range names if duplicates are found
    d) By using colored cells to distinguish ranges

Answer Key

QnoAnswer
1a) To organize data into a specific order
2b) A-Z for text and smallest to largest for numbers
3b) To display only certain data based on specific criteria
4b) Use the Sort Options to add levels for each column
5a) All data is hidden except the filtered results
6b) To restrict data entry to predefined values
7a) Use the Data Validation feature
8b) Data Validation
9c) A list of predefined values or a range of cells
10d) Use Data Validation with “Show error alert”
11d) To remove repeated values from a selected range
12b) By selecting the columns manually in the dialog box
13a) Only the first occurrence is kept, and the rest are deleted
14a) Yes, by selecting specific columns in the “Remove Duplicates” dialog box
15a) A summary of the changes, including how many duplicates were removed
16b) It allows for easier data management and analysis
17b) Formatting and filtering
18a) Ctrl + T
19b) Type directly into the next empty row below the table
20b) Applies predefined formatting to the data
21a) A range of cells that has a unique name for easier reference
22a) Select the range and then click “Name Box”
23b) They simplify referencing ranges in formulas
24b) By typing the name directly in the formula
25c) All formulas referring to the named range are broken
26a) By using the “Name Manager” tool
27b) Yes, named ranges can be used in conditional formatting rules
28b) By using the “Rename” option in the “Name Manager”
29b) No, named ranges are always confined to a single sheet
30b) By not allowing duplicate names in the same workbook

Use a Blank Sheet, Note your Answers and Finally tally with our answer at last. Give Yourself Score.

X
error: Content is protected !!
Scroll to Top