|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Schedules Create your very own game schedules, or share historical schedules |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
#2 (permalink) |
|
Hall Of Famer
Join Date: May 2002
Location: Grand Forks, ND
Posts: 2,338
|
Upon quick glance it looks like you have the pieces laid out correctly for everything, however there are excess double-quote characters everywhere.
I make my .lsdl files through a scripting language these days. Using the spreadsheet I would probably copy the results over into a simple text editor like Notepad, convert the tab delimiters between the cell entries to spaces, then just save the file with an .lsdl extension (as opposed to say .txt). I am guessing you saved it directly to what is posted inside the spreadsheet program and that is why all the excess quote marks as those are the cell collectors. If you know how to make the entries in the spreadsheet table hold information that will end up as the chunks of data in the resulting file I assume you can get them to work by the method I suggest. It would just take some experimentation to get the final result looking exactly like the lsdl format. |
|
|
|
|
|
#3 (permalink) | |
|
Hall Of Famer
Join Date: Feb 2002
Location: Scheduleslovakia
Posts: 6,239
|
Quote:
I have an Excel file which does exactly that. It takes a standard list schedule and, using some very simple formulas, changes the dates into day numbers, the teams into team ID numbers, and formats the lines correctly.
__________________
. "We choose to go to the moon in this decade and do the other things not because they are easy, but because they are hard. Because that goal will serve to organize and measure the best of our abilities and skills, because that challenge is one we are willing to accept, one we are unwilling to postpone, and one which we intend to win." . |
|
|
|
|
|
|
#6 (permalink) | |
|
Hall Of Famer
Join Date: Feb 2002
Location: Scheduleslovakia
Posts: 6,239
|
Quote:
For example, if the opening date is in cell C1, and the first line of the schedule with the game date is in cell A15, then the formula is: =SUM(A15-C1+1) To show the result as a number, you'll probably have to change the cell formatting for the cell to show the result as a number rather than a date. I think by default Excel, when subtracting two cells which contain dates, shows the result as a date.
__________________
. "We choose to go to the moon in this decade and do the other things not because they are easy, but because they are hard. Because that goal will serve to organize and measure the best of our abilities and skills, because that challenge is one we are willing to accept, one we are unwilling to postpone, and one which we intend to win." . Last edited by Le Grande Orange : 07-03-2008 at 03:11 PM. |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|