chesspupil
Board Regular
- Joined
- May 21, 2006
- Messages
- 52
Please help:
I am looking for a conditional format formula that looks at the last digit in the cell and asks if the digit is zero then the conditional format is true and I will direct excel to color the cell.
All vaules are numbers. Cells are currently set to round to nearest hundredth.
examples
1.56 (false)
1.50 (true)
20.01 (false)
20.90 (true)
I thought perhaps I could do so with the LEN command or the RIGHT command or SEARCH
(Application- The timer on an X-ray machine can only select in 10th's of a minute, When I select an exposure factor (EF) (Millia-amps * time) I have a formula set up to display my milli-amp choices (also in tenths) So it takes my 30 different Milliamp choices and divides the EF to give me a time... I want the time that ends in a zero to be highlighted.
Thank you
I am looking for a conditional format formula that looks at the last digit in the cell and asks if the digit is zero then the conditional format is true and I will direct excel to color the cell.
All vaules are numbers. Cells are currently set to round to nearest hundredth.
examples
1.56 (false)
1.50 (true)
20.01 (false)
20.90 (true)
I thought perhaps I could do so with the LEN command or the RIGHT command or SEARCH
(Application- The timer on an X-ray machine can only select in 10th's of a minute, When I select an exposure factor (EF) (Millia-amps * time) I have a formula set up to display my milli-amp choices (also in tenths) So it takes my 30 different Milliamp choices and divides the EF to give me a time... I want the time that ends in a zero to be highlighted.
Thank you