PC Review


Reply
Thread Tools Rate Thread

Convert Age to Months

 
 
Meg
Guest
Posts: n/a
 
      6th Jan 2010
Hi - I would like to calculate a child's age into months. For example, if a
child is 1 year old, the cell would read '12' months old.

What's more important, I don't want to round up to the nearest month. So,
if a child turned 12months on 12/15/09 (born 12/15/08) and today is 1/6/2010,
I would like it to round down to 24months.

It would only turn 25months if today was 1/15/2010.

Regards, Meg
 
Reply With Quote
 
 
 
 
Jim Thomlinson
Guest
Posts: n/a
 
      6th Jan 2010
Use the datedif function something like this...

=DATEDIF(A1, TODAY(), "m")

Here is a link on using datedif
http://www.cpearson.com/excel/datedif.aspx
--
HTH...

Jim Thomlinson


"Meg" wrote:

> Hi - I would like to calculate a child's age into months. For example, if a
> child is 1 year old, the cell would read '12' months old.
>
> What's more important, I don't want to round up to the nearest month. So,
> if a child turned 12months on 12/15/09 (born 12/15/08) and today is 1/6/2010,
> I would like it to round down to 24months.
>
> It would only turn 25months if today was 1/15/2010.
>
> Regards, Meg

 
Reply With Quote
 
T. Valko
Guest
Posts: n/a
 
      6th Jan 2010
I'm confused!

If the birth date is 12/15/2008 and today is 1/6/2010 then their age in
(full) months is 12. How do you get 24 or 25? They wouldn't be 24 months old
until 12/15/2010.

See if this does what you want:

A1 = birth date

=DATEDIF(A1,TODAY(),"m")

See this:

http://www.cpearson.com/Excel/datedif.aspx

--
Biff
Microsoft Excel MVP


"Meg" <(E-Mail Removed)> wrote in message
news:6FAFB5CE-9201-45EC-9E3C-(E-Mail Removed)...
> Hi - I would like to calculate a child's age into months. For example, if
> a
> child is 1 year old, the cell would read '12' months old.
>
> What's more important, I don't want to round up to the nearest month. So,
> if a child turned 12months on 12/15/09 (born 12/15/08) and today is
> 1/6/2010,
> I would like it to round down to 24months.
>
> It would only turn 25months if today was 1/15/2010.
>
> Regards, Meg



 
Reply With Quote
 
Meg
Guest
Posts: n/a
 
      6th Jan 2010
This is great, thank you very much!

Meg

"Jim Thomlinson" wrote:

> Use the datedif function something like this...
>
> =DATEDIF(A1, TODAY(), "m")
>
> Here is a link on using datedif
> http://www.cpearson.com/excel/datedif.aspx
> --
> HTH...
>
> Jim Thomlinson
>
>
> "Meg" wrote:
>
> > Hi - I would like to calculate a child's age into months. For example, if a
> > child is 1 year old, the cell would read '12' months old.
> >
> > What's more important, I don't want to round up to the nearest month. So,
> > if a child turned 12months on 12/15/09 (born 12/15/08) and today is 1/6/2010,
> > I would like it to round down to 24months.
> >
> > It would only turn 25months if today was 1/15/2010.
> >
> > Regards, Meg

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I convert a number into years and months if the numberrepresents months? Kate Microsoft Excel Discussion 5 8th Mar 2011 10:49 PM
Convert years:months to months Jen Microsoft Excel Discussion 8 6th Jan 2010 08:30 PM
Convert months to years/months ruth7@telus.net Microsoft Excel Discussion 3 3rd Nov 2009 09:51 PM
Convert date to months bohon79 via AccessMonster.com Microsoft Access Queries 8 4th Jul 2007 06:58 PM
How do i convert years to months (formula) =?Utf-8?B?U0RQTUlBTUk=?= Microsoft Excel Worksheet Functions 1 17th Jun 2005 03:56 AM


Features
 

Advertising
 

Newsgroups
 


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