What is the main benefit of applying the currency format here?
medium
A. It adds extra calculations to the cells.
B. It changes the actual values to dollars.
C. It makes the numbers easier to read and understand as money.
D. It deletes the decimal places permanently.
Solution
Step 1: Understand what number formatting does
Number formatting changes how numbers look, like adding dollar signs and commas, but does not change the value.
Step 2: Identify the benefit of currency format
Currency format helps users quickly see that numbers represent money, improving understanding.
Final Answer:
It makes the numbers easier to read and understand as money. -> Option C
Quick Check:
Currency format improves readability = A [OK]
Hint: Currency format shows money clearly without changing values [OK]
Common Mistakes:
Thinking formatting changes the actual number
Believing formatting adds calculations
Assuming decimals are removed permanently
4. You want to highlight cells with values above 100 using conditional formatting, but it doesn't work. What could be the problem?
medium
A. You applied conditional formatting to text cells instead of numbers.
B. You typed the formula =A1>100 in the conditional formatting rule.
C. You used bold font instead of color fill.
D. You saved the file before applying formatting.
Solution
Step 1: Check the data type of cells
Conditional formatting with >100 works only on numeric cells, not text.
Step 2: Understand why formatting fails
If cells contain text, the condition >100 is ignored, so no highlight appears.
Final Answer:
You applied conditional formatting to text cells instead of numbers. -> Option A
Quick Check:
Conditional formatting needs numbers = B [OK]
Hint: Ensure cells are numbers, not text, for conditional formatting [OK]
Common Mistakes:
Using wrong formula syntax
Confusing font style with conditional formatting
Thinking saving affects formatting
5. You have a sales report with thousands of rows. You want to make it easier to find the top 10 sales quickly. Which formatting method should you use?
hard
A. Change all font colors to blue.
B. Manually bold the top 10 sales values.
C. Delete rows with sales below average.
D. Apply conditional formatting with a color scale to highlight higher sales.
Solution
Step 1: Identify the best formatting for large data
Conditional formatting with color scales automatically highlights values based on size, helping spot top sales easily.
Step 2: Compare other options
Manually bolding is slow and error-prone; changing all font colors doesn't highlight top values; deleting data loses information.
Final Answer:
Apply conditional formatting with a color scale to highlight higher sales. -> Option D
Quick Check:
Color scale highlights top values = C [OK]
Hint: Use color scales to spot top numbers fast [OK]