![]() |
import data time format
Hi, I have imported some data into excel from a text file.
Column1: date (mm:dd:yy) column2 : time eg 1500 (24 hour time, however only imported a string) What I need to do is combone these two columns into a single column that consists of date & time. eg 03/15/2003 3:00:00 PM Is this possible? Thank you. |
import data time format
One way:
In column C, enter: C1: =TIME(B1/100, MOD(B1,100),0) and copy down as far as necessary. Select the cells in column C. Copy them. Select the corresponding cells in column A. Choose Edit/Paste Special and select the Values and Add Radio buttons. Format the cells in column A as mm/dd/yyyy h:mm:ss AM/PM In article , "Steve" wrote: Hi, I have imported some data into excel from a text file. Column1: date (mm:dd:yy) column2 : time eg 1500 (24 hour time, however only imported a string) What I need to do is combone these two columns into a single column that consists of date & time. eg 03/15/2003 3:00:00 PM Is this possible? Thank you. |
import data time format
Perfect, Thanks.
"J.E. McGimpsey" wrote in message ... One way: In column C, enter: C1: =TIME(B1/100, MOD(B1,100),0) and copy down as far as necessary. Select the cells in column C. Copy them. Select the corresponding cells in column A. Choose Edit/Paste Special and select the Values and Add Radio buttons. Format the cells in column A as mm/dd/yyyy h:mm:ss AM/PM In article , "Steve" wrote: Hi, I have imported some data into excel from a text file. Column1: date (mm:dd:yy) column2 : time eg 1500 (24 hour time, however only imported a string) What I need to do is combone these two columns into a single column that consists of date & time. eg 03/15/2003 3:00:00 PM Is this possible? Thank you. |
All times are GMT +1. The time now is 05:56 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com