Trying to Fix minutes

Wolfin2010

New Member
Joined
Feb 21, 2015
Messages
23
Office Version
  1. 365
Platform
  1. Windows
Hi!

I'm banging my head with the timesheet but heading nowhere; if anyone can help me out that would be highly appreciated.

Here what I'm trying to do.

I have two time Actual Time and Adjusted Time I'm trying to create an automatic system using if or any other formula where I could get the adjusted time without manually entering it.

2uym3a1.jpg
 
Last edited:

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
If you are willing to use the following minute coversions

53...07 --> 00
08...22 --> 15
23...37 --> 30
38...52 --> 45

then you can get the Adjusted Time from the Finish Time with this formula:

=MROUND(D2,"0:15")

From the posted example, it's not clear how the Start Time is converted into the Adjusted Time.
 
Upvote 0
Thank you that helped a lot, I was looking for something like that.
There is a timing issue for the start time but that what it supposed to do.
Is there a way to have

08...23 --> 15
24...38 --> 30
39...52 --> 45

instead of

08...22 --> 15
23...37 --> 30
38...52 --> 45
 
Upvote 0

Forum statistics

Threads
1,216,113
Messages
6,128,905
Members
449,477
Latest member
panjongshing

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top