A
access_learner via AccessMonster.com
I have 3 columns of data.
First column has Employee #
2nd column has Code_Name
3rd column has number of minutes
The information repeats for each employee over several rows.
Example:
Employee# Code_Name Minutes
240123 lunch 30
250567 lunch 30
240123 break 15
240567 break 15
240123 lunch 30
250567 lunch 30
I like to find out the total number of minutes each employee spent in lunch
and breaks.
Thank you.
First column has Employee #
2nd column has Code_Name
3rd column has number of minutes
The information repeats for each employee over several rows.
Example:
Employee# Code_Name Minutes
240123 lunch 30
250567 lunch 30
240123 break 15
240567 break 15
240123 lunch 30
250567 lunch 30
I like to find out the total number of minutes each employee spent in lunch
and breaks.
Thank you.