You have text in cell A1: "Sales Report". You select cells A1 to C1 and apply Merge and Center. What will be the visible output in the merged cell?
Think about what Merge and Center does to the text in the first cell.
When you merge and center cells, the content of the upper-left cell (A1) stays visible and is centered across the merged range. Other cells' contents are removed.
You have values in cells A1: "Jan", B1: "Feb", and C1: "Mar". You want to merge these cells and keep all three month names visible in the merged cell. Which approach works best?
Think about how Excel handles text in multiple cells when merging.
Merge and Center keeps only the upper-left cell's content. To keep all text, you must combine it first (e.g., with CONCATENATE or &), then merge.
You want to merge cells A1:C1 and display combined text from these cells in the merged cell. Which formula correctly combines the text with commas?
Consider different ways to join text in Excel.
All three formulas combine text with commas. TEXTJOIN is newer and handles ranges easily, CONCATENATE and & also work.
You merge cells A1 to C1. Then you enter a formula in D1: =A1. What value does D1 show?
Think about how Excel treats merged cells as one cell.
After merging, the merged area is treated as one cell with the address of the upper-left cell (A1). Formulas referencing A1 get the merged cell's value.
You have a table with merged header cells in row 1 (A1:C1 merged). When you try to sort the data below by column A, what problem occurs?
Think about how merged cells affect sorting operations.
Excel cannot sort ranges that include merged cells because merged cells disrupt the row structure. It shows an error and stops sorting.