jadams0173
Technical User
- Feb 18, 2005
- 1,210
I'm trying to expand on this formula that SkipVought provided in Thread705-856404
The formula is
=INT((now()*MinPerDay+Precision/2)/Precision)*Precision/MinPerDay
Precision=15
MinPerDay=60 * 24
What I'm trying to do is, if the time is 1:00 round it to 1:15. It it's 1:17 round it to 1:30. Basically 15 minutes past each hour depending on the current system time.
The formula is
=INT((now()*MinPerDay+Precision/2)/Precision)*Precision/MinPerDay
Precision=15
MinPerDay=60 * 24
What I'm trying to do is, if the time is 1:00 round it to 1:15. It it's 1:17 round it to 1:30. Basically 15 minutes past each hour depending on the current system time.