close

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;

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()