I need to calculate the depreciation expensed for an assets sold.
I have the purchase date 07/14/07 and sold it on 06/04/10
I need the months between the two dates
I need to calculate the depreciation expensed for an assets sold.
I have the purchase date 07/14/07 and sold it on 06/04/10
I need the months between the two dates
Maybe this: =12*(YEAR(B1)-YEAR(A1))+MONTH(B1)-MONTH(A1)
Never use Merged Cells in Excel
Another way is
=DATEDIF(PurchaseDate;SoldDate;"m")
or
=INT((E11-D11)/30)
Read more about DATEDIF function
Last edited by contaminated; 09-03-2010 at 02:25 AM.
Люди, питающие благие намерения, как раз и становятся чудовищами.
Regards, ?Born in USSR?
Vusal M Dadashev
Baku, Azerbaijan
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks