Automatically checking for outliers in the data series

nmusoke17

New Member
Joined
Jun 5, 2024
Messages
6
Office Version
  1. 2019
Platform
  1. Windows
I have analysed revenue collections over three years by location. However, I am observing some wide swings in the data. What Excel formula can I use to help me automatically show me that the data has outliers in it.

Thank you
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
There are various methods to define outliers. What do you consider as "outliers"?
 
Upvote 0
There are various methods to define outliers. What do you consider as "outliers"?
for example, if I have three figures over three years such 4, 7 and 2000. I would consider 2000 as an outlier
 
Upvote 0
It's obvious in that example, but what about something closer like
1,2,3,4,5,10,20,1,1,1,1,1,1,8

Do you consider 8 as outliers? What I'm getting at is what is the cut-off for it to be an outlier?
 
Upvote 0
It's obvious in that example, but what about something closer like
1,2,3,4,5,10,20,1,1,1,1,1,1,8

Do you consider 8 as outliers? What I'm getting at is what is the cut-off for it to be an outlier?
in that regard i would consider 20 as an outlier, basically any change of more than 100%
 
Upvote 0
This uses the 3 standard deviation rule. See if this works for you.
Book1
A
252.48
349.31
453.24
557.62
648.83
748.83
857.9
953.84
1047.65
1152.71
1247.68
1347.67
1451.21
1540.43
1641.38
1747.19
1844.94
1951.57
2045.46
2142.94
2257.33
2348.87
2450.34
2542.88
2647.28
2750.55
2844.25
2951.88
3047
3148.54
32100
3359.26
3449.93
3544.71
3654.11
3743.9
3851.04
3940.2
4043.36
4150.98
4253.69
4350.86
4449.42
4548.49
4642.61
4746.4
4847.7
4955.29
5051.72
5141.18
5220
53100
54120
Sheet2
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A54Expression=A2>AVERAGE($A$2:$A$54)+3*STDEV.S($A$2:$A$54)textNO
 
Upvote 0

Forum statistics

Threads
1,221,446
Messages
6,159,917
Members
451,603
Latest member
SWahl

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top