Results 1 to 11 of 11

Round time to nearest 5 mins

Threaded View

  1. #4
    Forum Contributor
    Join Date
    11-15-2011
    Location
    UK
    MS-Off Ver
    Excel 2013
    Posts
    163

    Re: Round time to nearest 5 mins

    Thanks shg,

    Returned error in the code. Type mismatch.

    I have attached WB with Time column and macro. Would appreciate if you could take a look

    Sub f_time1()
    
    Dim cell As Range
    Dim iMin As Long
    
    iMin = InputBox("Input time")
    
    
        Cells.Find(What:="Time", After:=ActiveCell, LookIn:=xlFormulas, LookAt _
            :=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _
            False, SearchFormat:=False).Activate
        Cells.FindNext(After:=ActiveCell).Activate
        Range(Selection, Selection.End(xlDown)).Select
        
        
        For Each cell In Selection.Cells
        cell.Value = Round(cell.Value2 * 1440 / iMin, 0) * iMin / 1440
      Next cell
    
    Selection.NumberFormat = "h:mm"
    
    End Sub
    Attached Files Attached Files
    Last edited by rtcwlomax; 07-02-2015 at 04:43 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Sum time then round to nearest 5 minutes
    By Trig79 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-27-2013, 11:02 AM
  2. Excel - round time EXACTLY to nearest second
    By TheRobsterUK in forum Excel General
    Replies: 5
    Last Post: 08-22-2012, 07:52 AM
  3. round time to nearest 15mins e.g. 16:12 to 16:15
    By simjambra in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 08-28-2009, 11:13 AM
  4. round up or down time by 5 mins in excel
    By janger-heli in forum Excel General
    Replies: 4
    Last Post: 05-07-2009, 01:08 PM
  5. Round time to nearest quarter hr
    By John in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-16-2005, 06:06 PM

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