Challenge - 5 Problems
Cell Alignment and Wrapping Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate1:30remaining
Effect of Wrap Text on Cell Height
You enter the text
"Hello world! This is a test." in cell A1. You enable Wrap Text for A1 and set the column width narrow enough so the text wraps into two lines. What happens to the height of cell A1?Attempts:
2 left
💡 Hint
Think about how Excel shows all text when wrapping is on.
✗ Incorrect
When Wrap Text is enabled, Excel adjusts the cell height automatically to show all lines of wrapped text. So the height increases to fit the text on multiple lines.
❓ Function Choice
intermediate1:30remaining
Choosing Alignment for Centered Text
You want to center the text horizontally and vertically inside a cell in Excel. Which combination of alignment settings should you choose?
Attempts:
2 left
💡 Hint
Center means text is in the middle horizontally and vertically.
✗ Incorrect
Setting Horizontal alignment to Center and Vertical alignment to Center places the text exactly in the middle of the cell both ways.
🎯 Scenario
advanced2:00remaining
Preventing Text Overflow in Adjacent Cells
You have a long text in cell A1 that spills over into cell B1, which already contains data. You want to keep the full text visible in A1 without overwriting B1's content. What should you do?
Attempts:
2 left
💡 Hint
Think about how to keep text inside its own cell without hiding it.
✗ Incorrect
Enabling Wrap Text in A1 forces the text to stay inside A1 by wrapping onto multiple lines, so it does not overflow into B1.
📊 Formula Result
advanced1:30remaining
Result of Vertical Alignment on Multi-line Text
Cell A1 has Wrap Text enabled and contains multiple lines of text. The cell height is larger than needed for the text. If you set Vertical Alignment to Top, what will you see?
Attempts:
2 left
💡 Hint
Vertical alignment controls where text sits inside the cell vertically.
✗ Incorrect
With Vertical Alignment set to Top, the wrapped text stays at the top of the cell, and any extra space is below the text.
❓ data_analysis
expert2:30remaining
Analyzing Effects of Mixed Alignment and Wrap Text
You have a table where some cells have Wrap Text enabled and vertical alignment set to Bottom, while others have Wrap Text disabled and vertical alignment set to Center. Which statement is true about the visual appearance of these cells?
Attempts:
2 left
💡 Hint
Consider how Wrap Text and vertical alignment interact visually.
✗ Incorrect
Wrap Text allows multiple lines and vertical alignment controls where text sits vertically. Bottom alignment places wrapped text at the bottom; no wrap with Center alignment centers single-line text vertically.