searching through row

Anas_Raza

Board Regular
Joined
Dec 18, 2013
Messages
60
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.
 
I want to write a formula in pervious remaing cell (colume) that look up text of description in above data and tell me last value of last diff cell where xyz written

if i write xyz again in description column then the formula that i put in previous remaining row search xyz in previous data and tell the last value that i had put in remaining while i had write xyz in description column before.
 
Upvote 0

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
when i write xyz again in description then required formula search xyz in pervious data and put the value of diff when i wrote xyz row before
 
Upvote 0
I want to write a formula in pervious remaing cell that look up value of description in above data and tell me last value of last diff cell where xyz written
This is an array formula so should be entered without the {} but confirmed with Ctrl+Shift+Enter, not just Enter. If confirmed correctly, Excel will insert the {}. The formula can then be copied down.

Excel Workbook
ABCDEFG
1WeekDescriptionPREVIOUS REMAINingTARGETTOTAL TARACHIVEDIFF
218(30-Apr to 06-May)XYZ25741
318(30-Apr to 06-May)abc24633
418(30-Apr to 06-May)poi32532
518(30-Apr to 06-May)oiu15642
619(07-May to 13-MayXYZ14523
719(07-May to 13-Mayabc34761
8
9
1020(14-May to 20-May)XYZ33642
1120(14-May to 20-May)ABC14541
Last value
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,324
Members
452,635
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top