Age calculation

C

Clash

Hi all,

I am trying to get a formula that will calculate someones age fro
their Date of birth, is this possible.

Cheer
 
A

Ardus Petus

IF DOB is in A1, enter following formula in B2:
=YEAR(TODAY()-A1)-1900
and format it standard or number

HTH
 
D

David

Clash wrote
I am trying to get a formula that will calculate someones age from
their Date of birth, is this possible.

The most frequently suggested way is:
DATEDIF(A1, TODAY(), "y")
 
L

lsmft

Hello,
I can get the Ardus Petus to work very well, but I can't seem to ge
the David formula ...DATEDIF(A1, TODAY(), "y")... to work. It look
like there may be a space between the ..first comma and today... an
also a space between the ...second comma and the first quotatio
mark...
Irregardless, I can't get it to work with or without a space.
I have tried formating my formula cell to TEXT, then to NUMBER, an
then to GENERAL.
I can't get it to go.
I also have put an equal sign at the first and that didn't help. Coul
the formula be incorrect or am I doing something wrong
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top