Morning Folks,
I've come up with a spreadsheet which extracts relevant data from one worksheet and puts it into a specific format and order in another. I'm then exporting the contents of the second worksheet as a CSV, ready for import into another system.
The problem is that Excel's "Save As" csv facility, outputs rows with blank cells not just the ones containing valid data. These blank rows appear as line of commas in the CSV which cause problems when imported into the other system.
Is there a way I can create a CSV whose contents are based purely on rows containing "real" data? E.g. If cell A1 is a number then output the row to the CSV?
I've come up with a spreadsheet which extracts relevant data from one worksheet and puts it into a specific format and order in another. I'm then exporting the contents of the second worksheet as a CSV, ready for import into another system.
The problem is that Excel's "Save As" csv facility, outputs rows with blank cells not just the ones containing valid data. These blank rows appear as line of commas in the CSV which cause problems when imported into the other system.
Is there a way I can create a CSV whose contents are based purely on rows containing "real" data? E.g. If cell A1 is a number then output the row to the CSV?