[Solved] Years every second tuesdays listing by month
Posted: Thu Aug 18, 2011 10:34 am
I attached example.
U can see A column have a list of every second tuesdays (+14 from 1 weeks tuesday).
Like below:
2012-01-03 Tu
2012-01-17 Tu
2012-01-31 Tu
2012-02-14 Tu
2012-01-28 Tu
Cells column E F G shoud contain only month specified like January.
First - i dont know how to make column E show only January.
Second - i calculte eatch second tuesday. And those are changing each years.
For example if 2012 January has 3 tuesdays. 2013 has only 2 tuesdays. (each second +14 days)
So i thinking is there a way to calculate those yearly tuesdays in such way that january tuesdays would by in one column February in other. But they shoud by also early tuesdays not just special month tuesdays.
U can see A column have a list of every second tuesdays (+14 from 1 weeks tuesday).
Like below:
2012-01-03 Tu
2012-01-17 Tu
2012-01-31 Tu
2012-02-14 Tu
2012-01-28 Tu
Cells column E F G shoud contain only month specified like January.
Code: Select all
Cell E Cell F Cell G
January February March
Second - i calculte eatch second tuesday. And those are changing each years.
For example if 2012 January has 3 tuesdays. 2013 has only 2 tuesdays. (each second +14 days)
So i thinking is there a way to calculate those yearly tuesdays in such way that january tuesdays would by in one column February in other. But they shoud by also early tuesdays not just special month tuesdays.