Calculating hours between columns

exceluser9

Active Member
Joined
Jun 27, 2015
Messages
388
Hi Team,

I have below data and I would require a formula to see how many activity each person has processed in an hour, for every hour I would like to show the progress in different table. I want to see the progress for 12 hours. I input the processor name in column A in sheet 1 and 2 to get the results

Sheet 3
Column ACoulmn BColumn CColumn D
ProcessorActivityProcessed onMinutes
PeterCall12/03/2019 04:105
PeterChat12/03/2019 04:156
PeterChat12/03/2019 04:186
JamesIT issue12/03/2019 04:085
PaulChat12/03/2019 04:166
PeterCall12/03/2019 05:015
HelenChat12/03/2019 05:106
HarryIT issue12/03/2019 06:166
HarryTicket12/03/2019 07:164
HarryChat12/03/2019 08:166
HarryChat12/03/2019 08:166
HarryChat12/03/2019 09:166

<tbody>
</tbody>


Expected result sheet 1 only to count activity vs time
Column AColumn BColumn CColumn DColumn EColumn F
Processor4 PM to 5 PM5 PM to 6 PM7 PM to 8 PM8 PM to 9 PM9 PM to 10 PM
Peter31
James1
Paul1
Helen1
Harry1121

<tbody>
</tbody>


Also I would require one more formula to see how many minutes each person spent on the activity in each hour based on the minutes provided in minutes coulmn D

Expected result sheet 2, total time spent by processor on each activity for every hour
Column AColumn BColumn CColumn DColumn EColumn FColumn G
ProcessorActivity4 PM to 5 PM5 PM to 6 PM7 PM to 8 PM8 PM to 9 PM9 PM to 10 PM
PeterCall5
PeterChat12
JamesIT issue5
PaulChat6
PeterCall5
HelenChat6
HarryIT issue6
HarryChat12
HarryChat6

<tbody>
</tbody>


Thanks
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
what is your REAL excel version ?
screenshot-55.png


or for Students?

btw. are you trying instruction from my post on downloaded example file or on new blank file?
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,978
Messages
6,128,065
Members
449,417
Latest member
flovalflyer

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