Convert Time Frame To Quarter Hour Intervals

ralpha17

New Member
Joined
Oct 21, 2013
Messages
5
Hi,

I'm trying to convert a time frame into fifteen-minute intervals. I have a start time and an end time; I need to split these into quarter hours. For instance:

18:00 in A1 then 20:00 in A2

I need to show the intervals included within these two times, meaning 18:00, 18:15, 18:30, 18:45, 19:00, 19:15, 19:30 & 19:45.

I have over 2,000 rows of data I need to "translate" to intervals of fifteen-minutes.

Any insight is greatly appreciated.
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Hi. try in B2 =IF(A1="","",IF(A1+0.0104166666666666>=$A2,"",A1+0.0104166666666666)) copied right till needed.
 
Upvote 0
Thank you very much for getting back to me. I'll try that and post back whether it worked for me or not. Thanks.
 
Upvote 0

Forum statistics

Threads
1,213,567
Messages
6,114,344
Members
448,570
Latest member
rik81h

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