Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a column that I would like for the value that is put in there to
hilight if it is not divisible by a certain number. For example....If the number I put in column A is not divisible by the number in column c, I would like the value that I put in column A to hilight....how do I do this? Thanks! Joann |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
CF/ Formula Is/ =MOD(A1/C1,1)<0
or CF/ Formula Is/ =MOD(A1,C1)<0 -- David Biddulph "Joann" wrote in message ... I have a column that I would like for the value that is put in there to hilight if it is not divisible by a certain number. For example....If the number I put in column A is not divisible by the number in column c, I would like the value that I put in column A to hilight....how do I do this? Thanks! Joann |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Where do I put this though?
"David Biddulph" wrote: CF/ Formula Is/ =MOD(A1/C1,1)<0 or CF/ Formula Is/ =MOD(A1,C1)<0 -- David Biddulph "Joann" wrote in message ... I have a column that I would like for the value that is put in there to hilight if it is not divisible by a certain number. For example....If the number I put in column A is not divisible by the number in column c, I would like the value that I put in column A to hilight....how do I do this? Thanks! Joann . |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look at "Add, change, or remove conditional formats" in the help file.
Joann wrote: Where do I put this though? "David Biddulph" wrote: CF/ Formula Is/ =MOD(A1/C1,1)<0 or CF/ Formula Is/ =MOD(A1,C1)<0 -- David Biddulph "Joann" wrote in message ... I have a column that I would like for the value that is put in there to hilight if it is not divisible by a certain number. For example....If the number I put in column A is not divisible by the number in column c, I would like the value that I put in column A to hilight....how do I do this? Thanks! Joann . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I convert conditional formatting into explicit formatting? | Excel Discussion (Misc queries) | |||
Conditional formatting--different formatting depending on cell con | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |