Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All
I am trying to clean up a huge amount of data for further analysis. One of the steps is to remove outliers. I have chosen to work with a normal distribution and so want to delete all values that fall outside of 3 deviations from the mean. Application.Average(Application.Index(myArray, 0, c)) (c is the column of the array) Gives me the average but I have already deleted non numeric values and also incorrect duplicate values. VBA for excel fills the empty pieces in the array with zeros so my average is not correct. If I do this in excel the average will exclude empty cells but in the array it does not do this. Is there a simple way to work around this. Thank you in advance Geoff |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Array element | Excel Worksheet Functions | |||
Looping through each element of an array | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array element | Excel Programming |