Last updated: May 2026
MO-210 — Microsoft Office Specialist: Excel Associate (Microsoft 365 Apps)
Test your knowledge with official exam-style questions
Questions and options are shuffled each attempt
▶Microsoft Office Specialist: Excel Associate (Microsoft 365 Apps) — Practice Set 4: 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. You are working in Microsoft Excel. Several worksheets in your workbook are hidden, and you need to unhide three of them at once instead of one at a time. What should you do?
- A. Right-click any tab, select Unhide, and in the dialog select multiple sheet names using Ctrl+click before clicking OK(correct)
- B. Right-click any tab and select Unhide, which automatically restores all hidden sheets at once
- C. Use Ctrl+Z repeatedly until the sheets reappear
- D. Close and reopen the workbook
Explanation: The Unhide dialog lists all hidden sheets and, in current Excel versions, allows selecting multiple names with Ctrl+click before clicking OK to restore several sheets in one action, rather than repeating the process individually for each one.
2. You are working in Microsoft Excel. Your worksheet contains 50 columns of data, but you only want columns A through J to be included when the sheet is printed. What should you do?
- A. Select A1:J-last row, then Page Layout > Print Area > Set Print Area(correct)
- B. Hide all columns after J before printing
- C. Delete the columns after J
- D. Reduce the print scaling to 10%
Explanation: Selecting the desired range and using Page Layout > Print Area > Set Print Area restricts printed output to exactly that range (columns A-J), without needing to hide or delete any data, and the setting persists for future print jobs.
3. You are working in Microsoft Excel. You want to prevent coworkers from inserting, deleting, renaming, or moving any worksheet tabs in a shared workbook, while still letting them edit cell values freely. Which two facts about Protect Workbook Structure are correct? Choose 2.
- A. Review > Protect Workbook locks the arrangement of sheets (add, delete, rename, move, hide) without affecting cell editing(correct)
- B. Protect Workbook can optionally require a password to unprotect the structure(correct)
- C. Protect Workbook automatically locks every cell against editing
- D. Protect Workbook only works if every sheet is also individually protected
- E. Protect Workbook prevents the file from being opened by unauthorized users
Explanation: Review > Protect Workbook (Structure) locks the sheet tab arrangement — preventing insertion, deletion, renaming, moving, or hiding of sheets — independent of cell-level protection, and it can require a password to remove. It does not lock cell contents and does not restrict file opening; that requires a separate 'Encrypt with Password' setting.
4. You are working in Microsoft Excel. You want to review your worksheet exactly as it will appear on paper, including margins, headers, and page breaks, while still being able to edit cells directly. Which view should you switch to?
- A. Page Layout view(correct)
- B. Normal view
- C. Full Screen view
- D. Outline view
Explanation: Page Layout view (View > Page Layout) shows the worksheet as it will look when printed, including margins, headers/footers, and page boundaries, while still allowing full cell editing — unlike Page Break Preview, which is optimized for adjusting page breaks rather than everyday editing.
5. A user is comparing data in row 5 of a worksheet against data in row 5,000 of the same worksheet, and repeatedly scrolling between them is slow and error-prone. They do not need to view a different sheet, just two distant parts of the same sheet at once. What is the best solution?
- A. Use View > Split to divide the window into panes that can each scroll independently(correct)
- B. Open the workbook in a second application window
- C. Use View > Freeze Panes > Freeze Top Row
- D. Copy row 5,000 and paste it near row 5 temporarily
Explanation: View > Split divides the current window into multiple resizable panes of the same worksheet, each of which can be scrolled independently, allowing the user to view row 5 in one pane and row 5,000 in another simultaneously without duplicating data.
6. You are working in Microsoft Excel. You need to insert three new blank cells above an existing selection, shifting existing cells down, without disturbing data in other columns. What should you do?
- A. Select the range, right-click, choose Insert, and select 'Shift cells down'(correct)
- B. Select the range and press Delete
- C. Select the range and apply Wrap Text
- D. Select the entire worksheet and insert a new row
Explanation: Right-clicking a selected range and choosing Insert opens a dialog offering 'Shift cells down' (or right), which inserts blank cells at that location and pushes existing data down without affecting unrelated columns, unlike inserting an entire row.
7. You are working in Microsoft Excel. You want a small bar to appear inside each cell of a column, scaled to that cell's value relative to others in the column, so you can compare magnitudes visually without reading the numbers. Which Conditional Formatting feature should you apply?
- A. Data Bars(correct)
- B. Icon Sets
- C. Highlight Cells Rules > Text that Contains
- D. Color Scales
Explanation: Data Bars fill each cell with a proportional horizontal bar based on its value relative to the range, giving an at-a-glance visual comparison of magnitude directly inside the cells.
8. You are working in Microsoft Excel. You want negative numbers in a column to display in red and enclosed in parentheses, for example (500) instead of -500. Which two statements are correct? Choose 2.
- A. This can be achieved with a custom number format such as #,##0;[Red](#,##0)(correct)
- B. Format Cells > Number > Number category includes a built-in negative number style that shows red parentheses(correct)
- C. This requires writing a formula with the TEXT function in every cell
- D. This can only be done using Conditional Formatting, not number formats
- E. This requires converting the column into an Excel table first
Explanation: A custom number format code with a semicolon-separated negative section, like #,##0;[Red](#,##0), controls how negative values display. Additionally, the built-in Number format category in Format Cells includes preset negative number styles, one of which shows red numbers in parentheses, without needing a formula, table, or Conditional Formatting.
9. You are working in Microsoft Excel. A column contains product codes formatted inconsistently, some with lowercase letters like 'abc-100' and others uppercase like 'XYZ-200'. You want to quickly find and replace all instances of 'abc' with 'ABC' throughout the sheet. What is the best tool?
- A. Find & Replace (Ctrl+H) with Match case enabled(correct)
- B. Flash Fill
- C. Data Validation
- D. Conditional Formatting
Explanation: Find & Replace (Ctrl+H) with the 'Match case' option enabled lets you replace only the lowercase 'abc' occurrences with 'ABC' without altering entries that are already correctly formatted or unrelated text.
10. A user has a long product description in cell B2 that needs to be indented slightly from the left edge of the cell and vertically centered within a tall row, for a cleaner catalog layout. Which settings should they adjust?
- A. Format Cells > Alignment tab: set Horizontal to Left (Indent) with an indent value, and Vertical to Center(correct)
- B. Apply Wrap Text only
- C. Merge the cell with adjacent cells
- D. Increase the column width until the text appears indented
Explanation: The Alignment tab in Format Cells lets you independently set Horizontal alignment (Left with an Indent value pushes text slightly inward from the left edge) and Vertical alignment (Center vertically positions text within a tall row), achieving the desired layout without merging or resizing columns.
11. You are working in Microsoft Excel. Your Excel table currently occupies A1:D20, and you have new data to add in rows 21 through 25 directly below it. What is the simplest way to extend the table to include this new data?
- A. Type the new data directly into the cells immediately below the last table row; Excel automatically expands the table(correct)
- B. Delete the table and recreate it over A1:D25
- C. Manually apply table formatting to rows 21-25
- D. Copy the table style using Format Painter onto rows 21-25
Explanation: Excel tables have an AutoExpansion behavior: typing data into the row immediately adjacent to the last table row automatically extends the table's range to include it, applying the table's formatting and structured references without any manual steps.
12. You are working in Microsoft Excel. You have a large table and want to add interactive filter buttons that sit outside the table, so users can click a button to filter by Region without using the column header drop-downs. What should you insert?
- A. A Slicer (Table Design > Insert Slicer)(correct)
- B. A PivotTable
- C. A Sparkline
- D. A Named Range
Explanation: Table Design > Insert Slicer adds a floating, clickable button panel for a chosen column (such as Region) that visually filters the table when a button is clicked — a more interactive alternative to the column header filter drop-down.
13. You are working in Microsoft Excel. Your table has a Quantity column and a Price column, and you add a new calculated column called Total using the formula =[@Quantity]*[@Price] in the first data row. Which two statements about this behavior are correct? Choose 2.
- A. Excel automatically fills the same structured-reference formula down the entire Total column(correct)
- B. [@Quantity] and [@Price] are structured references meaning 'this row's Quantity/Price value'(correct)
- C. The formula only calculates for the first row and must be copied manually to the rest
- D. Structured references like [@Quantity] only work if the table has no header row
- E. The @ symbol causes a #REF! error in table formulas
Explanation: When you enter a formula using structured references (like [@Quantity]) in one cell of a table column, Excel's AutoFill for Formulas feature automatically propagates it down the entire column. The @ symbol denotes 'this row', so [@Quantity] refers to the Quantity value in the same row as the formula — no manual copying, header removal, or errors involved.
14. You are working in Microsoft Excel. You want the first column of your table (containing product names) to appear bold to distinguish it from the rest of the data, using a built-in table style option rather than manual formatting. What should you do?
- A. Check First Column in the Table Design tab's Table Style Options(correct)
- B. Manually select the column and click Bold
- C. Apply Conditional Formatting to the first column
- D. Merge the first column's cells
Explanation: The First Column checkbox in Table Style Options applies special formatting (typically bold) to the leftmost column of the table automatically, as part of the applied table style, without requiring manual bold formatting.
15. A logistics coordinator has a table of shipments and wants to sort it so that the Priority column follows a custom order of 'Urgent', 'High', 'Normal', 'Low' rather than alphabetical order. How should they accomplish this?
- A. Use Data > Sort, choose the Priority column, and under Order select Custom List to define or pick the Urgent/High/Normal/Low sequence(correct)
- B. Sort alphabetically and manually rearrange the rows afterward
- C. Rename the Priority values to numbers first, since custom text order is not supported
- D. Use Conditional Formatting to color-code priority instead of sorting
Explanation: The Sort dialog's Order drop-down includes a 'Custom List' option where you can define a custom sequence, such as Urgent, High, Normal, Low, which Excel will use instead of default alphabetical sorting for that column.
16. You are working in Microsoft Excel. You need a formula that returns 'Pass' only if a student's score in A1 is at least 60 AND their attendance in B1 is at least 80%. Which function combination is appropriate?
- A. =IF(AND(A1>=60,B1>=0.8),"Pass","Fail")(correct)
- B. =IF(OR(A1>=60,B1>=0.8),"Pass","Fail")
- C. =AND(A1>=60,B1>=0.8)
- D. =IF(A1>=60,B1>=0.8,"Pass","Fail")
Explanation: AND(A1>=60,B1>=0.8) returns TRUE only when both conditions are met, and wrapping it in IF converts that TRUE/FALSE result into the text 'Pass' or 'Fail'. OR would incorrectly return 'Pass' if only one condition is true.
17. You are working in Microsoft Excel. You need to total the Amount column but only for rows where Region equals 'West' AND Status equals 'Closed'. Which function should you use?
- A. =SUMIFS(Amount_range, Region_range,"West", Status_range,"Closed")(correct)
- B. =SUMIF(Region_range,"West",Status_range,"Closed",Amount_range)
- C. =SUM(Amount_range,"West","Closed")
- D. =AVERAGEIFS(Amount_range,Region_range,"West")
Explanation: =SUMIFS(sum_range, criteria_range1, criteria1, criteria_range2, criteria2, ...) supports multiple conditions. Placing the sum range first followed by each criteria range/value pair correctly sums Amount only where both Region is 'West' and Status is 'Closed'.
18. You are working in Microsoft Excel. You need to count orders where Region is 'East' AND Amount is greater than 500. Which two elements must the COUNTIFS formula include to work correctly? Choose 2.
- A. A criteria range/criteria pair for the Region column, such as Region_range,"East"(correct)
- B. A criteria range/criteria pair for the Amount column, such as Amount_range,">500"(correct)
- C. A separate sum_range as the very first argument
- D. Only one criteria pair is allowed per COUNTIFS formula
- E. The criteria text ">500" must be enclosed in quotation marks
Explanation: COUNTIFS requires a criteria_range/criteria pair for each condition — one for Region equaling 'East' and another for Amount greater than 500 — combined with implicit AND logic. Unlike SUMIFS, COUNTIFS takes no separate sum_range, and it fully supports multiple criteria pairs (note: E is also technically true about quoting, but the two essential structural requirements here are A and B).
19. You are working in Microsoft Excel. Cell A1 contains ' Acme Corp ' with extra leading, trailing, and internal double spaces. You want a clean version with only single spaces between words and no leading or trailing spaces. Which function should you use?
- A. =TRIM(A1)(correct)
- B. =UPPER(A1)
- C. =LEN(A1)
- D. =PROPER(A1)
Explanation: =TRIM removes leading and trailing spaces and reduces multiple internal spaces between words down to a single space, producing a clean text string. UPPER and PROPER only change letter casing, and LEN just returns the character count.
20. You are working in Microsoft Excel. Column A has first names and column B has last names, all in mixed or lowercase, such as 'john' and 'SMITH'. You want column C to display each full name with only the first letter of each word capitalized, such as 'John Smith'. Which formula should you use?
- A. =PROPER(A1&" "&B1)(correct)
- B. =UPPER(A1&" "&B1)
- C. =CONCATENATE(A1,B1)
- D. =TRIM(A1&B1)
Explanation: =PROPER capitalizes the first letter of each word and lowercases the rest, regardless of the original casing. Combining it with A1&" "&B1 (joining first and last name with a space) produces 'John Smith' from any casing variation. UPPER would produce all-caps, and CONCATENATE alone wouldn't add a space or fix casing.
21. You are working in Microsoft Excel. You want to compare exact numeric values for five products across four quarters using a chart, where categories are best shown as vertical bars. Which basic chart type is most appropriate?
- A. Clustered Column chart(correct)
- B. Pie chart
- C. Scatter chart
- D. Doughnut chart
Explanation: A Clustered Column chart displays vertical bars grouped by category (products) with a separate bar for each series (quarters), making it ideal for comparing multiple values across categories side by side. Pie and Doughnut charts show parts of a whole, and Scatter charts are for showing correlation between two numeric variables.
22. You are working in Microsoft Excel. You have two numeric columns, Advertising Spend and Units Sold, and you want to visualize whether there is a correlation between the two. Which chart type is best suited?
- A. Scatter chart(correct)
- B. Pie chart
- C. Stacked Column chart
- D. Doughnut chart
Explanation: A Scatter chart plots pairs of numeric values as individual points, one axis per variable, making it the standard chart type for visualizing correlation or relationships between two continuous numeric measures like spend and units sold.
23. You are working in Microsoft Excel. Your chart currently uses the default blue color theme, but you want to quickly switch it to a different built-in color palette that matches your company's branding, without manually recoloring each series. What should you do?
- A. Select the chart, go to Chart Design > Change Colors, and pick a palette(correct)
- B. Right-click each data point and change its fill color individually
- C. Change the worksheet's cell fill colors
- D. Apply a different Page Layout theme, which only affects charts, not cells
Explanation: Chart Design > Change Colors offers a gallery of built-in color palettes that instantly recolor all data series in the chart consistently, which is far faster than manually recoloring each series or data point individually.
24. You are working in Microsoft Excel. You need to reposition and resize a chart on the worksheet so it sits neatly over a specific range of cells for printing. Which two techniques accomplish this? Choose 2.
- A. Click and drag the chart's border to move it, then drag a corner handle to resize it(correct)
- B. Use the Format tab's Size group to enter exact Height and Width values(correct)
- C. Use Conditional Formatting to resize the chart automatically
- D. Use Data Validation to lock the chart's position
- E. Charts cannot be resized once created
Explanation: A selected chart can be moved by dragging its border and resized by dragging its corner or edge handles. For precise dimensions, the Format tab's Size group lets you type exact Height and Width values. Conditional Formatting and Data Validation apply to cell data, not chart objects.
25. You are working in Microsoft Excel. You want to print only the selected chart by itself on a page, without printing the surrounding worksheet cells. What is the correct approach?
- A. Click the chart to select it, then use File > Print — Excel prints only the selected chart(correct)
- B. Set the Print Area to exclude all cells
- C. Move the chart to a hidden worksheet before printing
- D. Export the chart as an image first, then print the image
Explanation: When a chart object is selected (clicked once so its border shows selection handles) before opening File > Print, Excel automatically detects the selection and prints only that chart, scaled to fit the page, without the surrounding worksheet cells.