conditional formatting for <= +- 1.0%

R

R&D

I need a cell that is calculating the percent delta RT to be conditionaly
formatted if the value is out of range. one range I am looking for is <= +-
1.0%.

Thank you
 
B

Bernard Liengme

Select the range of cells to be formatted; I will assume the first is A1
(adjust as needed)
In the Conditional Formatting dialog use: Formula Is =ABS(A1)<1%; then give
a format as needed
best wishes
 
Top