Will Conditional Formatting work?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My spreadsheet contains conditonal formatting that tells cells in coumn C to
BOLD & color purple when "2007 NEW" is entered.
I would like the cells in column A to do the same
So, if Cell C2 = BOLD & Purple then Cell A2 = BOLD & Purple
Thanks!
 
With A2 selected, set Conditional Formatting to
Formula Is: =C2="2007 New" ; and set up formatting required.
Or did I miss something?
 
One way:

Use the same criteria. Select column A (with A1 active) and enter

CF1: Formula is =C1="2007 NEW"
Format1: <pattern>/<purple>, <font>/Bold
 
Back
Top