I have a list as follows : -
A1 B1
A2 B2
A3 B3
A4 B4
------------------------------------------
I want to change the format of the list to be as follows with a space after each of the group. Can anybody help me? I have to use index, match, offset but they all failed.
A1
B1
***blank space
A2
B2
***blank space
A3
B3
***blank space
A4
B4
Bookmarks