Thread: time percent
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Fred Smith Fred Smith is offline
external usenet poster
 
Posts: 623
Default time percent

You calculate percentages of time the same way you calculate the percentage of
numbers.

If your numbers were 7.5 and 1, the percentage not ready is 1/7.5, the
percentage ready is (7.5-1)/7.5

It's the same calculation for times, as in:
a5 = (time(7,30,0)-a1)/time(7,30,0)

.. Just make sure a5 is formatted as percent.

--
Regards,
Fred


"dpb0180" wrote in message
...
hello,

I am trying to get a formula to calculate the percent of time used.

lets say an employee works 07:30:00 in a day and for 01:00:00 (range of
15min incriments a1 - a4) of that day they were not ready what percentage is
the difference.

result to be in cell a5