Microsoft MS Excel MCQ 100 Best Question Answer

Microsoft MS Excel MCQ 100 Best Question Answer. Practice your MS Excel knowledge with 100 Multiple Choice Questions and Answers. Covers basics, formatting, formulas, and charts.

Microsoft MS Excel MCQ 100 Best Question Answer – Online Test

Question 1: What is the name for a collection of worksheets saved as a single file?

Show Explanation

Correct Answer: A. Workbook. A workbook is like a container holding one or more worksheets.

Question 2: What are the individual sheets within an Excel file called?

Show Explanation

Correct Answer: B. Worksheets. Worksheets are the individual pages where you enter and work with data.

Question 3: What is the intersection of a row and a column called?

Show Explanation

Correct Answer: C. Cell. A cell is the basic unit for storing data in Excel. It’s where a row and column meet.

Question 4: What is the term for the horizontal lines of cells in a worksheet?

Show Explanation

Correct Answer: B. Rows. Rows run horizontally across the worksheet.

Question 5: Where can you find commands organized into groups in Excel?

Show Explanation

Correct Answer: C. Ribbon. The Ribbon is located at the top of the Excel window and organizes commands in tabs and groups.

Question 6: Which of the following is NOT a valid way to enter data into a cell?

Show Explanation

Correct Answer: D. Selecting the cell and pressing the Delete key. The Delete key removes data from a cell, it doesn’t enter it.

Question 7: What is a contiguous group of cells called?

Show Explanation

Correct Answer: D. Range. A range is a rectangular block of selected cells.

Question 8: To quickly copy a formula to adjacent cells, what feature can you use?

Show Explanation

Correct Answer: B. Fill Handle. The Fill Handle is the small square at the bottom right of a cell that allows you to drag and copy content.

Question 9: How do you move data from one cell to another?

Show Explanation

Correct Answer: B. Use the Cut and Paste commands. Cut removes data from the original location, while Paste places it in the new location.

Question 10: What does the Insert command allow you to do?

Show Explanation

Correct Answer: A. Add new rows or columns. The Insert command lets you add new rows, columns, or cells to your worksheet.

Question 11: How do you remove a row from your worksheet?

Show Explanation

Correct Answer: B. Right-click the row number and choose Delete. Right-clicking the row number and choosing Delete is the correct way to remove a row.

Question 12: What is the primary function of the AutoFill feature?

Show Explanation

Correct Answer: C. To automatically continue a series of data or formulas. AutoFill helps you quickly fill cells with a series of data, like numbers or dates, or to copy formulas.

Question 13: Which of these options is NOT a font style in Excel?

Show Explanation

Correct Answer: C. Justify. Justify is an alignment option, not a font style.

Question 14: What format should you apply to a cell to display values as monetary amounts?

Show Explanation

Correct Answer: C. Currency. Currency format adds currency symbols and decimal places appropriate for monetary values.

Question 15: Which formatting option allows you to change the vertical position of text within a cell?

Show Explanation

Correct Answer: B. Vertical Alignment. Vertical Alignment controls whether text is at the top, middle, or bottom of a cell.

Question 16: What formatting feature allows you to combine multiple cells into one?

Show Explanation

Correct Answer: A. Merge & Center. Merge & Center combines selected cells and centers the content.

Question 17: How can you add a line around a cell or group of cells?

Show Explanation

Correct Answer: B. Applying a Border. Borders allow you to add lines of varying styles and thicknesses to cells.

Question 18: What feature allows you to quickly apply a predefined set of formats to a cell?

Show Explanation

Correct Answer: B. Cell Styles. Cell Styles are pre-designed combinations of formatting options.

Question 19: Where do you adjust the top, bottom, left, and right margins of a worksheet?

Show Explanation

Correct Answer: A. Page Setup. Page Setup is where you control margins, orientation, and other print-related settings.

Question 20: What setting controls whether gridlines are displayed on the worksheet?

Show Explanation

Correct Answer: B. Sheet Options. Sheet Options allow you to show or hide gridlines and headings.

Question 21: Which view allows you to see how the worksheet will look when printed?

Show Explanation

Correct Answer: C. Print Preview. Print Preview shows you the layout of your worksheet as it will appear on the printed page.

Question 22: What is the purpose of headers and footers in Excel?

Show Explanation

Correct Answer: B. To add titles, page numbers, or dates to the top and bottom of each printed page. Headers and footers provide information on each page of a printed worksheet.

Question 23: How can you change the printing orientation of a worksheet from portrait to landscape?

Show Explanation

