formula help, please?

kins

Board Regular
Joined
Jul 26, 2010
Messages
157
I need to a formula which takes the 00:30 number from the 00:00, the 00:00 from the 00:30 on the next day and so on. Basically I don't want to include the 00:15 or 00:45 in my formula when I take one number from the other. I sure there is an easy way.

17/09/2018 00:00
17/09/2018 00:15
17/09/2018 00:30
17/09/2018 00:45
17/09/2018 01:00
17/09/2018 01:15
17/09/2018 01:30
17/09/2018 01:45
17/09/2018 02:00
17/09/2018 02:15
17/09/2018 02:30
17/09/2018 02:45
17/09/2018 03:00
17/09/2018 03:15
17/09/2018 03:30
17/09/2018 03:45

<colgroup><col></colgroup><tbody>
</tbody>
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
excel stores the date/time in numerals, e.g. 17/09/2018 00:15 is 43360.0104.

to get rid of the decimals (i.e. the time) you can use the INT() function, then format the cells as date.
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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