+ Reply to Thread
Results 1 to 3 of 3

Subtract date/time from data/time and get difference in minutes

  1. #1
    Forum Contributor
    Join Date
    06-28-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    115

    Subtract date/time from data/time and get difference in minutes

    Hi
    I got 2 cells
    18-Jun-12 09:55:36 <- A2 (read from somewhere else)
    18-Jun-12 09-57:18 <- A3 (Current Time)

    I want to want time difference in minute/numbers
    like difference is 60 minutes or 61 minutes or 120 minutes or 2 mins
    Thanks

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Subtract date/time from data/time and get difference in minutes

    =ROUND((A3 - A2)*24*60,0) & " minutes"
    Is that what you needed?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Contributor
    Join Date
    06-28-2011
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    115

    Re: Subtract date/time from data/time and get difference in minutes

    Thanks it worked

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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