shavenlunatic
MIS
OK, this is likely a simple soloution but when I'm searching for what I need, I seem to be getting answers to much more complex problems (or at least I hope so).
Basically I have a sheet which contains lengths of times (rather than times of day) in hours.
so:
So column A would total up to 31 Hours.
I have a label in a form which I wish to equal the sum of this column, so directly referenced, i get the decimal, if i format the label it shows as however many hours past midnight it has ran, i have tried
format(vTotaltime, "[h]:mm") and various variations but i get... well.. strange results..
Any ideas?
(thanks in advance)
________
clueless
Basically I have a sheet which contains lengths of times (rather than times of day) in hours.
so:
Code:
sheet5
__________
A B C D
1 05:00
2 07:00
3 03:00
4 08:00
5 08:00
So column A would total up to 31 Hours.
I have a label in a form which I wish to equal the sum of this column, so directly referenced, i get the decimal, if i format the label it shows as however many hours past midnight it has ran, i have tried
format(vTotaltime, "[h]:mm") and various variations but i get... well.. strange results..
Any ideas?
(thanks in advance)
________
clueless