S
SoothSayer
Hi folks.
I have a formula that gives a person's age.
I want to add on below it that says something like:
"There are 42 days until Joe's next birthday..."
Where the apostrophe after BirthName is added.
Or you could say the number of the age ala "XX-tyeth"
type format, so if Joe was 50 (1960 year), it would say:
There are 42 days before Joe (BirthName) becomes 51 years old.
I know it is a simple variant of my formula.
=CONCATENATE(BirthName," is ",(DATEDIF(DOB,TODAY(),"y") & " years, " &
DATEDIF(DOB,TODAY(),"ym") & " months, and "& DATEDIF(DOB,TODAY(),"md") &
" days
Can someone wanting to exercise his or her date coding prowess or
learned skills bang this out for me. I am making one of those workbooks
where folks hate me for making it easy for their friends to track
birthdays and ages.
I have a formula that gives a person's age.
I want to add on below it that says something like:
"There are 42 days until Joe's next birthday..."
Where the apostrophe after BirthName is added.
Or you could say the number of the age ala "XX-tyeth"
type format, so if Joe was 50 (1960 year), it would say:
There are 42 days before Joe (BirthName) becomes 51 years old.
I know it is a simple variant of my formula.
=CONCATENATE(BirthName," is ",(DATEDIF(DOB,TODAY(),"y") & " years, " &
DATEDIF(DOB,TODAY(),"ym") & " months, and "& DATEDIF(DOB,TODAY(),"md") &
" days
Can someone wanting to exercise his or her date coding prowess or
learned skills bang this out for me. I am making one of those workbooks
where folks hate me for making it easy for their friends to track
birthdays and ages.