Employee Absence Schedule for 2007?

S

smw226 via OfficeKB.com

Hi Dave

If you change the "January 2005" to 01/01/2007 (you can format the cell to
mmmm yyyy) for every month

and paste the below into the Day identifier

=LOOKUP(WEEKDAY(B4&MID($A2,3,8),1),{1,2,3,4,5,6,7},{"S","M","T","W","T","F",
"S"})

then drag the forumla accross for every day.

HTH

Simon
 
S

smw226 via OfficeKB.com

Sorry Dave,

you will have to format the date as text and not date so you can not format
to mmmm yyyy....

I wrote this in 2007 and it works, but it doesn't in 2003.

Thanks,

Simon
Hi Dave

If you change the "January 2005" to 01/01/2007 (you can format the cell to
mmmm yyyy) for every month

and paste the below into the Day identifier

=LOOKUP(WEEKDAY(B4&MID($A2,3,8),1),{1,2,3,4,5,6,7},{"S","M","T","W","T","F",
"S"})

then drag the forumla accross for every day.

HTH

Simon
[quoted text clipped - 3 lines]
Thanks,
Dave

--
--------------------
Simon - UK

Email at simon22mports [ a t ] hot mail [ d ot ]com

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/ms-excel/200611/1
 
H

Horrgakx

Thansk for the reply, I appreciate that.

It is over my head though and will probably take longer than for me just to
work out the dates and manually enter them. I'd hoped an up to date template
may have existed.

Not to worry ;)




smw226 via OfficeKB.com said:
Sorry Dave,

you will have to format the date as text and not date so you can not format
to mmmm yyyy....

I wrote this in 2007 and it works, but it doesn't in 2003.

Thanks,

Simon
Hi Dave

If you change the "January 2005" to 01/01/2007 (you can format the cell to
mmmm yyyy) for every month

and paste the below into the Day identifier

=LOOKUP(WEEKDAY(B4&MID($A2,3,8),1),{1,2,3,4,5,6,7},{"S","M","T","W","T","F",
"S"})

then drag the forumla accross for every day.

HTH

Simon
[quoted text clipped - 3 lines]
Thanks,
Dave

--
--------------------
Simon - UK

Email at simon22mports [ a t ] hot mail [ d ot ]com

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.aspx/ms-excel/200611/1
 
Top