Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
FormatConditional FormattingFormula is =MOD(A1,3)<0 -- Regards Roger Govier "smack" wrote in message ... 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! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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: 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! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Stefi...!
"Stefi" wrote: 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: 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! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you!!!
"Roger Govier" wrote: Hi FormatConditional FormattingFormula is =MOD(A1,3)<0 -- Regards Roger Govier "smack" wrote in message ... 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! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You are welcome! Thanks for the feedback!
Stefi €žsmack€ť ezt Ă*rta: Thanks Stefi...! "Stefi" wrote: 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: 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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting a range with conditional formatting | Excel Worksheet Functions | |||
conditional formatting glitches | Excel Discussion (Misc queries) | |||
Keeping conditional formatting when sorting | Excel Discussion (Misc queries) | |||
conditional formatting | Excel Discussion (Misc queries) | |||
cannot use ISEVEN or ISODD functions in Conditional Formatting | Excel Worksheet Functions |