I have an Excel file that links to another file and grabs data using a simple link, no macros.
The entries are of the format (ex):
11/27/07 12.3
Several of the entries are blank, and the blanks screw up my equations that are using the data (calculating moving ranges, etc.).
I'm looking for a way to eliminate these blank lines, but still maintain previous changes I've made, such as excluding points, or changing the values of points. I thought of pulling the data into a different sheet, eliminating the blanks, and then copying the cleaned up version to the main sheet. However, this copy and paste will overwrite the previously mentioned modifications.
I'm not afraid to use macros or VB, I just couldn't think of an easy way to do this. Thanks.
The entries are of the format (ex):
11/27/07 12.3
Several of the entries are blank, and the blanks screw up my equations that are using the data (calculating moving ranges, etc.).
I'm looking for a way to eliminate these blank lines, but still maintain previous changes I've made, such as excluding points, or changing the values of points. I thought of pulling the data into a different sheet, eliminating the blanks, and then copying the cleaned up version to the main sheet. However, this copy and paste will overwrite the previously mentioned modifications.
I'm not afraid to use macros or VB, I just couldn't think of an easy way to do this. Thanks.