I am trying to convert a Time to a Decimal Value, but I am after rounding it by 5 minutes (so for example if I had 01:31:00, it would give me 1.5). So far I have managed to convert to a number with:
format$(CDbl(#01:47:00#) * 24,"0.00")
But not to clear on the easiest way to finish this off.
Thanks,
Gavin,
format$(CDbl(#01:47:00#) * 24,"0.00")
But not to clear on the easiest way to finish this off.
Thanks,
Gavin,