![]() |
Date Formula
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 |
Date Formula
If:
D1= depreciable months E1 (end date): =DATE(YEAR(C1),MONTH(C1)+D1,DAY(C1)) F1 (Months left): =DATEDIF(TODAY(),E1,"m") HTH "Craig" wrote: 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 |
Date Formula
Thanks!!!!!!!!
"Toppers" wrote in message ... If: D1= depreciable months E1 (end date): =DATE(YEAR(C1),MONTH(C1)+D1,DAY(C1)) F1 (Months left): =DATEDIF(TODAY(),E1,"m") HTH "Craig" wrote: 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 |
All times are GMT +1. The time now is 09:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com