Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel does not seem to like to conditionally format numbers expressed as a
percent. I used a formula "If Greater Than or Equal to One, font is black - and If Less Than One, font is red". But, both sets are displayed as red. What is the trick to this? DOUG |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The trick is to remember that 1 is the same as 100%. If you ask for
anything <1 to be red, anything <100% will be red. -- David Biddulph "DOUG" wrote in message ... Excel does not seem to like to conditionally format numbers expressed as a percent. I used a formula "If Greater Than or Equal to One, font is black - and If Less Than One, font is red". But, both sets are displayed as red. What is the trick to this? DOUG |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Remember, percentages are actually hundreths (decimals). Change your
conditions to "Greater than or equal to 0.01" and "Less than 0.01" Currently, your condition is actually saying anything less than 100% is red. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "DOUG" wrote: Excel does not seem to like to conditionally format numbers expressed as a percent. I used a formula "If Greater Than or Equal to One, font is black - and If Less Than One, font is red". But, both sets are displayed as red. What is the trick to this? DOUG |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting Bottom 'n' percent | Excel Discussion (Misc queries) | |||
whole number conditional formatting | Excel Worksheet Functions | |||
Conditional Number Formatting | Excel Discussion (Misc queries) | |||
Conditional Number formatting? | Excel Discussion (Misc queries) | |||
Formatting a number to look like a Percent without a percent sign | Excel Discussion (Misc queries) |