+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : UTC 5 to GMT Time Conversion

  1. #1
    Registered User
    Join Date
    05-09-2012
    Location
    Chicago
    MS-Off Ver
    Excel 2007
    Posts
    1

    UTC 5 to GMT Time Conversion

    I have an excel spreadsheet with roughly 1900 unique times entered in as "6:39:14 PM"; "5:44:51 AM"; etc. The group contains UTC -5 and UTC -6 time zones and I need to standardize each into GMT time. Is there a way I can do this using the time formula? I've attempted the below formula but reach an error each time.

    =D7221+TIME(G7221;H7221;I7221)

    also

    =D7221+TIME(5,0,0)

    =D7221+TIME(5;0;0)

    Any help is greatly appreciated. The formula only returns and error and #VALUE!.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: UTC 5 to GMT Time Conversion

    Hi Chambers, welcome to the forum.

    If your original times are actually entered with quotation marks around them, that would be the issue. The easiest thing to do would be to do a Find/Replace and remove those quotation marks from the cells. You can then you the formulas you had tried.

    If you can't remove them, you could also try:

    =SUBSTITUTE(A1,"""","")+TIME(B2,C2,D2)

    Change your cell references as needed, of course.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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