Hi!! I've been trying with no luck to come up with a way to:
a) find all the outliers in a range of a 1000 rows. The criteria is simply +/- average*2. The outlier can either be above or below.
b) colour the background of these outliers.
c) repeat a&b in the next column.
So in essence, I'm trying to find all values in a table that are twice (positive or negative) that of the average and highlight them.
Example:
A, B
4, 1
4, 1
4, 1
4, 4
4, 1
4, 1
4, 1
12, 1
In this case the outlier for A is 12 and the outlier for B is 4.
Any help, be it in a formula for a given cell, or VBA, is deeply appreciated.
Sincerely
Kurifodo
Bookmarks