Correct Answer: B. By using the Page Setup options. Page Setup allows you to switch between portrait and landscape orientation.

Question 24: What does “scaling” a worksheet for printing do?

Show Explanation

Correct Answer: B. Adjusts the size of the worksheet to fit on a specific number of pages. Scaling allows you to shrink or enlarge the printed output to fit your desired page count.

Question 25: Which option allows you to print only a selected range of cells?

Show Explanation

Correct Answer: C. Print Selection. Print Selection lets you choose a specific area of the worksheet to print.

Question 26: Which symbol is used for multiplication in Excel formulas?

Show Explanation

Correct Answer: B. . The asterisk () represents multiplication in Excel.

Question 27: What type of cell reference changes when a formula is copied to a new location?

Show Explanation

Correct Answer: B. Relative reference. Relative references adjust based on the formula’s new position.

Question 28: Which symbol is used to indicate an absolute reference in a formula?

Show Explanation

Correct Answer: A. $. The dollar sign ($) is used to create absolute references (e.g., $A$1).

Question 29: What is the correct order of operations in Excel formulas?

Show Explanation

Correct Answer: C. Parentheses, Exponents, Multiplication, Division, Addition, Subtraction. Excel follows the standard mathematical order of operations (PEMDAS/BODMAS).

Question 30: What does the ^ symbol represent in a formula?

Show Explanation

Correct Answer: C. Exponentiation. The ^ symbol is used to raise a number to a power (e.g., 2^3 = 8).

Question 31: Which function calculates the sum of a range of cells?

Show Explanation

Correct Answer: C. SUM. The SUM function adds all the numbers in a specified range.

Question 32: Which function calculates the average of a range of cells?

Show Explanation

Correct Answer: C. AVERAGE. The AVERAGE function finds the mean of a set of numbers.

Question 33: Which function counts the number of cells that contain numbers?

Show Explanation

Correct Answer: A. COUNT. COUNT specifically counts cells with numerical data.

Question 34: Which function returns the largest value in a range?

Show Explanation

Correct Answer: A. MAX. The MAX function identifies the highest value.

Question 35: Which function is used to make a logical comparison between a value and what you expect?

Show Explanation

Correct Answer: B. IF. The IF function performs a logical test and returns different results based on whether the test is true or false.

Question 36: Which function returns TRUE if all of its arguments are TRUE?

Show Explanation

Correct Answer: A. AND. The AND function checks if all logical conditions are met.

Question 37: Which function searches for a value in the first column of a table array and returns a value in the same row from a specified column?

Show Explanation

Correct Answer: A. VLOOKUP. VLOOKUP performs a vertical lookup in a table.

Question 38: Which function joins several text strings into one text string?

Show Explanation

Correct Answer: A. CONCATENATE. CONCATENATE combines text from different cells.

Question 39: Which function converts a value to text in a specific number format?

Show Explanation

Correct Answer: B. TEXT. The TEXT function allows you to format numbers as text.

Question 40: What does the HLOOKUP function do?

Show Explanation

Correct Answer: B. Performs a horizontal lookup in a table array. HLOOKUP searches horizontally across a table.

Question 41: How do you begin entering a formula in a cell?

Show Explanation

Correct Answer: B. By typing an equals sign (=). Formulas always start with an equals sign.

Question 42: What does a circular reference error mean?

Show Explanation

Correct Answer: B. A formula refers to its own cell, directly or indirectly. A circular reference occurs when a formula creates a loop by referencing itself.

Question 43: What does the green triangle in the top-left corner of a cell indicate?

Show Explanation

Correct Answer: A. A potential error in the formula. A green triangle signals that Excel has detected a possible issue with the formula.

Question 44: What is the quickest way to sum a column or row of numbers?

Show Explanation

Correct Answer: C. Use the AutoSum feature. AutoSum automatically creates a SUM formula for a selected range.

Question 45: Which key do you press to cycle through the different types of cell references (relative, absolute, mixed) in a formula?

Show Explanation

Correct Answer: C. F4. Pressing F4 while editing a formula toggles through the reference types.

Question 46: How can you arrange data in ascending order based on the values in a specific column?

Show Explanation

Correct Answer: B. By using the Sort Ascending command. Sort Ascending arranges data from smallest to largest.

Question 47: What feature allows you to display only rows that meet certain criteria?

Show Explanation

Correct Answer: B. Filtering. Filtering hides rows that don’t match your criteria.

Question 48: Which of the following is NOT a standard filter option in Excel?

Show Explanation

Correct Answer: B. Filter by font size. Excel’s standard filters don’t include filtering by font size.

