I'm trying to fill in a monthly schedule.
The lay-out is standard, and has 5 weeks (monday to sunday).
I am trying to fill in the date for each day in the table,
with these known starting conditions: year and month.
from there, i can tell what day the month starts, ( =weekday(date;2)
however there I am stuck.
What I want excel to do is fill in each day correctly
If for example the first day of the month is on wednesday, I want in the cell next to the first "wednesday" to be filled in wih "1".
Problem is, I cannot use "cell_above+1" next to thursday because that might as well be the first day of the month, or the last day of the previous month.
I hope I explained clearly enough to understand, too bad I cannot attach the file as that would make it much more clearly.
The lay-out is standard, and has 5 weeks (monday to sunday).
I am trying to fill in the date for each day in the table,
with these known starting conditions: year and month.
from there, i can tell what day the month starts, ( =weekday(date;2)
however there I am stuck.
What I want excel to do is fill in each day correctly
If for example the first day of the month is on wednesday, I want in the cell next to the first "wednesday" to be filled in wih "1".
Problem is, I cannot use "cell_above+1" next to thursday because that might as well be the first day of the month, or the last day of the previous month.
I hope I explained clearly enough to understand, too bad I cannot attach the file as that would make it much more clearly.