View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
john wright john wright is offline
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