This instructable will also demonstrate some time-saving Excel tips.
Remove these ads by
Signing UpStep 1The Fourteen Calendars
Type 1: Year starts on Sunday, but it's not a leap year
Type 2: Year starts on Sunday, and it's a leap year
Type 3: Year starts on Monday, but it's not a leap year
Type 4: Year starts on Monday, and it's a leap year
Type 5: Year starts on Tuesday, but it's not a leap year
Type 6: Year starts on Tuesday, and it's a leap year
Type 7: Year starts on Wednesday, but it's not a leap year
Type 8: Year starts on Wednesday, and it's a leap year
Type 9: Year starts on Thursday, but it's not a leap year
Type 10: Year starts on Thursday, and it's a leap year
Type 11: Year starts on Friday, but it's not a leap year
Type 12: Year starts on Friday, and it's a leap year
Type 13: Year starts on Saturday, but it's not a leap year
Type 14: Year starts on Saturday, and it's a leap year
| « Previous Step | Download PDFView All Steps | Next Step » |















































Any Open Office experts out there that might have some advice? The functions in OO should be the same as modulus is fairly common.
I'll see what I can figure out myself as well.
In the meantime, one way to troubleshoot malfunctioning formulae in any spreadsheet is to break up the components: Try just =YEAR(A2) in a cell and see if that works. If it does, then try =MOD(YEAR(A2),4). If all else fails, you can add multiple columns to build the parts of the formulae you need (i.e. one column for the YEAR calculation, one for the modulus operations, et cetera. Let me know if that works, or if you're an OO expert, please post comments or suggestions.
Thanks for your comment.
In Excel 2003 I had to click Data (from the menu bar) then Sort to achieve step 10.
Typo:
I'm guessing the beginning of step4 should be enter =A2 not enter =A1