Hi,
I want to manipulate the value in column 1 based on the adjacent column.
Col-A Col-B
1 1
1 2
1 2
2 3
2 3
2 3
1 2
1 2
If you see last two value in col-B, this 2 report to 1 which is on the top in col-B and the corresponding value in col-A is 1. Therefore on the bottom of col-A, I need to write 1.
Any help is highly appreciated. Looking for VBA to solve this.
I want to manipulate the value in column 1 based on the adjacent column.
Col-A Col-B
1 1
1 2
1 2
2 3
2 3
2 3
1 2
1 2
If you see last two value in col-B, this 2 report to 1 which is on the top in col-B and the corresponding value in col-A is 1. Therefore on the bottom of col-A, I need to write 1.
Any help is highly appreciated. Looking for VBA to solve this.