Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mcraig
 
Posts: n/a
Default birthdays - determining when due

please can someone help me with the following

i wish to find out from a list of students names and dob, when a students
birthday is due

example
column 1 column 2
name dob
fred smith 12/1/1985

i need a formula to tell me whos birhtday is due in a specific month and on
what date so i can send out a card

many thanks
  #2   Report Post  
Hank Scorpio
 
Posts: n/a
Default

On Sat, 6 Aug 2005 01:13:01 -0700, mcraig
wrote:

please can someone help me with the following

i wish to find out from a list of students names and dob, when a students
birthday is due

example
column 1 column 2
name dob
fred smith 12/1/1985

i need a formula to tell me whos birhtday is due in a specific month and on
what date so i can send out a card


I'm not quite sure whether I understand your question, but if I do the
following may do what you want:
In column 3 (C), put the formula =MONTH(B1)
In column 4 (D), put =DAY(B1)

Now go to Data menu - Filter - Autofilter.

You can select the month that you want from column C. Column D will
then show you the dates on which birthdays occur for that month.

(There are other ways of doing this, but the method above makes the
results nice and obvious.)

---------------------------------------------------------
Hank Scorpio
scorpionet who hates spam is at iprimus.com.au (You know what to do.)
* Please keep all replies in this Newsgroup. Thanks! *
  #3   Report Post  
SVC
 
Posts: n/a
Default

In cell C2, you can use the formula (assuming the birthdate is cell B2)
=TEXT(B2,"MM/DD"), then copy your formula down and sort.

"mcraig" wrote:

please can someone help me with the following

i wish to find out from a list of students names and dob, when a students
birthday is due

example
column 1 column 2
name dob
fred smith 12/1/1985

i need a formula to tell me whos birhtday is due in a specific month and on
what date so i can send out a card

many thanks

  #4   Report Post  
Ltat42a
 
Posts: n/a
Default


By doing these two examples duplicates the birthdate. Couldn't you
highlight all the names and birthdates and sort by the birthdate -
either ascending or descending?

I'm using a spreadsheet that determines everybody's time on the job by
their hire date. I first sorted the entire list by hire date, then used
the following forumla to determine how long they have been employed -

=DATEDIF(E3,TODAY(),"m")/12
(E3 contains the first person's hire date)
Put this formula in a cell adjacent to the birthdate column, then copy
down.

Everytime I open this spreadsheet, this will auto update their years of
service (person with the most number of years at the top).


--
Ltat42a
------------------------------------------------------------------------
Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735
View this thread: http://www.excelforum.com/showthread...hreadid=393534

  #5   Report Post  
SVC
 
Posts: n/a
Default

Your approach is good at finding length of service (or age), but does not
sort by month/day of birth. In this given case, it is not a question of a
person's age, but of when their birthday is in order from Jan 1 to Dec 31.
I'm at a loss as to how your suggestion provides this information.

"Ltat42a" wrote:


By doing these two examples duplicates the birthdate. Couldn't you
highlight all the names and birthdates and sort by the birthdate -
either ascending or descending?

I'm using a spreadsheet that determines everybody's time on the job by
their hire date. I first sorted the entire list by hire date, then used
the following forumla to determine how long they have been employed -

=DATEDIF(E3,TODAY(),"m")/12
(E3 contains the first person's hire date)
Put this formula in a cell adjacent to the birthdate column, then copy
down.

Everytime I open this spreadsheet, this will auto update their years of
service (person with the most number of years at the top).


--
Ltat42a
------------------------------------------------------------------------
Ltat42a's Profile: http://www.excelforum.com/member.php...o&userid=24735
View this thread: http://www.excelforum.com/showthread...hreadid=393534


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting birthdays by month and day Craig Excel Discussion (Misc queries) 4 March 3rd 05 02:23 AM
Need help determining # of invoices Brad Excel Discussion (Misc queries) 1 March 1st 05 06:16 PM
Determining calculation slowdowns Cornelius Excel Worksheet Functions 1 February 19th 05 01:44 AM
Determining if a chart is selected [email protected] Charts and Charting in Excel 2 January 25th 05 03:06 PM
Determining number of days between dates Debbie Excel Worksheet Functions 4 January 20th 05 12:07 AM


All times are GMT +1. The time now is 12:33 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"