+ Reply to Thread
Results 1 to 7 of 7

cells within cell means what

  1. #1
    Registered User
    Join Date
    04-24-2015
    Location
    101
    MS-Off Ver
    2007
    Posts
    50

    cells within cell means what

    what is the meaning of this DB(DB12,DI12,DJ12,$FN$11) ??? they all are cell names

    can any one help???

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: cells within cell means what

    Excel DB function:


    Description

    Returns the depreciation of an asset for a specified period using the fixed-declining balance method.

    Syntax

    DB(cost, salvage, life, period, [month])

    The DB function syntax has the following arguments:

    ## Cost Required. The initial cost of the asset.
    ## Salvage Required. The value at the end of the depreciation (sometimes called the salvage value of the asset).
    ## Life Required. The number of periods over which the asset is being depreciated (sometimes called the useful life of the asset).
    ## Period Required. The period for which you want to calculate the depreciation. Period must use the same units as life.
    ## Month Optional. The number of months in the first year. If month is omitted, it is assumed to be 12.

    Remarks

    ##The fixed-declining balance method computes depreciation at a fixed rate. DB uses the following formulas to calculate depreciation for a period:
    (cost - total depreciation from prior periods) * rate

    where:

    rate = 1 - ((salvage / cost) ^ (1 / life)), rounded to three decimal places

    ##Depreciation for the first and last periods is a special case. For the first period, DB uses this formula:
    cost * rate * month / 12

    ##For the last period, DB uses this formula:

    ((cost - total depreciation from prior periods) * rate * (12 - month)) / 12

    is that what you want?

  3. #3
    Registered User
    Join Date
    04-24-2015
    Location
    101
    MS-Off Ver
    2007
    Posts
    50

    Re: cells within cell means what

    can u tell me the logic within that Db function .... actually i'm a s/w eng that i have to convert this logic in asp.net...

    can u help me please... it is so helpful for me

  4. #4
    Registered User
    Join Date
    04-24-2015
    Location
    101
    MS-Off Ver
    2007
    Posts
    50

    Re: cells within cell means what

    can u tell me the logic within that Db function .... actually i'm a s/w eng that i have to convert this logic in asp.net...

    can u help me please... it is so helpful for me

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: cells within cell means what

    DB(cost,salvage,life,period,month)

    The distinguishing feature of fixed-declining balance depreciation is that it calculates depreciation at a fixed rate based on the estimated cost, salvage value, and economic life of the asset. Excel calculates this rate using the following formula:

    Fixed rate=1-((salvage/cost)^(1/life))

    and then rounds this value to the nearest three decimal places. To calculate the depreciation for a period, Excel multiplies the rate by the sum of the original cost less the accumulated depreciation to date. The accumulated depreciation equals the original cost minus the previous periods’ depreciation.

    Excel uses variations of the standard fixed-declining balance formula for the first and last periods. For the first period, Excel calculates the depreciation by using the following formula:

    First-period depreciation=cost * rate * month / 12

    For the last period, Excel calculates the depreciation using the following formula (which essentially just depreciates the asset down to its salvage value):

    Last-period depreciation=((cost?accumulated depreciation)*rate*(12month))/12

    that's all what I can do for you, I'm excel user not researcher

  6. #6
    Registered User
    Join Date
    04-24-2015
    Location
    101
    MS-Off Ver
    2007
    Posts
    50

    Re: cells within cell means what

    thanks a lot for ur help... ur information is so valuable for me..... thanks again sandy

  7. #7
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: cells within cell means what

    If you found this answer helpful mark thread as solved, pls

+ 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. does anyone know what the character T in a cell means
    By leedspaddy in forum Excel General
    Replies: 5
    Last Post: 03-18-2014, 01:28 PM
  2. comparing means by means of Least Significant Differences (LSD) method
    By rmrf in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-07-2013, 12:14 PM
  3. change the contents of a cell by means of a formula
    By Justme47 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-27-2009, 12:25 PM
  4. [SOLVED] Formula, means and non following cells
    By aude in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-23-2006, 05:55 PM
  5. [SOLVED] what means 'blank cell'??
    By Ted in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-20-2005, 10: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