Hello,
I am using excel 2003 and have the below sample data (from a main excel sheet with 1000's of rows).
[TABLE="width: 430"]
<colgroup><col span="4"><col><col></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]ID[/TD]
[TD]Owner[/TD]
[TD]Region[/TD]
[TD]Action[/TD]
[TD]Date[/TD]
[TD]Timestamp[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Shawn[/TD]
[TD]APR[/TD]
[TD]Closed[/TD]
[TD]12/01/2015[/TD]
[TD]12:52:06am[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Shawn[/TD]
[TD]APR[/TD]
[TD]opened[/TD]
[TD]12/01/2015[/TD]
[TD]12:43:06am[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Shawn[/TD]
[TD]APR[/TD]
[TD]created[/TD]
[TD]12/01/2015[/TD]
[TD]12:42:01am[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Isabel[/TD]
[TD]AMRS[/TD]
[TD]Closed[/TD]
[TD]12/01/2015[/TD]
[TD]1:43:44am[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Isabel[/TD]
[TD]AMRS[/TD]
[TD]opened[/TD]
[TD]12/01/2015[/TD]
[TD]1:34:30am[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Isabel[/TD]
[TD]AMRS[/TD]
[TD]created[/TD]
[TD]12/01/2015[/TD]
[TD]01:14:47am[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Eric[/TD]
[TD]AMRS[/TD]
[TD]Closed[/TD]
[TD]12/03/2015[/TD]
[TD]1:43:14AM[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Eric[/TD]
[TD]AMRS[/TD]
[TD]opened[/TD]
[TD]12/03/2015[/TD]
[TD]1:32:52AM[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Eric[/TD]
[TD]AMRS[/TD]
[TD]created[/TD]
[TD]12/03/2015[/TD]
[TD]1:29:59AM[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Kristine[/TD]
[TD]EMEA[/TD]
[TD]Closed[/TD]
[TD]12/04/2015[/TD]
[TD]4:37:43AM[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Kristine[/TD]
[TD]EMEA[/TD]
[TD]opened[/TD]
[TD]12/04/2015[/TD]
[TD]2:07:13AM[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Kristine[/TD]
[TD]EMEA[/TD]
[TD]created[/TD]
[TD]12/04/2015[/TD]
[TD]1:58:38AM[/TD]
[/TR]
</tbody>[/TABLE]
the data is split by ID (column A) over several rows, the data shows who reviewed the data (col b) and the date and time (col e&f) it was reviewed.
I would simply like to show for example that for how many individual IDs are associated with each region, who owned the data, and the average time between created and closed (col D&F).
I haven't used excel in a long time, and finding it difficult to know where to begin with formulas. I have been able to count the number of IDS excluding the dupes, but not much else! Appreciate your help.
I am using excel 2003 and have the below sample data (from a main excel sheet with 1000's of rows).
[TABLE="width: 430"]
<colgroup><col span="4"><col><col></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]ID[/TD]
[TD]Owner[/TD]
[TD]Region[/TD]
[TD]Action[/TD]
[TD]Date[/TD]
[TD]Timestamp[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Shawn[/TD]
[TD]APR[/TD]
[TD]Closed[/TD]
[TD]12/01/2015[/TD]
[TD]12:52:06am[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Shawn[/TD]
[TD]APR[/TD]
[TD]opened[/TD]
[TD]12/01/2015[/TD]
[TD]12:43:06am[/TD]
[/TR]
[TR]
[TD]1001[/TD]
[TD]Shawn[/TD]
[TD]APR[/TD]
[TD]created[/TD]
[TD]12/01/2015[/TD]
[TD]12:42:01am[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Isabel[/TD]
[TD]AMRS[/TD]
[TD]Closed[/TD]
[TD]12/01/2015[/TD]
[TD]1:43:44am[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Isabel[/TD]
[TD]AMRS[/TD]
[TD]opened[/TD]
[TD]12/01/2015[/TD]
[TD]1:34:30am[/TD]
[/TR]
[TR]
[TD]1002[/TD]
[TD]Isabel[/TD]
[TD]AMRS[/TD]
[TD]created[/TD]
[TD]12/01/2015[/TD]
[TD]01:14:47am[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Eric[/TD]
[TD]AMRS[/TD]
[TD]Closed[/TD]
[TD]12/03/2015[/TD]
[TD]1:43:14AM[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Eric[/TD]
[TD]AMRS[/TD]
[TD]opened[/TD]
[TD]12/03/2015[/TD]
[TD]1:32:52AM[/TD]
[/TR]
[TR]
[TD]1003[/TD]
[TD]Eric[/TD]
[TD]AMRS[/TD]
[TD]created[/TD]
[TD]12/03/2015[/TD]
[TD]1:29:59AM[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Kristine[/TD]
[TD]EMEA[/TD]
[TD]Closed[/TD]
[TD]12/04/2015[/TD]
[TD]4:37:43AM[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Kristine[/TD]
[TD]EMEA[/TD]
[TD]opened[/TD]
[TD]12/04/2015[/TD]
[TD]2:07:13AM[/TD]
[/TR]
[TR]
[TD]1004[/TD]
[TD]Kristine[/TD]
[TD]EMEA[/TD]
[TD]created[/TD]
[TD]12/04/2015[/TD]
[TD]1:58:38AM[/TD]
[/TR]
</tbody>[/TABLE]
the data is split by ID (column A) over several rows, the data shows who reviewed the data (col b) and the date and time (col e&f) it was reviewed.
I would simply like to show for example that for how many individual IDs are associated with each region, who owned the data, and the average time between created and closed (col D&F).
I haven't used excel in a long time, and finding it difficult to know where to begin with formulas. I have been able to count the number of IDS excluding the dupes, but not much else! Appreciate your help.