+ Reply to Thread
Results 1 to 3 of 3

Date/ Time conversation when all in same cell

  1. #1
    Registered User
    Join Date
    10-23-2014
    Location
    Charleston, SC
    MS-Off Ver
    Excel
    Posts
    2

    Post Date/ Time conversation when all in same cell

    i am trying to do a simple vlookup and am having problems bc one report is in GMT time zone and one report is in PST. here are the two cells that i want to match but need to convert one of them.

    11/19/2014 22:14:06 GMT
    2014-11-19 14:14:06

    I have tried a TIME formula but unsucessful bc of the date in the cell. i know i can seperate the cell with text to column, but wanted to check with the experts on the forum to avoid the manual spilting and rejoing of the cells. thanks for taking time to look!! any suggesting appreciated!

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Date/ Time conversation when all in same cell

    Add 8/24 to PST Time
    if not attach sample excel file
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Registered User
    Join Date
    10-23-2014
    Location
    Charleston, SC
    MS-Off Ver
    Excel
    Posts
    2

    Re: Date/ Time conversation when all in same cell

    =TEXT(DATE(YEAR(LEFT(G7,10)),MONTH(LEFT(G7,10)),DAY(LEFT(G7,10))),"yyyy-mm-d")&" "&TEXT(TIME(HOUR(MID(G7,12,8))-8,MINUTE(MID(G7,12,8)),SECOND(MID(G7,12,8))),"hh:mm:ss")
    actually got this from another member and it worked perfectly!! the only issue now it i have some cells where the GMT time is making it the next day, when the PST date is the correct date..... so i changed the date by using a -1 on the day but the hour is 01:30:07, so if i -8, i get a NUM! error bc itwont convert the tme to -08:30:07, which i dont want that either, i want it to say 17:30:07. please let me know your thoughts!!

+ 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. Copying Categories from Conversation to E-Mails
    By bdavjd in forum Outlook Programming / VBA / Macros
    Replies: 2
    Last Post: 08-20-2014, 09:54 PM
  2. Need to separate date/time from a single cell and create a date/time chart
    By slicksilver79 in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 06-19-2014, 09:48 PM
  3. Filter message according to conversation in Outlook
    By shum2934 in forum Outlook Programming / VBA / Macros
    Replies: 2
    Last Post: 08-06-2013, 02:12 AM
  4. [SOLVED] Formula for area conversation
    By Akhilesh Dalia in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2006, 08:10 AM
  5. Replies: 0
    Last Post: 12-22-2005, 03:35 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