View Single Post
  #1   Report Post  
Bruise
 
Posts: n/a
Default Changing cell formatting with IF function

I am trying to set up a code to change the cell color and font color depending on the entry in a particular cell.

Example:

If C2 is "John", then D2, E2, F2, G2 cell colors change to red with white, bold lettering.

If C2 is anything but "John", the D2, E2, F2, G2 cell colors stay normal, as does the font.

Can anyone help me with this?