Question 49: What does the “Clear Filter” command do?

Show Explanation

Correct Answer: A. Removes the filter and displays all data. Clear Filter removes the filtering criteria and shows all rows again.

Question 50: What feature allows you to create more complex filter criteria with multiple conditions?

Show Explanation

Correct Answer: C. Advanced Filter. Advanced Filter provides more flexible options for filtering data.

Question 51: What feature helps prevent invalid data from being entered into a cell?

Show Explanation

Correct Answer: A. Data Validation. Data Validation allows you to set rules for what data is allowed in a cell.

Question 52: Which of the following is NOT a type of data validation rule?

Show Explanation

Correct Answer: D. Font color. Font color is a formatting option, not a data validation rule.

Question 53: How can you create a drop-down list in a cell?

Show Explanation

Correct Answer: A. By using the Data Validation feature. Data Validation allows you to create a list of valid entries for a cell.

Question 54: What is an input message in data validation?

Show Explanation

Correct Answer: B. A message that appears when the cell is selected, providing instructions or information. Input messages guide users on what data to enter.

Question 55: What is an error alert in data validation?

Show Explanation

Correct Answer: C. A message that appears when invalid data is entered. Error alerts inform users that they’ve entered data that doesn’t meet the validation rules.

Question 56: What is the advantage of using an Excel table to organize data?

Show Explanation

Correct Answer: D. All of the above. Excel tables offer all these advantages and more.

Question 57: How do you create an Excel table?

Show Explanation

Correct Answer: D. All of the above. You can create a table using any of these methods.

Question 58: What are structured references in Excel tables?

Show Explanation

Correct Answer: A. Cell references that use column headers instead of letters and numbers. Structured references make formulas more readable by using table and column names.

Question 59: How do you add a new row to an Excel table?

Show Explanation

Correct Answer: D. All of the above. Excel provides multiple ways to add rows to tables.

Question 60: What happens when you filter data in an Excel table?

Show Explanation

Correct Answer: B. The filtered rows are hidden. Filtering in a table temporarily hides rows that don’t meet the criteria.

Question 61: Which chart type is best for showing trends over time?

Show Explanation

Correct Answer: C. Line chart. Line charts are ideal for illustrating changes in data over a period.

Question 62: Which chart type is best for comparing different categories of data?

Show Explanation

Correct Answer: D. Column chart. Column charts (or bar charts) effectively compare distinct categories.

Question 63: What must you do before creating a chart in Excel?

Show Explanation

Correct Answer: C. Select the data you want to include in the chart. Selecting the relevant data is essential for accurate chart creation.

Question 64: Where can you find the options to insert a chart?

Show Explanation

Correct Answer: B. Insert tab. The Insert tab contains the chart library.

Question 65: How can you change the chart type after it has been created?

Show Explanation

Correct Answer: D. Both A and B. Both options allow you to modify the chart type.

Question 66: What is the purpose of a chart title?

Show Explanation

Correct Answer: B. To provide a clear description of what the chart represents. A chart title concisely explains the chart’s content.

Question 67: What are the individual data values plotted on a chart called?

Show Explanation

Correct Answer: B. Data points. Data points are the individual values represented on the chart.

Question 68: What is the purpose of a legend in a chart?

Show Explanation

Correct Answer: B. To identify the different data series. The legend clarifies what each color or symbol in the chart represents.

Question 69: What are trendlines used for in a chart?

Show Explanation

Correct Answer: B. To show the general direction of the data. Trendlines help visualize the overall trend in the data.

Question 70: What are gridlines in a chart?

Show Explanation

Correct Answer: B. Lines that extend from the axes to help read values. Gridlines provide a visual reference for data values on the chart.

Question 71: How can you change the colors of the data series in a chart?

Show Explanation

Correct Answer: D. All of the above. All these methods provide access to chart formatting options.

Question 72: What options can you change in the chart layout?

Show Explanation

Correct Answer: D. All of the above. Chart layouts control the arrangement of chart elements.

Question 73: How can you add data labels to a chart?

Show Explanation

Correct Answer: D. All of the above. Excel offers multiple ways to add data labels to charts.

Question 74: What is the purpose of data labels in a chart?

Show Explanation

Correct Answer: B. To display the exact values of the data points. Data labels show the precise values represented by each data point.

Question 75: How can you apply a predefined style to a chart?

Show Explanation

Correct Answer: D. Both A and C. You can use chart styles or copy formatting from another chart.

Question 76: What is the primary purpose of a PivotTable?

Show Explanation

Correct Answer: B. To summarize and analyze large amounts of data. PivotTables are designed to quickly summarize data and identify trends.

