Hi,
  I have a CSV file with data that changes infrequently. The file
lists only the day the data changes such that there are only 144 lines
representing 23 years of data. There are three values for the data -
1, 0 & -1. The file looks like this:

09/27/74,   1
07/11/75,   -1
08/01/75,   1
03/12/76,   -1
04/02/76,   1
05/07/76,   -1
06/04/76,   1

  I need to turn this data into a file with the same format but has
one line of data for every date, something like this:

09/28/74,   1
09/29/74,   1
09/30/74,   1
...
...
...
07/09/75,   1
07/10/75,   1
07/11/75,   -1

and so on...

   I'm wondering if there is some method of doing this in OOCalc? I'm
not a spreadsheet programmer so I'm hoping for a little guidance.

Thanks,
Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to