I'm looking for a way to fill in data from one row to another, much like the fill up or fill down function in excel. Basically what I want to do is if the row is blank fill it in with the data below it. Please see the example below.
Beginning Result:
1 |
2 | 1
3 | 2
4 |
5 | 3
End Result:
1 | 1
2 | 1
3 | 2
4 | 3
5 | 3
Beginning Result:
1 |
2 | 1
3 | 2
4 |
5 | 3
End Result:
1 | 1
2 | 1
3 | 2
4 | 3
5 | 3