I have a data set that looks like this:
This1 GH This2 GH This3 GH This4 BR This5 BR This6 VB
when the data point changes, i.e. “GH” to “BR” I want excel to insert a line break. so that the finalized data looks like this.
This1 GH This2 GH This3 GH This4 BR This5 BR This6 VB
any idea how this would be done? i think that a negative iterating for loop would work. but i don’t know how excel would handle row manipulation in this case.
The fastest way to do it (TRIED AND TESTED)
I am assuming that Row 1 has headers.
MACRO IN ACTION