B
Bunky
I have a file coming to me that shows the number of seconds a person has been
on the phone for 1 week. If I divide that number by 60, the number to the
left of the decimal should be good for minutes but the number to the right is
the decimal of the number of minutes. Example ; Agent A talked 55567
seconds during 1 week. If I divide that number by 60, I get 926.11666
minutes. Since the agent booked 100 vacations during that time, I want to
divide 926.11666 by 100 giving the avg talk time. But because that the
remainder (.11666) is not in minutes but in tens of a minute, my talk time is
off. The system that feeds me the file says the talk time is 9 16 meaning 9
minutes and 16 seconds. What do I need to do to get the same result as the
feeding system?
Any help would be greatly appreciated!!!!
on the phone for 1 week. If I divide that number by 60, the number to the
left of the decimal should be good for minutes but the number to the right is
the decimal of the number of minutes. Example ; Agent A talked 55567
seconds during 1 week. If I divide that number by 60, I get 926.11666
minutes. Since the agent booked 100 vacations during that time, I want to
divide 926.11666 by 100 giving the avg talk time. But because that the
remainder (.11666) is not in minutes but in tens of a minute, my talk time is
off. The system that feeds me the file says the talk time is 9 16 meaning 9
minutes and 16 seconds. What do I need to do to get the same result as the
feeding system?
Any help would be greatly appreciated!!!!