+ Reply to Thread
Results 1 to 9 of 9

Formula – Use of Match formula without helpers for replacement of assets

  1. #1
    Registered User
    Join Date
    09-19-2018
    Location
    brisbane
    MS-Off Ver
    excel 2010
    Posts
    5

    Formula – Use of Match formula without helpers for replacement of assets

    HI All

    Please see the attached example spreadsheet.

    I have an air-conditioning unit with an estimated useful life of 10 years, but an actual remaining useful life of only 2 years and a replacement value of $20K in year 0.

    As you can see by the example spreadsheet the air-conditioning unit gets replaced in year 2 (actual remaining life) and year 12. The other replacement years are outside the scope of the 20 year period.

    In year 12 there is indexation of 11 years added to the original $20K replacement costs and give the result of $27.982K.

    It is only 11 years as there is no indexation in year 1.

    Currently I use multiple rows to calculate the replacement year and replacement value plus indexation as shown in the attached spreadsheet using the match formula.

    Is there any way to consolidate these multiple row formulas into a one row formula line ie without the helper rows?

    So instead of requiring 11 rows per asset of helper rows I will only require 1 row per asset.

    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula – Use of Match formula without helpers for replacement of assets

    Please try at G7 drag to Z7
    =IF(MOD(COLUMNS($F7:G7),2),0,$F7*(1+'assumptions '!$C$4)^(COLUMNS($F7:G7)-2))

    I'm not sure why you skip Year 4, this formula didn't.

  3. #3
    Registered User
    Join Date
    09-19-2018
    Location
    brisbane
    MS-Off Ver
    excel 2010
    Posts
    5

    Re: Formula – Use of Match formula without helpers for replacement of assets

    Thank you so much!

  4. #4
    Registered User
    Join Date
    09-19-2018
    Location
    brisbane
    MS-Off Ver
    excel 2010
    Posts
    5

    Re: Formula – Use of Match formula without helpers for replacement of assets

    HI Bo_Ry

    I have been testing the formula you provided which works perfectly if the year of replacement is in years 1 and useful life is 1 year. As it populates year 1 and then repeats for every year after that.


    The problem I have is that I they replacement year is say year 3 and useful life is 10 years it should only populate in year 3 and 13.

    Similarly if the replacement is in year 15 and the useful life is 10 years it should only populate in 15.

    Is there anyway of modifying your formula so this occurs???


    Thanks again for your assistance.

    Andrew

  5. #5
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula – Use of Match formula without helpers for replacement of assets

    Hi Andrew,

    I not quit get what you want.
    where will you put replacement year and useful life in the table?
    Please add this data to your table and populates year for each different replacement year and useful life.

  6. #6
    Registered User
    Join Date
    09-19-2018
    Location
    brisbane
    MS-Off Ver
    excel 2010
    Posts
    5

    Re: Formula – Use of Match formula without helpers for replacement of assets

    HI BO_Ry

    I have attached the following spreadsheet to help you see what I mean.

    In this one actual remaining life is 15 years so the first population occurs at year 15 indexed to $30,666 , it has a useful life of 2 years therefore it will populate in year 17 $ 32,596 and in year 19 at $34,649.

    The actual life and useful life can change dependent on the unit , so the formula has to be flexible enough to handle this.

    I hope this helps you understand the issue.

    thanks again

    Andrew
    Attached Files Attached Files

  7. #7
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula – Use of Match formula without helpers for replacement of assets

    Hi Andrew

    F8 drag to Z8
    =IF(AND(F$6>=$C8,MOD(F$6,$B8)=MOD($C8,$B8)),$E8*(1+Assumptions!$C$4)^(F$6-1),0)

    Please change Estimated Overall Life (yrs) and Actual Remaining Life (yrs) to see if it work for other no.

  8. #8
    Registered User
    Join Date
    09-19-2018
    Location
    brisbane
    MS-Off Ver
    excel 2010
    Posts
    5

    Re: Formula – Use of Match formula without helpers for replacement of assets

    HI BO_Ry

    Thanks for that it does seem to be working for all variations ! You have made my life so much better.

    I will double check this over the weekend.

    But thanks again!.

    Andrew

  9. #9
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Formula – Use of Match formula without helpers for replacement of assets

    Hi Andrew, Happy to help.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Formula to Calculate when fixed assets are replaced every X years
    By edphill in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-07-2014, 01:18 PM
  2. [SOLVED] long formula need replacement
    By Exxcel Noob in forum Excel General
    Replies: 9
    Last Post: 06-13-2012, 09:58 AM
  3. Datedif replacement formula
    By kevinscomp in forum Excel General
    Replies: 0
    Last Post: 01-19-2012, 02:56 PM
  4. Huge replacement formula
    By Falcon Punch in forum Excel General
    Replies: 7
    Last Post: 12-01-2011, 06:10 PM
  5. formula replacement
    By tsatsos007 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-12-2010, 03:53 PM
  6. 20 yr Replacement plan for assets
    By Reed in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-18-2006, 11:30 AM
  7. [SOLVED] Formula Replacement
    By Lee in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-07-2005, 04:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1