#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default DB Function?

I have a list of assets in column A.
Column B contains a historical date (Jan, 2008)
Column C contains current months date (Nov, 2009).
Column D shows the period difference (B-C) = 21

Now here comes the fun part, I need to know what the NBV of the asset
is using 20% declining balance). This formula will be copied to
multiple assets, so it needs to be dynamic.

I've tried everything I can think of :S

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default DB Function?

cjwenngatz,

NBV should be simply the price you paid reduced by the decline multiplied by
the number of years that you have had it, limited to the life of the asset
(since you have age in months, you would use months). For a 20% annual
decline, that would be a 5 year life, so perhaps

=E2*(1-0.2*(MIN(D2,60)/12))

where E2 has the initial book value, and D has the age of the asset in
months. 60 is five years in months.

Of course, you should look at what this returns versus what you expect....

HTH,
Bernie
MS Excel MVP




wrote in message
...
I have a list of assets in column A.
Column B contains a historical date (Jan, 2008)
Column C contains current months date (Nov, 2009).
Column D shows the period difference (B-C) = 21

Now here comes the fun part, I need to know what the NBV of the asset
is using 20% declining balance). This formula will be copied to
multiple assets, so it needs to be dynamic.

I've tried everything I can think of :S

Thanks!


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
Excel Data Validation/Lookup function does function correcty Kirkey Excel Worksheet Functions 2 May 25th 09 09:22 PM
copy of excel file not showing formulal/function in the function b oaallam Excel Discussion (Misc queries) 4 September 6th 07 01:20 PM
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) [email protected] Excel Worksheet Functions 0 September 5th 06 03:44 PM
Offset function with nested match function not finding host ss. MKunert Excel Worksheet Functions 1 March 21st 06 10:46 PM
Emulate Index/Match combo function w/ VBA custom function Spencer Hutton Excel Worksheet Functions 2 May 2nd 05 05:26 PM


All times are GMT +1. The time now is 04:34 PM.

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

About Us

"It's about Microsoft Excel"