Thread: Get all Sundays
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
OssieMac OssieMac is offline
external usenet poster
 
Posts: 2,510
Default Get all Sundays

Hi Rick,

If you put the actual date in Cell A1 as 1/1/2007 then you could do the
following.

In cell B1 =A1+7-WEEKDAY(A1,2)
In cell B2 =B1+7
Copy cell B2 down to produce entire year.

Tip: Did you know that you can custom format column B to show the day of the
week. Use ddd dd mmm yyyy to show date as Sun 07 Jan 2007.

Use this dddd dd mmmm yyyy to display without abbreviation like this:-
Sunday 07 January 2007


Regards,

OssieMac

"Rick" wrote:

Hello All,

what I want to do is put a year in A1 and return the first Sunday day date
in cell A2. The second Sunday day date in A3. The third Sunday day date in
A4 and so on. Then all I need to do is change the year and the cells will
reload to the correct day dates. Is this possible? I am trying to make a
Sunday school attendance book.

Dunnie