Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pileski
 
Posts: n/a
Default Why doesn't the DDB function work all the time?

I've noticed when setting up a depreciation table using the DDB function it
won't depreciate an asset down to salvage value if there's a big difference
between the original cost of the asset and the salvage value.

For instance, depreciate a $260,000 tractor with a $7,000 salvage value for
7 years the final book value for the asset is $24,664 instead of $7,000.

Is this correct? Am I doing something wrong?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mphell0
 
Posts: n/a
Default Why doesn't the DDB function work all the time?


It is because of the way that excel calculates depreciation (see the
help for
more information). Instead of leaving the last component of the
function
blank (the [factor]) put a 3 and it will give you your 7000.

=DDB(cost, salvage, life, period, [factor])

for the first year it would read:

=DDB(260000, 7000, 7, 1, 3)


--
mphell0
------------------------------------------------------------------------
mphell0's Profile: http://www.excelforum.com/member.php...o&userid=30153
View this thread: http://www.excelforum.com/showthread...hreadid=517389

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
mphell0
 
Posts: n/a
Default Why doesn't the DDB function work all the time?


Scratch that. My previous post works for 7000 but I tried putting in a
few
other numbers for the salvage value and it didn't work for lower
numbers. For
example with a salvage value of $2000 the total depreciated value after
7
years according to excel is $5172.58.

Try using DB instead of DDB it gives you a more accurate (but not
exact)
estimate of the depreciated value. I think this is because excel
automatically
rounds off some of the numbers used in the calculation. See help for a
better
explanation on this.


--
mphell0
------------------------------------------------------------------------
mphell0's Profile: http://www.excelforum.com/member.php...o&userid=30153
View this thread: http://www.excelforum.com/showthread...hreadid=517389

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why doesn't my =RANDBETWEEN function work? DanielWalters6 Excel Discussion (Misc queries) 4 December 19th 05 10:28 AM
Hyperlink function without openening new Explorer every time nijunge Excel Worksheet Functions 1 August 25th 05 09:11 AM
Function to convert Time String to Time Andibevan Excel Worksheet Functions 6 August 19th 05 01:19 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Custom Time Format doesn't work for me chuck Excel Discussion (Misc queries) 1 February 13th 05 04:12 AM


All times are GMT +1. The time now is 01:46 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"