Extendinf conditional formatting to adjacent cells

  • Thread starter Thread starter Jeff Granger
  • Start date Start date
J

Jeff Granger

Is there a way to extend the conditional formatting on a cell to other
cells?

I have a list of transactions with Date Purchased | Description | Cost |
Status.

When the value in Status is "Paid" I'd like the whole row to go green.

Can this be done?

Jeff
 
Select row, and in conditional formatting select " formula is" and enter
formula =$C$1="paid"
 
Jeff,

If you'll be copying this row down, change the formula to

=$C1="paid"
 

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

Back
Top