How do I format a row depending on the value of a cell in the row

G

Guest

I have a table set up and would like any row of the table where a particular
cell in the same row is blank to be highlighted. In other words, for any cell
in column J that is blank, I want the corresponding row to be highlighted.

I'm trying the conditional formating 'Formula Is' but so far it's not
working for me. Any ideas?
 
G

Guest

Select the whole table, assume the table is A1:D10, so formula is should be

=COUNTBLANK($A1:$D1)>0


replace A1 with the left uppermost cell in your table that you want to test
for and D1 with the right uppermost cell, notice the mixed relative absolute
references (dollar signs)


regards,

Peo Sjoblom
 

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