+ Reply to Thread
Results 1 to 4 of 4

Converting Date of Birth to 'Term of Birth'

  1. #1
    Registered User
    Join Date
    12-05-2008
    Location
    UK
    Posts
    2

    Converting Date of Birth to 'Term of Birth'

    Is it possible to convert a students DoB into their term of birth (ToB).

    I.e. a student has the DoB of 1/1/2001 which would mean their ToB would be 'Spring'

    I suppose what I'm after is...
    If a DoB falls into one of three groups
    1/1/year to 30/4/year = 'Spring'
    1/5/year to 31/8/year = 'Summer'
    1/9/year to 31/12/year = 'Autumn'

    The year of birth is irrelevant, it's the month which determines the 'term of birth' (Spring/Summer/Autumn).

    Can Excel do this?
    Last edited by Kungfusal; 02-25-2009 at 03:53 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Converting Date of Birth to 'Term of Birth'

    If A1 holds DOB then perhaps

    B1: =LOOKUP(MONTH(A1),{1,5,9},{"Spring","Summer","Autumn"})

  3. #3
    Registered User
    Join Date
    12-05-2008
    Location
    UK
    Posts
    2

    Re: Converting Date of Birth to 'Term of Birth'

    Thanks for the guidance...

    I Dad also came up with the following...
    Attached Files Attached Files

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Converting Date of Birth to 'Term of Birth'

    No problem and I'm glad you went off and found your own approach.

    I would say that you don't need column C and you can alter your formula in E a tad such that it becomes:

    Please Login or Register  to view this content.
    Or using the aforementioned LOOKUP approach and using your month/season setup:

    Please Login or Register  to view this content.
    It strikes me you are happier with VLOOKUP so I would advise you stick with it I merely show the above as an alternative.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1