Express a Formula that is + or - 20% from a Value Q

  • Thread starter Thread starter Sean
  • Start date Start date
S

Sean

How can I express a formula that checks to see if a value is within +
or - 20% from another value?


Thanks
 
Try this:

=IF(ABS((B1-A1)/A1)<=0.2,"OK","Out of tolerance")

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top