Graded Quiz :Excel Basics for Data Analysis (IBM Business Analyst Professional Certificate) Answers 2025
Here are the answers in your strict required exam format β
β
(All options shown, correct ones marked, with a clear Explanation after each question, and a π§Ύ Summary Table at the end)
Question 1
What is one of the issues that empty rows cause in your spreadsheet?
β Formula errors
β
Indexing function error
β Data will be hidden
β Spell-check will fail
Explanation:
Empty rows can break the continuity of data ranges, which often causes indexing and lookup functions (like VLOOKUP, INDEX) to behave incorrectly.
Question 2
How to remove all empty rows at the same time in an imported spreadsheet?
β Use Search & Replace
β Delete empty rows one at a time
β
Select all rows β filter for Blanks β select and delete
β Use Remove Duplicates
Explanation:
Filtering for Blanks lets you select all empty rows at once and delete them efficiently.
Question 3
Easiest way to locate and remove duplicated rows in Excel?
β
Select all data and click the Remove Duplicates button
β Use Conditional Formatting
β Search for first character
β Use HLOOKUP
Explanation:
The Remove Duplicates button is the fastest and simplest method to delete duplicate rows.
Question 4
What does the PROPER function do?
β Repairs a REF error
β Converts uppercase to lowercase
β Converts lowercase to uppercase
β
Changes text to sentence (proper) case
Explanation:PROPER() capitalizes the first letter of each word, making text look clean and readable.
Question 5
Why use Paste Values when pasting from a helper row to the original row?
β Validates the copied function
β Keeps cell formatting the same
β
Makes sure formulas arenβt also copied
β Ensures consistency
Explanation:
Paste Values pastes only the results, not the formulas, preventing calculation issues.
Question 6
One way to apply new data formats to the rest of a column is:
β Format button
β
Format Painter tool
β Text Import wizard
β Paste Special tool
Explanation:
The Format Painter quickly copies formatting from one cell to others.
Question 7
Which tools can split one column with two names into two columns? (Select all that apply)
β Format Painter tool
β Paste Special
β
Flash Fill feature
β
Text to Columns feature
Explanation:
-
Text to Columns splits data using delimiters (like space or comma)
-
Flash Fill automatically detects and applies patterns
π§Ύ Summary Table
| Question | Correct Answer(s) | Key Concept |
|---|---|---|
| Q1 | Indexing function error | Empty rows issue |
| Q2 | Filter blanks & delete | Data cleaning |
| Q3 | Remove Duplicates | Duplicate handling |
| Q4 | Sentence case | Text functions |
| Q5 | Prevent formula copy | Paste Values |
| Q6 | Format Painter | Formatting |
| Q7 | Flash Fill, Text to Columns | Split columns |