I am attempting to build a spread sheet with a constant run of dates. Hmm explain that better.... Ok Let me see if I can past in an example here.
1
Janruary 26 27 28 29 30 31 *1
*2 *3 *4 *5 *6 *7 *8
*9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
February 30 31 *1 *2 *3 *4 *5
*6 *7 *8 *9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
March 27 28 *1 *2 *3 *4 *5
*6 *7 *8 *9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
April 27 28 29 30 31 *1 *2
*3 *4 *5 *6 *7 *8 *9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
May *1 *2 *3 *4 *5 *6 *7
Hey that worked!
Alright so that's done manually with a 1 entered manually at the start of each month and then every day afterwards is just =sum(previouscell+1) then manually when I hit x number of days in which is in the month I change the value to 1.
Manually I enter in the month on the right hand side.
Manually I enter in the year on the left hand side above Janurary, so what you see above here is Year 1 (as in 0001 AD), and the first day of the year was Friday the 1st. From that date on, I need to plot out exactly what date fell on what day of the week for the next 2,011 years.
I thought maybe if I did it manually I would eventualy see a pattern, and be able to copy and paste said pattern. However I have been doing this manually for 8 years (lol not literaly but I am on 8 AD), and it's taken me about 2 hours to do that much. At that date I should be able to finish the next 2002 years in roughly 250.25 hours lol. Which if I work on it for like 2-4 hours a day, probably a whole year give or take and adding in weekend breaks lol.
So is there a formula here that might help me out? I have to imagin there is, because I've seen people build calendars that have forumals in them, although i've tried to reverse engerineer them to get them to work here, however most calendars I've found only go back as far as 1900, and do not put them in the format I have above.
Thanks to anyone who can help!
Bookmarks