Question 77: Which area in the PivotTable Fields pane is used to display summary statistics?

Show Explanation

Correct Answer: C. Values. The Values area determines the calculations shown in the PivotTable.

Question 78: What can you use the “Filters” area in a PivotTable for?

Show Explanation

Correct Answer: B. To include or exclude specific data from the PivotTable. Filters allow you to focus on specific subsets of data within the PivotTable.

Question 79: What is a PivotChart?

Show Explanation

Correct Answer: A. A chart created from the data in a PivotTable. PivotCharts provide a visual representation of PivotTable data.

Question 80: How can you update a PivotTable after making changes to the source data?

Show Explanation

Correct Answer: D. All of the above. All these methods will refresh the PivotTable to reflect the latest data.

Question 81: What is a macro in Excel?

Show Explanation

Correct Answer: B. A recorded sequence of actions that can be replayed to automate tasks. Macros automate repetitive actions by recording your steps.

Question 82: How do you record a macro in Excel?

Show Explanation

Correct Answer: A. By using the “Record Macro” command on the Developer tab. The “Record Macro” command captures your actions as a macro.

Question 83: What is the file extension for an Excel workbook that contains macros?

Show Explanation

Correct Answer: B. .xlsm. The .xlsm extension indicates that a workbook has macros enabled.

Question 84: What does the Goal Seek tool do?

Show Explanation

Correct Answer: C. It finds the input value needed to achieve a specific target output. Goal Seek helps you determine the input required to reach a desired outcome.

Question 85: What is the purpose of the Solver add-in?

Show Explanation

Correct Answer: C. To find the optimal solution to a problem with constraints. Solver is a powerful tool for optimization problems.

Question 86: Which keyboard shortcut selects the entire worksheet?

Show Explanation

Correct Answer: A. Ctrl + A. Ctrl + A selects all cells in the active worksheet.

Question 87: Which keyboard shortcut moves to the beginning of the current row?

Show Explanation

Correct Answer: A. Home. The Home key navigates to the first cell in the row.

Question 88: Which keyboard shortcut applies the currency format to the selected cells?

Show Explanation

Correct Answer: A. Ctrl + Shift + $. Ctrl + Shift + $ quickly formats cells for currency.

Question 89: Which keyboard shortcut inserts a new worksheet?

Show Explanation

Correct Answer: A. Shift + F11. Shift + F11 adds a new worksheet to the workbook.

Question 90: Which keyboard shortcut opens the “Format Cells” dialog box?

Show Explanation

Correct Answer: A. Ctrl + 1. Ctrl + 1 provides access to all cell formatting options.

Question 91: What is the most efficient way to apply the same format to multiple non-adjacent ranges?

Show Explanation

Correct Answer: B. Use the Format Painter. The Format Painter copies formatting from one selection to another.

Question 92: Which Paste Special option allows you to paste only the values from a copied cell, excluding formulas?

Show Explanation

Correct Answer: B. Paste Values. Paste Values inserts the results of formulas, not the formulas themselves.

Question 93: Which Paste Special option allows you to paste only the formatting from a copied cell?

Show Explanation

Correct Answer: C. Paste Formats. Paste Formats applies the source cell’s formatting without changing the destination cell’s content.

Question 94: Which Paste Special option switches rows and columns when pasting data?

Show Explanation

Correct Answer: D. Paste Transpose. Paste Transpose flips the orientation of copied data.

Question 95: How can you quickly insert the current date into a cell?

Show Explanation

Correct Answer: D. Both B and C. Both TODAY() and NOW() can be used, but TODAY() only inserts the date.

Question 96: How can you quickly insert the current date and time into a cell?

Show Explanation

Correct Answer: C. Use the NOW() function. The NOW() function inserts both the current date and time.

Question 97: What is the purpose of the Quick Access Toolbar?

Show Explanation

Correct Answer: A. To provide access to frequently used commands. The Quick Access Toolbar allows you to customize shortcuts for common actions.

Question 98: How can you add a command to the Quick Access Toolbar?

Show Explanation

Correct Answer: D. All of the above. All of these methods can be used to customize the Quick Access Toolbar.

Question 99: What does the “Freeze Panes” command do?

Show Explanation

Correct Answer: B. Locks the position of rows or columns so they remain visible while scrolling. Freeze Panes keeps headers or labels visible as you navigate through data.

Question 100: What is the purpose of using named ranges in Excel?

Show Explanation

Correct Answer: D. All of the above. Named ranges offer all these benefits for improved worksheet organization and clarity.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top