+ Reply to Thread
Results 1 to 4 of 4

SLN - Straight Line Depreciation

Hybrid View

  1. #1
    Registered User
    Join Date
    03-12-2020
    Location
    Kuala Lumpur
    MS-Off Ver
    2019
    Posts
    2

    SLN - Straight Line Depreciation

    In A i have start date (ex: 12-jan-2017)
    In B I have end date (ex: 19 -dec-2020)
    In C i have Cost
    In D i have salvage value
    In E i have Life

    I want to find depreciation of every month ( ex: Jan 31 days, feb 28 days) from starting date (12-jan-2017)
    How do i do this?

  2. #2
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: SLN - Straight Line Depreciation

    Hi

    You can use the function VDB to get the depreciation and DATEDIF to get the life time.
    So if your data is in A3:E3 use in E3 (month as unit)
    Formula: copy to clipboard
    =DATEDIF(A3,B3,"m")

    In G3 use the formula
    Formula: copy to clipboard
    =VDB($C$3,$D$3,$E$3,0,F3)

    to obtain the accumulated depreciation at the end of F3 months after the start date.

    See the file for clarification.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    03-12-2020
    Location
    Kuala Lumpur
    MS-Off Ver
    2019
    Posts
    2

    Re: SLN - Straight Line Depreciation

    I am trying to calculate the depreciation for 365 days, as in 31 days for Jan, 28 for feb, 30 days for april etc. using a straight line method.

  4. #4
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: SLN - Straight Line Depreciation

    Hi

    I added a new column where I put the month end date.
    For the normal depreciation method I used the same method as in the previous post.
    In column K I used the following formulas to calculate linear depreciations:
    (formula for first value K3)
    Formula: copy to clipboard
    =($C$3-$D$3)/$E$3*(F3-$A$3)

    (formula for the other values K4:...)
    Formula: copy to clipboard
    =($C$3-$D$3)/$E$3*(F4-F3)


    See the file
    Attached Files Attached Files

+ 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 YTD depreciation using posting and reporting dates
    By BiancaSalmon in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-11-2020, 12:05 PM
  2. Straight Line Depreciation for Long Term Model of Depreciation
    By fornight in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-13-2017, 03:14 PM
  3. How to use the IF Function in Straight Line Depreciation
    By tobbyexcel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-07-2015, 06:54 PM
  4. Excel 2007 : Straight line depreciation
    By Simmi7 in forum Excel General
    Replies: 7
    Last Post: 10-10-2014, 08:45 PM
  5. Straight Line Depreciation Calculation
    By andrew8008 in forum Excel General
    Replies: 4
    Last Post: 11-07-2012, 04:29 PM
  6. Straight Line Depreciation using the IF Function (Excel '03)
    By L_haynes in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-09-2010, 03:34 AM
  7. SLN - Straight Line Depreciation
    By tr2yhb@yahoo.com in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2005, 10:05 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