Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
CC CC is offline
external usenet poster
 
Posts: 91
Default cell content change so...

Hi,

i´d like to know if there´s a way to, programatically or via a formula,
check a cell value is changed and add a pecenentage of the diference until
reach the new value
ex- in the columm C line 1 I have 3500 and if in the next line the
value is 3000
i need that in the column D line 2 3500 - (3500- 3000 *20%) in
line 3 , 4 , 5 etc same until reach the 3000 ( value of new entrance) -

Tks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default cell content change so...

Apply the formula in cell D2 and copy/drag down upto D10

=$C$1-(($C$1-$C$2)*ROW()*10%)

--
Jacob


"CC" wrote:

Hi,

i´d like to know if there´s a way to, programatically or via a formula,
check a cell value is changed and add a pecenentage of the diference until
reach the new value
ex- in the columm C line 1 I have 3500 and if in the next line the
value is 3000
i need that in the column D line 2 3500 - (3500- 3000 *20%) in
line 3 , 4 , 5 etc same until reach the 3000 ( value of new entrance) -

Tks

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
Changing the cell format doesn't change existing cell content Kate Excel Discussion (Misc queries) 2 January 14th 10 04:44 PM
Cell content change Event Rick Rothstein Excel Programming 3 September 22nd 09 03:44 PM
Change Cell Content George Excel Discussion (Misc queries) 2 March 16th 09 02:40 PM
change content of a given cell as different cells are indicated sarah Excel Worksheet Functions 1 May 21st 08 02:41 PM
how do I change the content of one cell based on another? Barry Excel Discussion (Misc queries) 2 September 3rd 06 10:16 AM


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