Hi,

How about these, presuming actual and forecast are in columns A and B.


=ABS((A1-B1)/A1)<=0.05
=AND(ABS((A1-B1)/A1)>0.05,ABS((A1-B1)/A1)<=0.1)
=ABS((A1-B1)/A1)>0.1