Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I get text files for work that I need to pull into excel and heavily
manipulate. Since the steps are fairly consistent I would like to set something up to do this for me. The biggest problem I am having is that the original text file can vary drastically in size from a few hundred lines to over 50,000 and since it IS government supplied data it tends to have a lot of holes. I usually start by copying the text and pasting it into excel. The text is sent by various government sources and contains one record per line. What I need to do then is to select the just copied text, and paste it to a new worksheet, label the worksheet and then run "text to columns" to delimit the text via fixed width. Then I need to add 5 rows of header data (which is constant across the board) and add a column in the middle of the data to show the difference between two dates (ie Cell 1 €“ Cell 2) Now here's the hard part, I then need to add find the first 2 completely blank rows and highlight them yellow and add a =sum and an =count function both on the new column with the difference in dates. =sum(entire data set) =count(entire data set) Please help! Thank you! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro that sums cells in rows of varible number and.... | Excel Programming | |||
how do i set up repeating titles with varible data | New Users to Excel | |||
Macro Required - to process data | Excel Programming | |||
How to count process running time ( process not finished) | Excel Programming | |||
How to count process running time ( process not finished) | Excel Programming |