F
Francis Hookam
Day of the week
I know that A was born on 28/12/1933 and B was born on 18/5/1937 there are
75 people in the spreadsheet and I need see at a glance which birthdays fall
on a Tuesday during the next twelve months automatically updating using
today¹s date on opening
A 18/5/37 18/5/05
B 4/10/19 4/10/05 Tuesday
C 27/6/57 27/6/05
D 29/2/40 1/3/05 Tuesday*
E 8/6/43 8/6/05
F 27/4/44 28/4/05
G 28/12/56 28/12/04 Tuesday
*Not sure what to do with D who was born on Leap Year Day!
I just cannot see how to generate 18 May which falls in the next 12 months
automatically in the second cell
I tried calculating how old the person is in years using
=INT((TODAY()-BirthDate)/365.25)
and adding that to the birth date and then using
=RC[-2]+Years*365.25
to find the date BUT SOMETIMES IT IS A DAY OUT
then an easy =IF(Weekday(...) = 3),"Tuesday","") to show Tuesdays in the
next column
Any suggestions
Thanks as always
Francis Hookham
I know that A was born on 28/12/1933 and B was born on 18/5/1937 there are
75 people in the spreadsheet and I need see at a glance which birthdays fall
on a Tuesday during the next twelve months automatically updating using
today¹s date on opening
A 18/5/37 18/5/05
B 4/10/19 4/10/05 Tuesday
C 27/6/57 27/6/05
D 29/2/40 1/3/05 Tuesday*
E 8/6/43 8/6/05
F 27/4/44 28/4/05
G 28/12/56 28/12/04 Tuesday
*Not sure what to do with D who was born on Leap Year Day!
I just cannot see how to generate 18 May which falls in the next 12 months
automatically in the second cell
I tried calculating how old the person is in years using
=INT((TODAY()-BirthDate)/365.25)
and adding that to the birth date and then using
=RC[-2]+Years*365.25
to find the date BUT SOMETIMES IT IS A DAY OUT
then an easy =IF(Weekday(...) = 3),"Tuesday","") to show Tuesdays in the
next column
Any suggestions
Thanks as always
Francis Hookham