Date Formula

C

Craig

I need a formula to to calculate the number of months an asset has been in
service. For instance, In col C I have the date an assets was acquired
(12/1/99) and it has a depreciable life of 480 months. I need a formual to
calculate the number of months remaining and the end date for this asset.
Any help is appreciated. Thanks
 
G

Guest

If:

D1= depreciable months

E1 (end date): =DATE(YEAR(C1),MONTH(C1)+D1,DAY(C1))
F1 (Months left): =DATEDIF(TODAY(),E1,"m")

HTH
 

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