conditional formatting

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

Guest

Hi there,

I am trying to use conditional formatting to turn the cell red if the value
is not a dividend of 3...any suggestions would be great!
 
I suppose you mean the value is not divisible by 3, e.g. 6 is divisible by 3,
7 is not. If so, apply this formula (say your values are in column A):

=MOD(A1,3)>0

Regards,
Stefi


„smack†ezt írta:
 
I suppose you mean the value is not divisible by 3, e.g. 6 is divisible by 3,
7 is not. If so, apply this formula (say your values are in column A):

=MOD(A1,3)>0

Regards,
Stefi


„smack†ezt írta:
 
Thanks Stefi...!

Stefi said:
I suppose you mean the value is not divisible by 3, e.g. 6 is divisible by 3,
7 is not. If so, apply this formula (say your values are in column A):

=MOD(A1,3)>0

Regards,
Stefi


„smack†ezt írta:
 
Thanks Stefi...!

Stefi said:
I suppose you mean the value is not divisible by 3, e.g. 6 is divisible by 3,
7 is not. If so, apply this formula (say your values are in column A):

=MOD(A1,3)>0

Regards,
Stefi


„smack†ezt írta:
 
You are welcome! Thanks for the feedback!
Stefi


„smack†ezt írta:
 

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