Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Formula to get number + 80% from previous




I have thefollowing
Y1 Y2 Y3 Y4
1000 1000 1000 1000
800 800 800
640 640
512
Total 1000 1800 2440 2952

the logic like this

Every year 1000 New Plus 80 % from previous year diminishing value

so Y3 figures are like this

1000 New
80 % of Y2 New =800
80 % of Y1 remaining (800)=640

Can I get this one through a formula

thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Formula to get number + 80% from previous


"Abdul" wrote in message
...



I have thefollowing
Y1 Y2 Y3 Y4
1000 1000 1000 1000
800 800 800
640 640
512
Total 1000 1800 2440 2952

the logic like this

Every year 1000 New Plus 80 % from previous year diminishing value

so Y3 figures are like this

1000 New
80 % of Y2 New =800
80 % of Y1 remaining (800)=640

Can I get this one through a formula

thanks


A B C D E
1 YEAR Y1 Y2 Y3 Y4
2 NEW 1000 1000 1000 1000
3 TOTAL 1000 1800 2440 2952

The Formula is quite easy and can be done in many ways.

With this one, NEW is the value you wish to add each year, and TOTAL is the
calculated new value.

Cell B3: =b2
Cell C3: =((B3/100)*80)+C2

Drag the Formula into Cells D3 and E3



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,480
Default Formula to get number + 80% from previous

see reply to your posting in another group

--
Regards
Roger Govier

"Abdul" wrote in message
...



I have thefollowing
Y1 Y2 Y3 Y4
1000 1000 1000 1000
800 800 800
640 640
512
Total 1000 1800 2440 2952

the logic like this

Every year 1000 New Plus 80 % from previous year diminishing value

so Y3 figures are like this

1000 New
80 % of Y2 New =800
80 % of Y1 remaining (800)=640

Can I get this one through a formula

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
Adding one to the number from the previous cell with text... T.[_2_] Excel Discussion (Misc queries) 8 October 14th 09 03:03 AM
formula to get number + 80 % from Previous Balance Abdul[_2_] Excel Worksheet Functions 2 March 25th 09 01:02 PM
previous number not changing cac1966 Excel Worksheet Functions 2 April 10th 07 08:48 PM
sum previous x number of cells neda5 Excel Discussion (Misc queries) 2 February 28th 06 12:37 AM
Sum of previous offset number of cells not to exceed certain value SimonK Excel Worksheet Functions 0 February 16th 06 02:41 PM


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