I was wondering how can I autofill a column with a certain value until it reaches a new value in the same column, and then autofill with that?
I tried using Excel, but I don’t know how. I can also use unix commands as well if there is a method for doing so (I just couldn’t figure one out).
Example – How can I turn this:
12345 83492 A
28397 18723
20983 39847
98237 28394 B
09477 34566
03940 76382 C
39348 38495
Into this:
12345 83492 A
28397 18723 A
20983 39847 A
98237 28394 B
09477 34566 B
03940 76382 C
39348 38495 C
Any help would be greatly appreciated!
EDIT – If you have a way of doing it in MySQL, I can do that as well
The easiest way I know is to do it via a formula in the column directly to the right.
So for example, you wwuld have:
Then drag the formula in D2 all the way down, then you can copy/paste values.