Results 1 to 2 of 2

Thread: Formula To Round Date Time To Decimal Minutes

  1. #1
    Member
    Join Date
    Apr 2014
    Posts
    45
    Rep Power
    0

    Formula To Round Date Time To Decimal Minutes

    2014/04/21 08:00:05 = 41751.33333

    How to convert it to nearest decimal minute? i used =CEILING(R2,1/(24*60*60)) is this the correct formula? and how to convert it to nearest 2minute decimal minute. 2014/04/21 08:02:00

  2. #2
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    Nearest decimal minute.
    Code:
    =CEILING(R2,1/1440)
    Nearest 2decimal minute
    Code:
    =CEILING(R2,1/720)

Similar Threads

  1. How To Change Date Based On Time Using Formula
    By Rajesh Kr Joshi in forum Excel Help
    Replies: 4
    Last Post: 08-03-2013, 11:03 PM
  2. Freeze Time Using Excel Formula To Freeze Date
    By Excel Fox in forum Excel and VBA Tips and Tricks
    Replies: 1
    Last Post: 06-28-2013, 08:11 PM
  3. Replies: 5
    Last Post: 06-15-2013, 12:40 PM
  4. Date & Time Formats in Different Languages
    By Haseeb A in forum Excel and VBA Tips and Tricks
    Replies: 1
    Last Post: 06-10-2012, 02:57 PM
  5. Displayin Date/Time in "original" time zone
    By Rasm in forum Excel Help
    Replies: 4
    Last Post: 04-21-2012, 02:02 AM

Posting Permissions

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