0
0
Excelspreadsheet~20 mins

Cell alignment and wrapping in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cell Alignment and Wrapping Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
1: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?
AThe cell height increases to fit the wrapped text on two lines.
BThe cell height decreases to fit the wrapped text.
CThe cell height stays the same as before wrapping.
DThe cell height becomes zero and the text is hidden.
Attempts:
2 left
💡 Hint
Think about how Excel shows all text when wrapping is on.
Function Choice
intermediate
1: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?
AHorizontal: Center, Vertical: Center
BHorizontal: Left (Indent), Vertical: Bottom
CHorizontal: Right, Vertical: Top
DHorizontal: Justify, Vertical: Distributed
Attempts:
2 left
💡 Hint
Center means text is in the middle horizontally and vertically.
🎯 Scenario
advanced
2: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?
ASet A1's horizontal alignment to Left and vertical alignment to Bottom.
BClear the content of B1 to allow overflow from A1.
CEnable Wrap Text in A1 so the text fits inside A1's width and height.
DReduce the font size in B1 to make room for A1's text.
Attempts:
2 left
💡 Hint
Think about how to keep text inside its own cell without hiding it.
📊 Formula Result
advanced
1: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?
AThe text is hidden because the cell height is too large.
BThe text is centered vertically in the cell.
CThe text is aligned at the bottom of the cell, leaving empty space above.
DThe text is aligned at the top of the cell, leaving empty space below.
Attempts:
2 left
💡 Hint
Vertical alignment controls where text sits inside the cell vertically.
data_analysis
expert
2: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?
AAll cells show text centered vertically regardless of Wrap Text setting.
BCells with Wrap Text and Bottom alignment show text at the bottom with multiple lines; cells without Wrap Text and Center alignment show single-line text centered vertically.
CCells without Wrap Text always show text at the top, ignoring vertical alignment.
DWrap Text disables vertical alignment settings, so all wrapped cells align top by default.
Attempts:
2 left
💡 Hint
Consider how Wrap Text and vertical alignment interact visually.