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

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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 sheet 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


.



Relevant Pages

  • Re: Windows Live Mail
    ... It will not auto complete until I ... When I type part of the name and then tab ... Outbox and see if the correct addy has been added. ...
    (microsoft.public.windows.vista.mail)
  • Re: Auto Complete
    ... Completely Deleting the Temporary Internet Files and index.dat ... Venkatesh [MS India Community Star] ... offline content and Clearing Auto ...
    (microsoft.public.windows.inetexplorer.ie6.ieak)
  • Re: icon removal
    ... > how do i rearrange my desktop icons after deleting?? ... Auto Arrange? ... What are you trying to accomplish? ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: DBI version
    ... Don't overlook components in the 'auto' directory when deleting. ... Ron Savage, ron@xxxxxxxxxxxxx on 23/06/2006 ...
    (perl.dbi.users)
  • Re: Auto Fill days of the month (not including weekends)
    ... oops, ... (there's no email, no snail mail, but somewhere should be gmail in my addy) ... Is there a way to create a formula where I can auto fill but not ...
    (microsoft.public.excel.worksheet.functions)