I have weekly target sheet in which six columns are occur
Like this:
[TABLE="width: 659"]
<tbody>[TR]
[TD]Week
[/TD]
[TD]Description
[/TD]
[TD]PREVIOUS REMAINING
[/TD]
[TD]TARGET
[/TD]
[TD]TOTAL TARGET
[/TD]
[TD]ACHIVED
[/TD]
[TD]DIFFERENCE
[/TD]
[/TR]
[TR]
[TD]18(30-Apr to 06-May)
[/TD]
[TD]XYZ
[/TD]
[TD]2
[/TD]
[TD]5
[/TD]
[TD]7
[/TD]
[TD]4
[/TD]
[TD]3
[/TD]
[/TR]
</tbody>[/TABLE]
I want to put a formula in pervious remaining colum that automatically search what I write in description column from previous entries and put the last value of difference colume.
Like this:
[TABLE="width: 659"]
<tbody>[TR]
[TD]Week
[/TD]
[TD]Description
[/TD]
[TD]PREVIOUS REMAINING
[/TD]
[TD]TARGET
[/TD]
[TD]TOTAL TARGET
[/TD]
[TD]ACHIVED
[/TD]
[TD]DIFFERENCE
[/TD]
[/TR]
[TR]
[TD]18(30-Apr to 06-May)
[/TD]
[TD]XYZ
[/TD]
[TD]2
[/TD]
[TD]5
[/TD]
[TD]7
[/TD]
[TD]4
[/TD]
[TD]3
[/TD]
[/TR]
</tbody>[/TABLE]
I want to put a formula in pervious remaining colum that automatically search what I write in description column from previous entries and put the last value of difference colume.