Hi!
I have a some columns of data where a row is empty every now and then, and would like to remove the empty cells in that particular column...
As an example say I have empty cells in column A:
A1: 123
A2: 456
A3:
A4:
A5: 23
A6: 4488
I then want to move the data up so that
A1: 123
A2: 456
A3: 23
A4: 4488
A5:
A6:
I now I can do this manually but I have 33089 rows of data with small gaps here and there!
Regards,
kbka
Bookmarks