Conditional Formatting

D

DogmaDot

columns a b c d e f g h i j k l m n

column d contains peoples names
Column n contains F or is blank
I want to highlight the name in column d if the corresponding cell in column
n is blank
 
D

Dave Peterson

Select your range (D1:D9999, say)

With D1 the activecell
Format|conditional formatting
Formula is:
=n1=""

You could also use:
=n1<>"F"

since you only use F or blank.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top