Conditional Format

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Can't seem to get any help with this :(

I have two two columns in excel

a b
Jan 200
Feb 456
Mar 544
June 1201

'b' numbers already has a conditional format in place using the when "cell
value is" function. So when cell value is less than 1200 the numbers go red.
when its above 1200 they go green...

What I want next is for the dates in column 'a' to change the same colour as
the 'b' numbers.
 
Select your range, say A1:B999 and with the activecell in Row 1, use this as the
conditional formatting formula (not value is):

=$b1<1200
give it a nice format

and
=$b1>1200
and give it a nice format

What happens at exactly 1200?
 

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