Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6716 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Hi,

I am trying to round up time to the closest 15 mins.

Fields:

Service Start Time

Service Stop Time

Billable Time = (Service End Time - Service Start Time)/60

I want Billable time to round up to the closest 15 mins.

In other words I want billable time of 61 mins to equal 75 mins. I want 5 mins to equal 15 mins, etc...

Thanks!

dmg

Posted

Sorry I should have been clearer.

I want the billable time to display in .25 intervals of hours. So 62 mins of billable time should equal 1.25 billable hours, 35 mins of billable time should equal .75, and so on...

I changed the calculation to:

( Service End Time - Service Start Time )/3600

Posted

The calulation I gave above rounds time up to the next quarter-hour, and the result is TIME.

If you want the result in hours, make the result a NUMBER and use:

Ceiling ( ( Service End Time - Service Start Time ) / 900 ) * 0.25

This topic is 6716 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.