RE: converting minutes to hours
From: Laura (anonymous_at_discussions.microsoft.com)
Date: 04/07/04
- Next message: Ben: "Re: Get the name of the version"
- Previous message: Frank Kabel: "Re: Rounding time to the next minute"
- In reply to: mmd: "converting minutes to hours"
- Next in thread: mmd: "RE: converting minutes to hours"
- Reply: mmd: "RE: converting minutes to hours"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 7 Apr 2004 10:31:14 -0700
a1 = 1 (user's entry)
b1 = 5 (time unit, in your case, 5 minutes)
c1 = a1*b1/60 (hours in decimal format)
- Next message: Ben: "Re: Get the name of the version"
- Previous message: Frank Kabel: "Re: Rounding time to the next minute"
- In reply to: mmd: "converting minutes to hours"
- Next in thread: mmd: "RE: converting minutes to hours"
- Reply: mmd: "RE: converting minutes to hours"
- Messages sorted by: [ date ] [ thread ]