close

how do I write a function to find the maximum deviation from a specific
number (say 25, for example) in a worksheet of numbers above and below 25
(say cells d7:r249, for example)

Hi!

Try this:

A1 = 25

=MAX(ABS(MAX(D7:R249)-A1),ABS(MIN(D7:R249)-A1))

Biff

quot;barbdeequot; gt; wrote in message
...
gt; how do I write a function to find the maximum deviation from a specific
gt; number (say 25, for example) in a worksheet of numbers above and below 25
gt; (say cells d7:r249, for example)
=MAX(ABS(D7:R249-25))
array entered (Ctrl-Shift-Enter)

Jerry

barbdee wrote:

gt; how do I write a function to find the maximum deviation from a specific
gt; number (say 25, for example) in a worksheet of numbers above and below 25
gt; (say cells d7:r249, for example)

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

    software

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