+ Reply to Thread
Results 1 to 2 of 2

calculating age

  1. #1
    tom ossieur
    Guest

    calculating age

    Column A contains a reference date

    Column B contains a year built (but just formatted as a number)

    How to calculate the age at the reference date?

    reported date built Age
    25-May-00 1995

    Thanks!

    tom

  2. #2
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    It depends if 1995 is taken to be the first of January

    A1-(date(b1,1,1,) and format as date yy mm dd

    or

    (A1-(date(b1,1,1,) )/365.25
    or

    year(a1)-b1


    Regards

    Dav

+ 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