Is there a function that can be used to identify tolerences of answers.
ie. if the answer is within 5% of a specified number then this is OK. It needs to work on both positive and negative numbers
many thanks
Not that I know of but I can easily write you one. Let me know if you
need it.This seems to work. Where D4 is the answer and E4 is the specified number.
You can change the ROUND functions to however many decimals of precision
you're looking for.
=ROUND(ABS(E4-D4),5)lt;ROUND(ABS(5%*E4),5)
quot;andyhoferquot; wrote:
gt;
gt; Is there a function that can be used to identify tolerences of answers.
gt;
gt; ie. if the answer is within 5% of a specified number then this is OK.
gt; It needs to work on both positive and negative numbers
gt;
gt; many thanks
gt;
gt;
gt; --
gt; andyhofer
gt;
- Dec 25 Tue 2007 20:41
Formulae for Tolerence
close
全站熱搜
留言列表
發表留言