conditional formatting

  • Thread starter Thread starter nique012
  • Start date Start date
N

nique012

Hello,

I need A1 to turn red, when A3 is equal to 125.

I don't want to use Visual Basic though ...

Any suggestions?

Nic
 
select A1 <format><conditional format>
change "cell value is" to "formula is"
formula is: =A3=125
set format patterns to red
note I sometimes have to go back into conditonal formats and get rid of
quote marks where I don't want them(?).
 
Thx,

I tried
=if(a3=125)

but that didn't work of course

Now it works.

thx !
 

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