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

I have a depreciation project and I am trying to find a formula that will
result in the last year's amount. Using straight line depreciation, I have a
formula that removes 1 month of depreciation in the first year. The formula
I need should give one of two results, either a full year's worth of
depreciation or the remaining amount in the last year.

This is the formula I have so far:
IF(C18SLN($F$5,$F$6,$F$7),""<SLN($F$5,$F$6,$F$7)) ,IF(C18<SLN($F$5,$F$6,$F$7*12))

Can anyone help?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 209
Default Formula

Cost in Cell F5
Salvage in Cell F6
Life in Cell F7
Months of Depr to
be removed in Cell F8

Formula:
=SLN(F5,F6,F7)-(SLN(F5,F6,F7)*(F8/12))

--
Hope this helps.
If this post was helpfull, please remember to click on the ''''YES''''
button at the bottom of the screen.
Thanks,
Gary Brown


"Maxine" wrote:

I have a depreciation project and I am trying to find a formula that will
result in the last year's amount. Using straight line depreciation, I have a
formula that removes 1 month of depreciation in the first year. The formula
I need should give one of two results, either a full year's worth of
depreciation or the remaining amount in the last year.

This is the formula I have so far:
IF(C18SLN($F$5,$F$6,$F$7),""<SLN($F$5,$F$6,$F$7)) ,IF(C18<SLN($F$5,$F$6,$F$7*12))

Can anyone help?

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



All times are GMT +1. The time now is 07:12 AM.

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"