Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
import data format | Excel Worksheet Functions | |||
Import data from website everyday at certain time... | Excel Discussion (Misc queries) | |||
Import data format, need help | Excel Discussion (Misc queries) | |||
Import csv data and convert to TIME format | Excel Worksheet Functions | |||
how do i import multiple data sets at one time? | Excel Discussion (Misc queries) |