Highlighting blank cells is a great way to quickly identify missing data or incomplete records in your spreadsheets.
AI に任せるSelect your range
Highlight the range of cells or the entire table where you want to find blank cells.
条件付き書式を開く
Go to the 'Home' tab, click 'Conditional Formatting', and select 'New Rule'.
Set the rule type
Select 'Format only cells that contain', then change the dropdown to 'Blanks'.
Choose your format
Click the 'Format' button to pick a fill color, then click 'OK' to apply.
=ISBLANK(A1)No, Excel treats cells with a space as non-blank. You would need to use a formula rule like =LEN(TRIM(A1))=0 to catch those.