View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] seanbtrini@gmail.com is offline
external usenet poster
 
Posts: 11
Default Conditional formatting with decimals


I have a milestone number calculated for someone to meet, the
number is 9.012, I am displaying it as 9 on the sheet. I have a
conditional format of "if cell A1 is less than cell A2 (9.012) then
RED"; then the second format is "if A1 is equal to or greater than A2
then GREEN". Well if my cell A1 is 9 it will stay red because it is
less than A2, 9.012. I haven't used a formula because I don't know
how. I am in the learning mode, how can I fix this problem.