sameergaur
New Member
Hi there,
Below is an example of the file I am working on. I want to add empty rows corresponding to the value in Col3, so 2 empty rows below ABC and 3 empty rows below ABD and so on.
[pre]
[/pre]
Can anyone help with that?
Below is an example of the file I am working on. I want to add empty rows corresponding to the value in Col3, so 2 empty rows below ABC and 3 empty rows below ABD and so on.
[pre]
Code:
Col1 Col2 Col3
ABB
ABB ABC 2
ABB ABD 3
Can anyone help with that?