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)
- Mar 13 Thu 2008 20:43
how to write function to find max deviation from specific number .
close
全站熱搜
留言列表
發表留言