danamyc said:
Brillant thank you very much.
Sorry to be a pain but what would code be for the smae formula but for
a sunday.
Thanks
Dan
Look here:
http://www.cpearson.com/Excel/datetime.htm
Or, just check out the WEEKDAY function in the help file.
WEEKDAY
Returns the day of the week corresponding to a date. The day is given as an
integer, ranging from 1 (Sunday) to 7 (Saturday), by default.
Syntax
WEEKDAY(serial_number,return_type)
Serial_number is a sequential number that represents the date of the day you are
trying to find. Dates should be entered by using the DATE function, or as
results of other formulas or functions. For example, use DATE(2008,5,23) for the
23rd day of May, 2008. Problems can occur if dates are entered as text.
Return_type is a number that determines the type of return value.
Return_type Number returned
1 or omitted Numbers 1 (Sunday) through 7 (Saturday).
Behaves like previous versions of Microsoft Excel.
2 Numbers 1 (Monday) through 7 (Sunday).
3 Numbers 0 (Monday) through 6 (Sunday).