In a sales report, why is it helpful to make the header row bold and use a background color?
Think about how you find information quickly in a table.
Bold text and background color highlight headers, making it easier to identify columns at a glance.
Given the number 1234567.89 in cell A1, which formatted version is easiest to read?
A1 = 1234567.89Think about how commas help separate thousands in English number formatting.
Using commas to separate thousands makes large numbers easier to read quickly.
You have a table with product names, quantities, and prices. Which alignment choice improves readability the most?
Think about how numbers and text are usually aligned in tables.
Text is easier to read when left-aligned; numbers are easier to compare when right-aligned.
In a sales sheet, conditional formatting highlights sales below target in red. What is the main benefit?
Think about how color helps you notice important information fast.
Highlighting low sales in red draws attention to problem areas without changing the data itself.
You want to combine first and last names in one cell with the last name on a new line. Which formula works in Excel?
Excel uses CHAR(10) for line breaks inside cells.
Using & to join text and CHAR(10) inserts a line break. Other options either use wrong operators or escape sequences not recognized by Excel.