I have this set of time that is in eg. 0800 to 1630
how do i make it in to a 8.5hrs figure
I have this set of time that is in eg. 0800 to 1630
how do i make it in to a 8.5hrs figure
Last edited by gloom52; 09-09-2009 at 04:31 PM.
=(b1-a1)*24 and format as 0.0
Entia non sunt multiplicanda sine necessitate
Hi
Are your values time values? If so, this will work:
Say A1 has 8:00 and A2 has 16:00 (both time values), calculate the difference with
=A2-A1
and format as time value. Say you put this in A3. Then you can use
=HOUR(A3)+(MINUTE(A3)/60)
This must be formatted as "General" and will show as 8.5
As usual, SHG's solution is much more elegant!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks