+ Reply to Thread
Results 1 to 2 of 2

how do i calculate age in term of years, months, days

  1. #1
    shan
    Guest

    how do i calculate age in term of years, months, days

    how do i calculate age in term of years, months, days

  2. #2
    Gary''s Student
    Guest

    RE: how do i calculate age in term of years, months, days

    put =TODAY() in A1
    put your birthday in B1
    and put

    =DATEDIF(B1,A1,"y") & " years, " & DATEDIF(B1,A1,"ym") & " months, " &
    DATEDIF(B1,A1,"md") & " days"

    in C1
    --
    Gary''s Student


    "shan" wrote:

    > how do i calculate age in term of years, months, days


+ 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