Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Conditionally formatting if multiple cells are blank (no numerics throughout spreadsheet )

I have created a spreadsheet in Excel and am attempting to use Conditional Formatting to highlight a cell or row if any or all of the cells in the last four columns are blank. My columns consist of name of account, store manager, city, state, visit 1, visit 2, visit 3 and visit 4.

When an account is visited notes are written in the "Visit" cell and if an account does not need a visit an X is put in each "Visit" column that is not needed (some accounts need one visit, some two, some all four).

Is it possible to have the Account Name and/or Manager Name highlighted when any visits are left blank, indicating they need to set up a visit that is necessary?

I have tried the instructions below but it didn't seem to work for the range of information I was looking for.


  1. Open the 'Conditional Formatting Rules Manager' (Conditional Formatting->Manage Rules).
  2. Click 'New Rule' and choose "Use a formula to determine which cells to format".
  3. In the "Format values where this formula is true:" box, enter the cell which you want to check if blank.
  4. Place a dollar sign in front of the letter of the cell reference to make it affect only that row, not the whole table or just the cell.
  5. Type ="" at the end of the box to check for if the cell is blank.
  6. Click "Format..." and go to the "Fill" tab to choose a colour to fill the row if true and click "OK".
  7. Click "Okay" to close the 'New Rule' dialog.
  8. Change the "Applies to" value of the rule you just created to the scope of the entire table to make the rule apply to it. (If your table has a reference name, you can enter it here)
  9. Click "Okay to close the 'Conditional Formatting Rules Manager'.
like image 963
user3434363 Avatar asked Mar 18 '14 18:03

user3434363


People also ask

How do I keep conditional formatting without numbers?

Remove the numbers from conditional formatted cells If you click on CONDITIONAL FORMATTING and then MANAGE RULES you will get to the screen shown below. You can see that there is an option that does exactly that, Show Bar only. When you select that option, the numbers appear to disappear as shown below.

Can you use Isblank in conditional formatting?

We can use the ISBLANK coupled with conditional formatting. For example, suppose we want to highlight the blank cells in the range A2:F9, we select the range and use a conditional formatting rule with the following formula: =ISBLANK(A2:F9).


1 Answers

enter image description here

How about just > Format only cells that contain - in the drop down box select Blanks

like image 139
user7863124 Avatar answered Sep 17 '22 08:09

user7863124