Microsoft MO-210 Exam Overview:
| Certification Vendor: | Microsoft |
|---|---|
| Exam Name: | Microsoft Excel (Microsoft 365 Apps) |
| Exam Number: | MO-210 |
| Related Certifications: | Microsoft Office Specialist: Excel Expert (Microsoft 365 Apps) (MO-211) |
| Available Languages: | French, Polish, Dutch, Chinese (Traditional), Japanese, Arabic (Saudi Arabia), Spanish, Russian, Portuguese (Brazil), English, Greek, Italian, Chinese (Simplified), German, Vietnamese |
| Exam Duration: | 50 minutes |
| Exam Format: | Project-based questions, Performance-based tasks, Interactive simulations |
| Certificate Validity Period: | Lifetime |
| Real Exam Qty: | 30-35 |
| Passing Score: | 700 / 1000 |
| Exam Price: | $100 USD |
| Recommended Training: | Microsoft Learn Training |
| Exam Registration: | Certiport Microsoft Learn Pearson VUE |
| Sample Questions: | Microsoft MO-210 Sample Questions |
| Exam Way: | Online proctored or onsite at authorized test centers |
| Pre Condition: | No formal prerequisites; recommended 150 hours of instruction and hands-on experience |
| Official Syllabus URL: | https://learn.microsoft.com/en-us/credentials/certifications/mos-excel-associate-m365-apps/ |
Microsoft MO-210 Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Manage Data Cells and Ranges | 25-30% | - Summarize data visually - Format cells and ranges - Insert data in cells and ranges - Define and reference named ranges - Modify cells and ranges |
| Topic 2: Perform Operations by Using Formulas and Functions | 15-20% | - Modify formula options and settings - Perform calculations by using functions - Use logical, text, date/time, and lookup functions - Insert and modify formulas |
| Topic 3: Manage Tables and Table Data | 10-15% | - Use table references in formulas - Modify tables and table data - Create and format tables - Filter and sort table data |
| Topic 4: Manage Charts | 15-20% | - Format charts - Create charts - Modify charts - Add and modify chart elements |
| Topic 5: Manage Worksheets and Workbooks | 25-30% | - Customize options and views - Navigate within workbooks - Format worksheets and workbooks - Create, modify, and save workbooks - Configure workbooks for collaboration and accessibility |
Microsoft Excel (Microsoft 365 Apps) Sample Questions:
Instructions
Exam Environment
Exam Interface and Controls
The exam panel provides access to the project task(s). Each project has an associated file in which you will perform the project tasks.
Overview:
Motorhome Rentals
Your company rents motorhomes. The motorhomes rent year-around at different prices. You are preparing pricing worksheets to be shared with others.
Task5:
On the Rentals worksheet, configure the heading row in the table so that entries wider than the column wrap to multiple lines.
Correct Answer:
See the solution in Explanation below.
Explanation:
To ensure that the text in your heading row (the table headers) is fully visible without changing the column width, you will use theWrap Textfeature.
Step-by-Step Solution
* Select the Header Row:In your "Rentals" worksheet, click and drag to select the cell rangeA2:F2(the orange heading row containing "Capacity," "Fleet Name," etc.).
* Navigate to the Home Tab:Ensure you are on theHometab of the Ribbon.
* Apply Wrap Text:
* Look for theAlignmentgroup.
* Click theWrap Textbutton (usually represented by an "ab" icon with a curved arrow).
* Verify the Result:The text in your headers will now automatically wrap to multiple lines if it exceeds the current width of the column.
Instructions
Exam Environment
Exam Interface and Controls
The exam panel provides access to the project task(s). Each project has an associated file in which you will perform the project tasks.


Overview:
Jelly Beans
A shop you manage sells gourmet jelly beans. You are tracking the amount of jelly beans sold each quarter and summarizing the information in aworkbook.
Task 5:
Group the Profits, Costs, and Chart worksheets and change the tab color to Pink, Accent 4.
Correct Answer:
See the solution in Explanation below.
Explanation:
To group multiple worksheets and change their tab colors simultaneously in Microsoft Excel 365, follow these steps:
Step 1: Group the Worksheets
* Look at the worksheet tabs at the bottom of your Excel window.
* Click on the first tab,Profits.
* Hold down theCtrlkey on your keyboard.
* While holdingCtrl, click on theCoststab and then theCharttab.
* Note: You will notice all three tabs now have a white background, indicating they are grouped together.
Step 2: Change the Tab Color
* Right-clickon any of the selected (grouped) tabs.
* Hover your mouse overTab Colorin the pop-up menu.
* In the color palette that appears, locate theTheme Colorssection.
* Find and selectPink, Accent 4(this is usually the 8th color in the top row of the Theme Colors section).
Step 3: Ungroup the Worksheets
* To finish,right-clickon any of the tabs again.
* SelectUngroup Sheetsfrom the menu.
* Alternatively, you can click on any worksheet tab that is not part of the group to ungroup them.
Final Result
TheProfits,Costs, andCharttabs will now all display the samePink, Accent 4color at the bottom of your workbook.
Would you like me to help you with the next task or another project?
Instructions
Exam Environment
Exam Interface and Controls
The exam panel provides access to the project task(s). Each project has an associated file in which you will perform the project tasks.

Farm Feeds:
You are the assistant manager for a farm pet feed store. You are creating an inventory report.
Task 3:
On the Feed Inventory worksheet, remove the hyperlink functionality, but leave the text in cell C27.
Correct Answer:
See the solution in Explanation below.
Explanation:
To completeTask 3: Remove the hyperlink functionality from cell C27 on the Feed Inventory worksheet, follow these specific steps to ensure the text remains while the link is deleted.
Step 1: Select the "Feed Inventory" Worksheet
Ensure you are on the correct sheet by clicking theFeed Inventorytab at the bottom of the window.
Step 2: Navigate to Cell C27
Locate cellC27in the Description column. Based on your project files, this is likely a URL or a linked piece of text at the bottom of the table.
Step 3: Remove the Hyperlink
You want to strip the "clickable" link without deleting the actual words inside the cell.
* Right-clickdirectly on cellC27.
* From the context menu that appears, selectRemove Hyperlink(it is usually located at the very bottom of the list).
Step 4: Verify the Text Remains
The text should change from blue/underlined back to standard black text, but the characters themselves will stay in the cell.
Instructions
Exam Environment
Exam Interface and Controls
The exam panel provides access to the project task(s). Each project has an associated file in which you will perform the project tasks.
Overview:
Clearance Sale
You are the administrative assistant for a retail company that is going out of business. You've been tasked to prepare a workbook for the clearance sale.
Task5:
On the Vehicles worksheet, in the Code column cell B4, create a formula that returns the two leftmost letters of the vehicle style displayed in cell D4.
Correct Answer:
See the solution in Explanation below.
Explanation:
To extract specific characters from the start of a text string in Excel, you use theLEFTfunction.
Step-by-Step Solution
* Navigate to the Worksheet: Click on theVehiclesworksheet tab at the bottom of your Excel window.
* Select Cell B4: Click on cellB4(under the "Code" column).
* Enter the Formula: Type the following formula exactly as shown: =LEFT(D4, 2)
* Press Enter: Once you press Enter, Excel will look at the "Vehicle Style" in cellD4and return only the firsttwoletters.
Explanation of the Formula
* LEFT: This is the function used to start counting characters from the beginning (left side) of a cell.
* D4: This tells Excel which cell contains the text you want to extract from (the Vehicle Style).
* 2: This specifies the number of characters you want to retrieve.
We're so confident of our products that we provide no hassle product exchange.


By Joa

