Please help solve a problem of conditional formatting

Users questions: I need a few column values ​​for conditional formatting, meaning that if the value of the fractional part of the first two (both decimal 10) the number of 0 to set the color to reflect; example, suppose the value in a1, I use conditional formatting formula is = (a1 "")*( a1 0 )*(** right (Int (a1 * 100)) = 0) becomes red. But some value (looks), such as 3.01,2.99, etc. These, the first 10 decimal places is not a value of 0, conditional formatting color changed red. Ask President, this is what causes; what formula (method) can be To solve this problem. That is, the first 10 decimal places is 0 only changes the value, instead of 0 does not change. Description: The series is calculated in the return value of the data, that objective more than two decimal places on the thank you
Experts answer: decile formula is modified as follows: = MID (A1, S EARCH (".", A1) +1,1) = "0" percentile formula is modified as follows: = MID (A1, SEARCH (".", A1) +2,1) = "0"
  • This information provided by the users.Thanks!