Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Get a deviation reading

I have a column of numbers that I can get the average of. I want to analyze
each row (after I get the average) and compare it to the average. If it is
+/- .0005 then I want to mark a column called Outside Spec with an x or 1 to
indicate which rows are outside the accepted reading range. How would I do
this?

John Wright


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,393
Default Get a deviation reading

I have numbers in K1:K10 and in L1 I have
=IF(ABS(K1-AVERAGE($K$1:$K$10))0.3,"x","")
This I copy down to H10. There are x's in the cells when the deviation is
+/- 0.3
You need 0.0005 in place of 0.3

If you have the average in a cell, say B5 then you could use
=IF(ABS(K1-$B$5)0.3,"x","")

best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"john wright" wrote in message
...
I have a column of numbers that I can get the average of. I want to
analyze each row (after I get the average) and compare it to the average.
If it is +/- .0005 then I want to mark a column called Outside Spec with an
x or 1 to indicate which rows are outside the accepted reading range. How
would I do this?

John Wright



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
standard deviation Clem Charts and Charting in Excel 1 December 6th 09 03:24 PM
Standard deviation patiencescientist Excel Discussion (Misc queries) 2 July 28th 08 02:48 PM
standard deviation [email protected] Charts and Charting in Excel 3 April 16th 08 01:04 AM
Standard deviation Svi Excel Discussion (Misc queries) 5 October 15th 07 10:13 AM
Standard Deviation Stan Banner Excel Worksheet Functions 1 March 11th 06 09:11 PM


All times are GMT +1. The time now is 10:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"