C
Chris
I want to print a column of dates that only print the date
for each Saturday of each week, but at the end of the month
I need the last date of each month printed. The problem
that I'm have is getting the first Saturday of each month
to calculate from the previous month
i.e.
This is the fomulas entered into each cell
37987
=A1+7
=A1+14
=A1+21
=IF(A1+28>=EOMONTH(A1,0),EOMONTH(A1,0),A1+28)
=IF(A5=EOMONTH(A1,0),"",EOMONTH(A1,0))
=A1+35
=A8+7
=A8+14
=A8+21
=IF(A8+28>=EOMONTH(A8,0),EOMONTH(A8,0),A8+28)
=IF(A12=EOMONTH(A8,0),"",EOMONTH(A8,0))
This is want is displayed from the above formulas
01/01/04
01/08/04
01/15/04
01/22/04
01/29/04
01/31/04
02/05/04
02/12/04
02/19/04
02/26/04
02/29/04
Please reply
Thanks,
Chris
for each Saturday of each week, but at the end of the month
I need the last date of each month printed. The problem
that I'm have is getting the first Saturday of each month
to calculate from the previous month
i.e.
This is the fomulas entered into each cell
37987
=A1+7
=A1+14
=A1+21
=IF(A1+28>=EOMONTH(A1,0),EOMONTH(A1,0),A1+28)
=IF(A5=EOMONTH(A1,0),"",EOMONTH(A1,0))
=A1+35
=A8+7
=A8+14
=A8+21
=IF(A8+28>=EOMONTH(A8,0),EOMONTH(A8,0),A8+28)
=IF(A12=EOMONTH(A8,0),"",EOMONTH(A8,0))
This is want is displayed from the above formulas
01/01/04
01/08/04
01/15/04
01/22/04
01/29/04
01/31/04
02/05/04
02/12/04
02/19/04
02/26/04
02/29/04
Please reply
Thanks,
Chris