+ Reply to Thread
Results 1 to 5 of 5

Split range of times into time intervals

  1. #1
    Registered User
    Join Date
    05-27-2020
    Location
    Romania
    MS-Off Ver
    Office 365 ProPlus
    Posts
    58

    Split range of times into time intervals

    Hello everyone and happy new year!

    I need a bit of help with some times. I have a column with different times (hh:mm format) and i need to split them in 3 new columns with different range, column A (00:00>00:59),column B (01:00>02:59) and column C above 03:00. Note that in the column i also have empty spaces.

    I made a small example in the sheet attached.

    Can someone help, please?

    Thank you
    Attached Files Attached Files
    Last edited by Havreliuc; 01-06-2021 at 09:05 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,427

    re: Split range of times into time intervals

    Use three formula, variants of this one:

    =IF(AND(B2>=0,B2<1/24),B2,"")

    you may need to use ; instead of ,
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,427

    Re: Split range of times into time intervals

    Hi. Forum Rule 1 is very short. It states: "Title must briefly summarize your request."

    A GOOD thread title is the sort of thing you would use as a search term on Google*. Your chosen title would produce a squillion useless hits. In future, please take a bit more time to think of a descriptive title that would be "Google-friendly". Many people search the forum answers looking for help and your very general title wouldn't help them at all.

    Since you are a new user of this site, on this occasion, I have changed it for you.

    However, if you continue to use weak titles, you can expect to have your thread BLOCKED until you change it yourself. If that happens, to edit the thread title, open the original post, click "Edit Post" (bottom right) to access the area where you can edit your title.

    *Other search engines are available!!!

    Regards,

    Glenn.

  4. #4
    Registered User
    Join Date
    05-27-2020
    Location
    Romania
    MS-Off Ver
    Office 365 ProPlus
    Posts
    58

    Re: Split range of times into time intervals

    Thank you Glenn!

    When i don't know what formula to apply, i have problems summarizing the title, sorry. I'll do my best in the future.

    Have a nice day.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,427

    Re: Split range of times into time intervals

    It's not easy... I agree!!

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It would also be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Split period of time into regular intervals and show a chart
    By hanqie11 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-16-2017, 09:31 PM
  2. Replies: 6
    Last Post: 11-26-2014, 10:35 PM
  3. formula to fill large range of cells with time intervals exceeding 24 hours
    By mejia.j88 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-18-2014, 11:59 PM
  4. Replies: 3
    Last Post: 08-07-2013, 04:42 AM
  5. Converting Data in Irregular Time Intervals into Regular Time Intervals
    By AlexJT in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-25-2011, 02:42 AM
  6. Need to Transpose Irregular Time Intervals into Regular Time Intervals
    By AlexJT in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-24-2011, 08:30 PM
  7. split row intervals into txt files
    By djbutch3r in forum Excel General
    Replies: 1
    Last Post: 06-15-2010, 02:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1