Hi
Most forums I searched, I was able to find a solution for filling a value above in the non-blank cells below. But my requirement is to do the other way round, i.e. keep filling the non-blank cells with the first value found below those non blanks.
Example (below is my original data):
Head1 Head2
5
X 3
5
4
3
Y 7
In the above example, I would like to fill row 2 with X and rows 4-6 with Y so the result will look like:
Head1 Head2
X 5
X 3
Y 5
Y 4
Y 3
Y 7
Btw, I preferably need a VBA solution as I migh
Thanks for your help in advance.
Kind regards
Idrees
Most forums I searched, I was able to find a solution for filling a value above in the non-blank cells below. But my requirement is to do the other way round, i.e. keep filling the non-blank cells with the first value found below those non blanks.
Example (below is my original data):
Head1 Head2
5
X 3
5
4
3
Y 7
In the above example, I would like to fill row 2 with X and rows 4-6 with Y so the result will look like:
Head1 Head2
X 5
X 3
Y 5
Y 4
Y 3
Y 7
Btw, I preferably need a VBA solution as I migh
Thanks for your help in advance.
Kind regards
Idrees