Is there a function or a way to tell excel to return a specific string if a value is say plus or minus 5.

For example:

IF(OR(K9=K35,K9=""),"ESTIMATE","ACTUALS")

I need it to say if K9 is equal to K35 plus or minus 5.

Thanks.

ep