I have account numbers (6 digits) in Col D and values in Col E
I would like VBA code to extract the number directly above 125915 and 125925 as well as these numbers as well as the corresponding value in Col E and place this in sheet "Extracted Data"
I have +- 5000 rows data
See sample data below
I would like VBA code to extract the number directly above 125915 and 125925 as well as these numbers as well as the corresponding value in Col E and place this in sheet "Extracted Data"
I have +- 5000 rows data
See sample data below
Excel 2012 | ||||
---|---|---|---|---|
D | E | |||
1 | 987122 | 650 | ||
2 | 197150 | 470 | ||
3 | 125915 | 981.15 | ||
4 | 547850 | 654.25 | ||
5 | 667800 | 985.25 | ||
6 | 114105 | 495.35 | ||
7 | 125925 | 775.65 | ||
8 | ||||
Sheet1 |