Calculating remaining life of Asset in Months

howard

Well-known Member
Joined
Jun 26, 2006
Messages
6,561
Office Version
  1. 2021
Platform
  1. Windows
I have the start date if D2 and the current month is in F2. The Life of the asset is in G3. I have used the following formula to determine the remaining life

Code:
=F2-(MONTH(E2)-MONTH(D2))


I would like to know if there is a better formula in Excel for calculating this
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
=assetLifeInMonths - datedif(startDate, asOfDate, "m")
 
Upvote 0
Thanks for the help. Kindly show me an example of how I can apply this formula
 
Upvote 0
Kindly show an example of your data.
 
Upvote 0
See sample Data below


Excel 2012
ABCDEFGHIJKL
1Asset TypeAsset NumberDescriptionStart DateCurrent DateNo of Months DepRemaining LifeMonth to depCapital CostCurrent Month DepDep-YearNBV
2Office Equipment2000Kyocera NR72114 Printer01/10/201401/10/20146060124500759003600
Fixed Assets
 
Upvote 0
=F2 - datedif(D2, E2, "m")
 
Upvote 0
Thanks for the help, much appreciated. Formula works perfectly
 
Upvote 0
@ shg
I am trying to calculate the same i.e remaining life of assets.
I have applied the same formula you suggested in post#6 of this thread, but it is giving answer in exact number. I want to know in fractions. Like 20.01 instead of 20.

can you please help. Thanks for your help in advance.
 
Upvote 0
In the above example you can use the formula =F2-(E2-D2)/30.43 to get the remaining life in fractions
 
Upvote 0

Forum statistics

Threads
1,214,952
Messages
6,122,454
Members
449,083
Latest member
Ava19

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top