Identifying outliers?

datalyn

New Member
Joined
Nov 16, 2018
Messages
1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Organization
[/TD]
[TD]month
[/TD]
[TD]KPI1
[/TD]
[TD]KPI2
[/TD]
[TD]KPI3
[/TD]
[TD]KPI4
[/TD]
[/TR]
[TR]
[TD]Org1
[/TD]
[TD]Jan-18
[/TD]
[TD]100%
[/TD]
[TD]0
[/TD]
[TD]3
[/TD]
[TD]4%
[/TD]
[/TR]
[TR]
[TD]Org1
[/TD]
[TD]Feb-18
[/TD]
[TD]99%
[/TD]
[TD]0
[/TD]
[TD]2
[/TD]
[TD]2%
[/TD]
[/TR]
[TR]
[TD]Org1
[/TD]
[TD]Mar-18
[/TD]
[TD]100%
[/TD]
[TD]0
[/TD]
[TD]3
[/TD]
[TD]1%
[/TD]
[/TR]
[TR]
[TD]Org2
[/TD]
[TD]Jan-18
[/TD]
[TD]86%
[/TD]
[TD]3
[/TD]
[TD]1
[/TD]
[TD]1%
[/TD]
[/TR]
[TR]
[TD]Org2
[/TD]
[TD]Feb-18
[/TD]
[TD]82%
[/TD]
[TD]0
[/TD]
[TD]1
[/TD]
[TD]6%
[/TD]
[/TR]
[TR]
[TD]Org2
[/TD]
[TD]Mar-18
[/TD]
[TD]90%
[/TD]
[TD]1
[/TD]
[TD]3
[/TD]
[TD]1%
[/TD]
[/TR]
[TR]
[TD]Org3
[/TD]
[TD]Jan-18
[/TD]
[TD]97%
[/TD]
[TD]9
[/TD]
[TD]4
[/TD]
[TD]2%
[/TD]
[/TR]
[TR]
[TD]Org3
[/TD]
[TD]Feb-18
[/TD]
[TD]99%
[/TD]
[TD]0
[/TD]
[TD]2
[/TD]
[TD]5%
[/TD]
[/TR]
[TR]
[TD]Org3
[/TD]
[TD]Mar-18
[/TD]
[TD]98%
[/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[TD]3%
[/TD]
[/TR]
</tbody>[/TABLE]
I need to produce a dashboard listing details of outliers in our data, falling 3 standard deviations above or below the mean. I can highlight them in the original data table using conditional formatting, but how can I extract their row and column headers to a different table? e.g. Org2, Feb-18, KPI1, 82%, or even just return the cell address of those cells falling as outliers for their column?

Data is in the format above, albeit a much larger table: more organisations, more months, and many more KPIs.


All suggestions welcome!
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"

Forum statistics

Threads
1,224,823
Messages
6,181,185
Members
453,020
Latest member
Mohamed Magdi Tawfiq Emam

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