Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would like to create an application using MS Excel. Here is the tast at hand
I have a .csv file I need to import once that file is imported I need to change one of the column so that the date would be mmddyy Sample data of the .csv Date 1 2 3 4 20051231 0.0446 0.0455 0.0461 0.0466 20051230 0.0445 0.0454 0.046 0.0465 20051229 0.0445 0.0453 0.0459 0.0465 20051228 0.0445 0.0453 0.0459 0.0464 20051227 0.0444 0.0453 0.0458 0.0464 20051226 0.0444 0.0453 0.0458 0.0464 20051225 0.0444 0.0453 0.0458 0.0464 20051224 0.0444 0.0453 0.0458 0.0464 20051223 0.0444 0.0453 0.0458 0.0464 Result I am looking to get Date Term Rate 12/31/2005 1 4.46 12/30/2005 1 4.45 12/29/2005 1 4.45 12/28/2005 1 4.45 12/27/2005 1 4.44 12/26/2005 1 4.44 12/25/2005 1 4.44 12/24/2005 1 4.44 12/23/2005 1 4.44 12/31/2005 2 4.55 12/30/2005 2 4.54 12/29/2005 2 4.53 12/28/2005 2 4.53 12/27/2005 2 4.53 12/26/2005 2 4.53 12/25/2005 2 4.53 12/24/2005 2 4.53 12/23/2005 2 4.53 12/31/2005 3 4.61 12/30/2005 3 4.6 12/29/2005 3 4.59 12/28/2005 3 4.59 12/27/2005 3 4.58 12/26/2005 3 4.58 12/25/2005 3 4.58 12/24/2005 3 4.58 12/23/2005 3 4.58 12/31/2005 4 4.66 12/30/2005 4 4.65 12/29/2005 4 4.65 12/28/2005 4 4.64 12/27/2005 4 4.64 12/26/2005 4 4.64 12/25/2005 4 4.64 12/24/2005 4 4.64 12/23/2005 4 4.64 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to Start Excel in Text Import Wizard for data import | Setting up and Configuration of Excel | |||
Convert/import into Excel | Excel Discussion (Misc queries) | |||
Import csv data and convert to TIME format | Excel Worksheet Functions | |||
Reading excel data into another aplication | Excel Programming | |||
How do I open an aplication and run a file in that aplication use. | Excel Programming |