+ Reply to Thread
Results 1 to 3 of 3

Display Age, Cyclically

  1. #1
    Registered User
    Join Date
    06-09-2005
    Location
    Queensland, Australia
    Posts
    47

    Display Age, Cyclically

    I am designing a template, where I will enter people’s birthdays.

    What formula will return their age(s), last birthday:

    • On 1st July each year.
    • Continue displaying it, for the next 12 months.
    • Repeat this, cyclically.

    I am using Excel 2007
    Mick2
    Last edited by mick2; 11-22-2009 at 05:48 PM. Reason: solved

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Display Age, Cyclically

    So if somebody was born on 10th July 2000 then the formula should show 8 right now (because as of 1st July 2009 age was 8) and will only change to 9 on 1st July 2010?

    With DOB in A2 try this formula

    =DATEDIF(A2,DATE(YEAR(TODAY()+184)-1,7,1),"y")

  3. #3
    Registered User
    Join Date
    06-09-2005
    Location
    Queensland, Australia
    Posts
    47

    Solved

    Thanks Daddylonglegs, it works like a charm.

    Cheers,
    Mick2

+ 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