B8 = 10/15/06
J3 = 09/30/07
The formula below computes 13 months, but I need it to calculate 12.5 months.
=(YEAR($J$3)-YEAR(B8))*12+MONTH(B8)-MONTH($J$3)
Does anyone know how I can calculate the 12.5 months?
B8 = 10/15/06
J3 = 09/30/07
The formula below computes 13 months, but I need it to calculate 12.5 months.
=(YEAR($J$3)-YEAR(B8))*12+MONTH(B8)-MONTH($J$3)
Does anyone know how I can calculate the 12.5 months?
You mean 11.5 don't you?
=DATEDIF(B8,J3,"M")+DATEDIF(B8,J3,"MD")/30
--
HTH
Bob Phillips
(replace somewhere in email address with gmail if mailing direct)
"steph44haf" <steph44haf@discussions.microsoft.com> wrote in message
news:3DBECB2F-A142-4F27-A96B-866CEA0E2DC3@microsoft.com...
> B8 = 10/15/06
> J3 = 09/30/07
>
> The formula below computes 13 months, but I need it to calculate 12.5
months.
>
> =(YEAR($J$3)-YEAR(B8))*12+MONTH(B8)-MONTH($J$3)
>
> Does anyone know how I can calculate the 12.5 months?
thanks i was forgetting the ()
Ummm you just responded to a thread that is almost 7 years old...AND which you did not initiate?
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks