#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Formula Assistance

Hi all,

cost aggregate dep c/fwd charge for year agg dep b/fwd value
2007
1000 100 50 150
850

I have a spreadsheet set out as above. Is there a way i can create a formula
in the agg dep c/fwd cell that will increase by the charge for the year
without having to manually input figures every year? (instead of just typing
150 in the cell) And that would also work for subsequent years.

i.e. cells to read 1000 150 50 200 800 850
800 being this years value with a further years depreciation charged.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Formula Assistance

One way:

Assuming the following cell layout:

A B C D E
1 cost adc/f cfy adb/f valueEOY
2 1000 100 50 150 850

then

A3: =A2
B3: =D2
C3: 50 (or whatever depreciation formula you're using)
D3: =B3+C3
E3: =A3-D3

Copy A3:E3 down as far as desired.



In article ,
tommo wrote:

Hi all,

cost aggregate dep c/fwd charge for year agg dep b/fwd value
2007
1000 100 50 150
850

I have a spreadsheet set out as above. Is there a way i can create a formula
in the agg dep c/fwd cell that will increase by the charge for the year
without having to manually input figures every year? (instead of just typing
150 in the cell) And that would also work for subsequent years.

i.e. cells to read 1000 150 50 200 800 850
800 being this years value with a further years depreciation charged.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11
Default Formula Assistance

I wish it was that simple. Unfortunately, i wouldnt be creating anything in
A3. I should have mentioned that i have hundreds of lines therefore 'A3' is
occupied by another asset. All info is on 1 row per asset

Essentially i always have 2 year end figures showing. Current year and the
previous year, so everything moves on a year as i update it.

"JE McGimpsey" wrote:

One way:

Assuming the following cell layout:

A B C D E
1 cost adc/f cfy adb/f valueEOY
2 1000 100 50 150 850

then

A3: =A2
B3: =D2
C3: 50 (or whatever depreciation formula you're using)
D3: =B3+C3
E3: =A3-D3

Copy A3:E3 down as far as desired.



In article ,
tommo wrote:

Hi all,

cost aggregate dep c/fwd charge for year agg dep b/fwd value
2007
1000 100 50 150
850

I have a spreadsheet set out as above. Is there a way i can create a formula
in the agg dep c/fwd cell that will increase by the charge for the year
without having to manually input figures every year? (instead of just typing
150 in the cell) And that would also work for subsequent years.

i.e. cells to read 1000 150 50 200 800 850
800 being this years value with a further years depreciation charged.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default Formula Assistance

Ah. One way:


B3: =C3*(YEAR(TODAY()) - 2005)

Where 2005 is the date the asset was put into service.

Adjust to suit.

In article ,
tommo wrote:

I wish it was that simple. Unfortunately, i wouldnt be creating anything in
A3. I should have mentioned that i have hundreds of lines therefore 'A3' is
occupied by another asset. All info is on 1 row per asset

Essentially i always have 2 year end figures showing. Current year and the
previous year, so everything moves on a year as i update it.

"JE McGimpsey" wrote:

One way:

Assuming the following cell layout:

A B C D E
1 cost adc/f cfy adb/f valueEOY
2 1000 100 50 150 850

then

A3: =A2
B3: =D2
C3: 50 (or whatever depreciation formula you're using)
D3: =B3+C3
E3: =A3-D3

Copy A3:E3 down as far as desired.



In article ,
tommo wrote:

Hi all,

cost aggregate dep c/fwd charge for year agg dep b/fwd
value
2007
1000 100 50 150

850

I have a spreadsheet set out as above. Is there a way i can create a
formula
in the agg dep c/fwd cell that will increase by the charge for the year
without having to manually input figures every year? (instead of just
typing
150 in the cell) And that would also work for subsequent years.

i.e. cells to read 1000 150 50 200 800 850
800 being this years value with a further years depreciation charged.


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
Assistance with a formula Bookmdano Excel Discussion (Misc queries) 19 August 14th 08 09:36 PM
Formula Assistance Phxlatinoboi® Excel Discussion (Misc queries) 2 July 25th 08 09:56 PM
Formula assistance Raisincain Excel Discussion (Misc queries) 10 December 10th 07 07:20 PM
Formula Assistance Please lorig_2000 Excel Worksheet Functions 0 July 19th 06 03:33 AM
Formula Assistance ( MarthaMartha Excel Worksheet Functions 2 February 15th 06 05:49 PM


All times are GMT +1. The time now is 10:11 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"