Skip to main content

Last updated: May 2026

Practice Exam

MO-210Microsoft Office Specialist: Excel Associate (Microsoft 365 Apps)

Test your knowledge with official exam-style questions

Questions25Passing700Exam time120 min

Questions and options are shuffled each attempt

Microsoft Office Specialist: Excel Associate (Microsoft 365 Apps)Practice Set 1: All Questions & Explanations

Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.

  1. 1. You are working in Microsoft Excel. You need to rename the current worksheet tab. What is the fastest way to do this?

    • A. Right-click the sheet tab and select Rename(correct)
    • B. Go to File > Properties and change the sheet name
    • C. Press Ctrl+Shift+R to rename the active sheet
    • D. Go to Insert > Sheet Name

    Explanation: Right-clicking a sheet tab displays a context menu with the Rename option, which is the standard and fastest method to rename a worksheet tab in Excel.

  2. 2. You are working in Microsoft Excel. You need to prevent other users from inserting or deleting rows in a worksheet, but still allow them to edit cell contents. What should you do?

    • A. Lock all cells and then protect the sheet with a password
    • B. Unlock all cells, then protect the sheet and clear the Insert rows and Delete rows checkboxes(correct)
    • C. Go to Review > Share Workbook and restrict editing
    • D. Set the workbook to Read-Only mode

    Explanation: To allow cell editing but block row insertion/deletion, unlock all cells first (so users can edit), then protect the sheet via Review > Protect Sheet, deselecting Insert rows and Delete rows permissions.

  3. 3. You are working in Microsoft Excel. You want to display two different worksheets from the same workbook side by side on screen at the same time. What should you do?

    • A. Use View > New Window, then View > Arrange All > Vertical(correct)
    • B. Open two separate copies of the workbook file
    • C. Use Insert > Split to divide the worksheet into two panes
    • D. Use View > Freeze Panes to lock one sheet in place

    Explanation: View > New Window creates a second window for the same workbook. Then View > Arrange All > Vertical (or Horizontal) tiles both windows side by side, allowing you to view different sheets simultaneously.

  4. 4. You are working in Microsoft Excel. You need to save a workbook so that it can be opened by users who have Excel 2007. Which file format should you choose?

    • A. .xlsx
    • B. .xlsb
    • C. .xls(correct)
    • D. .xlsm

    Explanation: Excel 97-2003 Workbook (.xls) format is compatible with Excel versions prior to 2007. While .xlsx is the current default, Excel 2007 can open .xlsx files; however, for guaranteed compatibility with Excel 2007 and earlier, .xls is the safest choice. Note: Excel 2007 introduced .xlsx, so .xlsx would also work, but .xls ensures the broadest backward compatibility.

  5. 5. You are working in Microsoft Excel. You need to move Sheet2 so it appears before Sheet1 in the workbook. What is the easiest way to do this?

    • A. Drag the Sheet2 tab to the left of the Sheet1 tab
    • B. Right-click Sheet2, select Move or Copy, and choose to place it before Sheet1
    • C. Copy Sheet2 contents to a new sheet before Sheet1, then delete Sheet2
    • D. Both A and B are correct(correct)

    Explanation: You can reorder worksheet tabs by dragging them, or by right-clicking the tab and using Move or Copy to specify the new position. Both methods work correctly.

  6. 6. You are working in Microsoft Excel. You need to apply a number format that displays values as currency with two decimal places and a dollar sign. Which format should you apply?

    • A. Number
    • B. Currency(correct)
    • C. Accounting
    • D. General

    Explanation: The Currency format in Excel displays values with a currency symbol (e.g., $) and two decimal places by default, placed immediately next to the number. This is the standard format for displaying monetary values.

  7. 7. You are working in Microsoft Excel. You have a column of dates and you want to highlight all dates that fall in the next 7 days with a yellow background automatically. Which feature should you use?

    • A. Data Validation
    • B. Conditional Formatting(correct)
    • C. Custom Number Format
    • D. Flash Fill

    Explanation: Conditional Formatting allows you to apply formatting such as cell background color automatically based on rules. You can create a rule using a formula like =AND(A1>=TODAY(), A1<=TODAY()+7) to highlight dates in the next 7 days.

  8. 8. You are working in Microsoft Excel. You need to fill a series of cells efficiently without manually typing each value. Which two methods can you use to automatically fill a series of consecutive numbers in a column? Choose 2.

    • A. Enter the first two numbers, select both cells, and drag the fill handle downward(correct)
    • B. Use Home > Fill > Series with the Step value set to 1(correct)
    • C. Press Ctrl+D to copy the first number down the column
    • D. Use the Text to Columns wizard to generate a series
    • E. Type each number individually in each cell

    Explanation: Dragging the fill handle after selecting two seed values allows Excel to detect and continue the pattern. Alternatively, Home > Fill > Series lets you specify start value, step, and stop value to generate a series automatically. Ctrl+D copies the same value rather than creating a series.

  9. 9. You are working in Microsoft Excel. You need to display long text in a single cell without it overflowing into adjacent cells. The row height should adjust automatically. What should you do?

    • A. Merge the cells across the row
    • B. Enable Wrap Text on the cell and use AutoFit Row Height(correct)
    • C. Reduce the font size until the text fits
    • D. Use Shrink to fit in the Format Cells dialog

    Explanation: Enabling Wrap Text causes the text to wrap within the cell boundaries. AutoFit Row Height (Home > Format > AutoFit Row Height) then automatically adjusts the row height to display all the wrapped text. Shrink to Fit makes text smaller but does not adjust row height.

  10. 10. A user is building a data entry form in Microsoft Excel. They want to restrict a cell so that only whole numbers between 1 and 100 can be entered, and an error message appears if an invalid value is typed. What feature should they use?

    • A. Conditional Formatting with a highlight rule
    • B. Data Validation with a Whole Number rule and a custom error alert(correct)
    • C. Cell protection by locking the cell
    • D. A formula in an adjacent cell that flags invalid entries

    Explanation: Data Validation (Data > Data Validation) lets you define allowed input types. By choosing Whole Number and setting Minimum to 1 and Maximum to 100, invalid values are blocked. You can configure a custom error alert message on the Error Alert tab.

  11. 11. You are working in Microsoft Excel. You have a range of data and you want to convert it to a formal Excel table. Which keyboard shortcut creates an Excel table from the selected range?

    • A. Ctrl+T
    • B. Ctrl+L
    • C. Both Ctrl+T and Ctrl+L(correct)
    • D. Alt+T

    Explanation: Both Ctrl+T and Ctrl+L open the Create Table dialog in Excel, allowing you to convert a range to a formatted Excel table with built-in filtering, sorting, and structured references.

  12. 12. You are working in Microsoft Excel. You have an Excel table and you want to show only rows where the Region column equals 'North'. What is the quickest way to do this?

    • A. Use the AutoFilter drop-down on the Region column header to filter by 'North'(correct)
    • B. Sort the table by Region and manually hide non-North rows
    • C. Use Conditional Formatting to highlight North rows
    • D. Delete all rows that do not contain 'North'

    Explanation: Excel tables automatically include AutoFilter drop-down arrows on each column header. Clicking the Region drop-down and selecting 'North' instantly filters the visible rows to show only matching records without deleting or hiding rows manually.

  13. 13. You are working in Microsoft Excel. You have an Excel table with a Total Row. You want the Total Row for the Sales column to show the average instead of the sum. What should you do?

    • A. Click the Total Row cell in the Sales column and select Average from the drop-down list(correct)
    • B. Manually type =AVERAGE() in the Total Row cell
    • C. Change the table style to one that uses averages
    • D. Right-click the Total Row cell and select Format Cells

    Explanation: When the Total Row is enabled for an Excel table, each cell in the Total Row has a drop-down that lets you select from summary functions: Average, Count, Max, Min, Sum, etc. Selecting Average from the drop-down replaces the Sum with an AVERAGE subtotal function.

  14. 14. A user has an Excel table named SalesData with columns: OrderID, Region, and Amount. They type a formula outside the table: =SUM(SalesData[Amount]). What does this formula calculate?

    • A. The sum of only the first row of the Amount column
    • B. The sum of all values in the Amount column of the SalesData table(correct)
    • C. A syntax error because structured references are not valid outside tables
    • D. The sum of the entire Amount column including the header row

    Explanation: SalesData[Amount] is a structured reference that refers to all data cells in the Amount column of the SalesData table (excluding the header and total row). =SUM(SalesData[Amount]) therefore sums all data values in that column and is perfectly valid outside the table.

  15. 15. You are working in Microsoft Excel. Cell A1 contains 150 and cell B1 contains 200. You want cell C1 to display the larger of the two values. Which formula should you enter in C1?

    • A. =IF(A1>B1, A1, B1)
    • B. =MAX(A1, B1)
    • C. =LARGE(A1:B1, 1)
    • D. All of the above(correct)

    Explanation: All three formulas return the larger value. =MAX(A1,B1) is the most direct. =IF(A1>B1,A1,B1) uses a logical test. =LARGE(A1:B1,1) returns the 1st largest value in the range. All are valid approaches.

  16. 16. You are working in Microsoft Excel. You need a formula that looks up a product code in column A of a table and returns the corresponding price from column C. Which function is best suited for this task?

    • A. HLOOKUP
    • B. VLOOKUP(correct)
    • C. MATCH
    • D. INDEX

    Explanation: VLOOKUP searches vertically in the first column of a table and returns a value from a specified column number. For example, =VLOOKUP(productCode, A:C, 3, FALSE) searches column A for the product code and returns the value from column C (3rd column).

  17. 17. You are working in Microsoft Excel. You want to count the number of cells in the range B2:B50 that contain a value greater than 100. Which formula should you use?

    • A. =COUNT(B2:B50, ">100")
    • B. =COUNTIF(B2:B50, ">100")(correct)
    • C. =SUMIF(B2:B50, ">100")
    • D. =COUNTA(B2:B50, ">100")

    Explanation: =COUNTIF(range, criteria) counts cells matching a condition. =COUNTIF(B2:B50, ">100") counts all cells in B2:B50 where the value exceeds 100. COUNT counts numbers only with no criteria; SUMIF sums rather than counts; COUNTA counts non-empty cells with no criteria support in this syntax.

  18. 18. You are working in Microsoft Excel. You have a formula =B2/C2 but cell C2 might be blank or zero, causing a #DIV/0! error. Which two approaches can you use to suppress this error and display 0 instead? Choose 2.

    • A. =IFERROR(B2/C2, 0)(correct)
    • B. =IF(C2=0, 0, B2/C2)(correct)
    • C. =ISERROR(B2/C2)
    • D. =ISNUMBER(B2/C2)
    • E. =IF(ISERROR(B2/C2), 0, B2/C2)

    Explanation: =IFERROR(B2/C2, 0) is the cleanest approach — it returns 0 if the expression produces any error. =IF(C2=0, 0, B2/C2) explicitly checks for zero before dividing. Option E also works but is more verbose. ISERROR and ISNUMBER alone return TRUE/FALSE, not the desired 0 value.

  19. 19. You are working in Microsoft Excel. You need to extract the year from a date stored in cell A1. Which formula should you use?

    • A. =DATE(A1)
    • B. =YEAR(A1)(correct)
    • C. =TEXT(A1, "YYYY")
    • D. =MID(A1, 1, 4)

    Explanation: =YEAR(date) returns the year component of a date value as a 4-digit integer. This is the correct and direct function for extracting the year. =TEXT(A1,"YYYY") would return the year as text, not a number, which may cause issues in calculations.

  20. 20. You are working in Microsoft Excel. You have selected a data range and inserted a chart. You now want to switch the rows and columns in the chart so that the data series are plotted differently. What should you do?

    • A. Right-click the chart and select Change Chart Type
    • B. Click the chart, then use Chart Design > Switch Row/Column(correct)
    • C. Delete the chart and recreate it with the transposed data
    • D. Use Data > Transpose to rearrange the source data

    Explanation: The Switch Row/Column button on the Chart Design tab (appears when the chart is selected) instantly transposes how data series are plotted — swapping what appears on the horizontal axis versus what is represented as series.

  21. 21. You are working in Microsoft Excel. You have a column chart and you want to add data labels showing the exact value above each bar. What is the quickest way to do this?

    • A. Click the chart, click the Chart Elements button (+), and check Data Labels(correct)
    • B. Right-click each bar individually and choose Add Data Label
    • C. Go to Insert > Data Labels
    • D. Format the chart axis to show values

    Explanation: The Chart Elements button (+) appears to the right of a selected chart. Checking Data Labels adds labels to all data points simultaneously and is the fastest method. Right-clicking individual bars works but is slower. There is no Insert > Data Labels menu.

  22. 22. A user has a chart embedded in a worksheet and needs to move it to its own chart sheet so it prints separately. What should they do?

    • A. Right-click the chart and select Move Chart, then choose New sheet(correct)
    • B. Cut the chart and paste it into a new worksheet
    • C. Use Insert > Chart Sheet to create a dedicated sheet
    • D. Save the chart as an image and insert it into a new sheet

    Explanation: Right-clicking an embedded chart and selecting Move Chart opens the Move Chart dialog, where you can select 'New sheet' to move the chart to a dedicated chart sheet. This is the correct built-in method for converting an embedded chart to a chart sheet.

  23. 23. You are working in Microsoft Excel. You have a bar chart showing sales figures. You want to add a secondary vertical axis to also display profit margin percentages on the same chart. What should you do?

    • A. Add the profit margin data series, right-click it, select Format Data Series, and choose Secondary Axis(correct)
    • B. Create a separate chart for profit margins and place it next to the sales chart
    • C. Change the chart type to a 3D chart which supports multiple axes
    • D. Use Chart Design > Add Chart Element > Axes > More Axis Options

    Explanation: To add a secondary axis for a specific data series, right-click that series in the chart and choose Format Data Series. In the Format Data Series pane, under Series Options, select Secondary Axis. This plots the series against a new right-side vertical axis, ideal for data with different scales.

  24. 24. You are working in Microsoft Excel. You need to change the appearance of a chart. Which two actions can you perform using the Chart Design tab? Choose 2.

    • A. Change the chart type(correct)
    • B. Apply a pre-defined chart style(correct)
    • C. Edit the worksheet data linked to the chart
    • D. Format individual axis labels font size
    • E. Insert a comment into a chart element

    Explanation: The Chart Design tab provides options to Change Chart Type (converting between bar, line, pie, etc.) and to apply Chart Styles (pre-built formatting combinations). Editing worksheet data is done in the sheet itself; formatting axis label fonts is done via the Format tab or Format pane.

  25. 25. A manager receives an Excel workbook with a chart but notices the chart title still shows 'Chart Title'. They want the chart title to automatically display the text from cell A1 which contains the report name. What is the best approach?

    • A. Type the report name directly into the chart title text box
    • B. Click the chart title, type = in the formula bar, then click cell A1 and press Enter(correct)
    • C. Use a macro to update the chart title from cell A1 each time the file opens
    • D. Link the chart title using Insert > Links > Cell Reference

    Explanation: You can link a chart title to a cell by clicking the chart title text box, then typing = in the formula bar and clicking the desired cell (A1). This creates a dynamic link so the chart title automatically updates whenever cell A1 changes.