Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
mortola
 
Posts: n/a
Default Birthdate Formula

I have a long spreadsheet with birth dates (ie. 01/01/2001) on column A. Is
there a formula that can calculate into number of years to the present date.
For example, Col A= 04/7/04, Col B =1 year. I'm not sure how to aproach
this, thanks inadvance. Using office 2000.
  #3   Report Post  
Arvi Laanemets
 
Posts: n/a
Default

hi

P.e.
B2=DATEDIF(A2,TODAY(),"Y")

or when you want month and days too, then
B2=TRIM(IF(DATEDIF(A2,TODAY(),"Y")=0,"",DATEDIF(A2 ,TODAY(),"Y") & " year" &
IF(DATEDIF(A2,TODAY(),"Y")2,"s "," ")) &
IF(DATEDIF(A2,TODAY(),"YM")=0,"",DATEDIF(A2,TODAY( ),"YM") & " month" &
IF(DATEDIF(A2,TODAY(),"YM")2,"s "," ")) &
IF(DATEDIF(A2,TODAY(),"MD")=0,"",DATEDIF(A2,TODAY( ),"MD") & " day" &
IF(DATEDIF(A2,TODAY(),"MD")2,"s","")))


Arvi Laanemets


"mortola" wrote in message
...
I have a long spreadsheet with birth dates (ie. 01/01/2001) on column A.

Is
there a formula that can calculate into number of years to the present

date.
For example, Col A= 04/7/04, Col B =1 year. I'm not sure how to aproach
this, thanks inadvance. Using office 2000.



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
IF & VLOOKUP FORMULA taxmom Excel Worksheet Functions 3 March 2nd 05 03:35 PM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM
revert formula insertion to old method Don't be a pain in the ass Setting up and Configuration of Excel 0 January 24th 05 01:49 PM
Relative Indirect Formula Referencing? Damian Excel Worksheet Functions 1 January 7th 05 04:16 AM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 07:02 AM.

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"