Re: Auto Fill days of the month (not including weekends)



put the date of the last day of the previous month in A1, and in B1 enter

=IF(WEEKDAY(A1)=7,2,1)+A1

in C1 enter

=IF(MONTH(B1+1)<>MONTH(B1),"",IF(WEEKDAY(B1)=7,2,1)+B1)

and copy across

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"John Krsulic" <JohnKrsulic@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:82AD7C1C-0FC4-4DDD-A099-FA425C6C9147@xxxxxxxxxxxxxxxx
I need to create a *** where the days of the month show accross the top
of
the columns. I have been starting with the first day of the month and auto
filling to the last day and then manually going in and deleting out the
weekends. Is there a way to create a formula where I can auto fill but not
have it include the weekends.

My heading should be July 2 July 3 July 4 July 5 July 6 July 9


.