Okay, I misunderstood what you were asking for... I thought you wanted to
generate the September 6th date and all such dates 6 weeks thereafter. If I
understand what you want correctly, you are putting in the September 6th
date and you want to generate the daily dates for the next 6 weeks. You can
do that by just adding then number of days you want to increment the date
by. For example, if you enter your September 6th date in, say, cell C2, then
put this formula in C3...
=C2+1
and copy it across into the next 6 cells (to make a complete week). For the
next Sunday date below it, just put this formula in that cell....
=C2+7 and copy it across. Continue the process until the six week period is
completed. Now you mentioned "merged cells"... these can cause problems when
trying to calculate formulas (which cell you refer to in the merged cell
*may* matter), but try the algorithm I outlined above and see if it works
for your set up. If not, let us know, but we will have to ask you for more
information about how the sheet is set up it that becomes the case.