+ Reply to Thread
Results 1 to 15 of 15

Straight line depratiation calculation..

  1. #1
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Straight line depratiation calculation..

    Hello friends
    i have data register where i have non-current assets. I know purchase date,depretiation percentage and cost for 2016 year for this items.I need formula i h5 whic would calculate accumulated depretiation for 01/12/2016 year.Basis need to be straight line depratiation formula.Then in K5 also using this basis for depretiation calculate expanse for 2016 year.Please help it is important to me...
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,398

    Re: Straight line depratiation calculation..

    You need to help us by filling in your expected results in column K manually - the first 20 rows of the table should be enough.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Straight line depratiation calculation..

    This is example for one account there sum of 1589 need to be in h5 and so would be for other accounts.This is just one example how is straight line calculated.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    07-06-2017
    Location
    England
    MS-Off Ver
    Office 360 Business
    Posts
    18

    Re: Straight line depratiation calculation..

    I think this should do it?

    The value should never exclude the maximum value paid.

    And should also show the remaining balance on the years depreciation expense if you have only half years of depreciation before the item hits its full value.

    It doesn't however account for leap years, so may be off by a 0.00068 every 4 years. But I think that should be ok for the use!
    Attached Files Attached Files
    Last edited by Torrel; 12-28-2018 at 03:28 PM.

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

    Re: Straight line depratiation calculation..

    Please try at H5

    =G5*(1-(1-F5)^ROUNDUP(($F$2-E5)/365,))

  6. #6
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Straight line depratiation calculation..

    It works Bo_Ry but it rounds up to the year I need not to do so...

  7. #7
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,398

    Re: Straight line depratiation calculation..

    Take the ROUNDUP function out:

    =G5*(1-(1-F5)^($F$2-E5)/365)

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

    Re: Straight line depratiation calculation..

    What do you need?

    Maybe round
    =G5*(1-(1-F5)^ROUND(($F$2-E5)/365,))

    not round
    =G5*(1-(1-F5)^(($F$2-E5)/365))

  9. #9
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Straight line depratiation calculation..

    Yes it woorks without round... Now i need depretiation expanses for only 2016 year could you help me "not accumulated but for only 2016 year..

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

    Re: Straight line depratiation calculation..

    Is it 128?
    =G5*((1-F5)^ROUNDDOWN(($F$2-E5)/365,)-(1-F5)^(($F$2-E5)/365))

    If not then please provide correct answer and how you calculate it.

  11. #11
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Straight line depratiation calculation..

    No, in attached file there is explanation what i intend to do.... thanks in advanced.
    Attached Files Attached Files

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

    Re: Straight line depratiation calculation..

    Sorry, I don't know any of this "depretiation part of additions in days" or "straight line depretiation". I just follow your calculation from post#3

    If you mean 500 and 400 from J10 and J12, I have no idea how you get that value.

    What is the value of "depretiation part of additions in days" and how you calculate it?

  13. #13
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Straight line depratiation calculation..

    In my example in J10 and j12 there is middle year purchase (addition). and we need to calculate there depreciation until the year end. Like you helped me with your formula.But there was aslo opening residual values in 2016 this is g10 and g12 we need to add full year depretiation of this 20% of 1850 and "addition" in j10 middle year purchase.So we need to calculate also its part depretiation until the year end. But i need formula that would consider if the year is 2016 year not other years is it clear? if not i would explain it further
    Last edited by kikola123; 12-30-2018 at 01:14 AM.

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

    Re: Straight line depratiation calculation..

    I guess

    K10
    =IF(YEAR(E10)=2016,G10*F10+J10*(1-(1-F10)^(($F$2-E10)/365)),G10*(1-(1-F10)^(($F$2-E10)/365)))


    or "add full year depretiation of this 20% of 1850 and addition in j10"

    K10
    =IF(YEAR(E10)=2016,G10*F10+(20%*G10+J10)*(1-(1-F10)^(($F$2-E10)/365)),G10*(1-(1-F10)^(($F$2-E10)/365)))

  15. #15
    Forum Contributor
    Join Date
    11-12-2016
    Location
    georgia,tbilisi
    MS-Off Ver
    Office 365 MSO (Version 2401 Build 16.0.17231.20008)
    Posts
    127

    Re: Straight line depratiation calculation..

    Thanks Bo_Ry it works first formula you are genious..

+ 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. Straight Line Calculation - Create a table from a set of dates
    By Eindrago in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 06-21-2017, 08:21 PM
  2. Blank/NA values to be shown as dotted line rather than straight line in Charts
    By palaniappan0212 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-29-2016, 01:01 AM
  3. Depreciation Straight line Calculation based on start and end date
    By anjoseph9626 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2013, 04:44 PM
  4. Straight Line Depreciation Calculation
    By andrew8008 in forum Excel General
    Replies: 4
    Last Post: 11-07-2012, 04:29 PM
  5. Straight Average Line on Line Chart
    By miked79 in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 09-11-2008, 12:00 PM
  6. not a straight line calculation
    By patjallan in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 05-02-2007, 11:55 PM
  7. [SOLVED] straight line graph, really straight line..
    By Jason in forum Excel General
    Replies: 2
    Last Post: 07-20-2006, 05:15 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