I love learning new things. Today I was using a CSV export of data in Excel and was just using Excel to reassemble the data. At one point it resembled something like:

This is, of course, after some manipulation. Basically I removed the parts of a URL column expanded by delimiter (“/”) I didn’t want. This left awkward gaps and all I wanted was to quickly delete the gaps and shift contents of remaining cells to the left to sort of “reconstruct” each row without gaps. Since they didn’t line up in neat columns, I needed a different method.
I found a great article that helped. To summarize the steps:
- Select the range for which you’ll delete blank cells and shift data left.
- Press Ctrl+G.
- Click Special… (lower left of dialog)
- Choose the Blanks radio button
- Click OK.
- All blank cells in the selected range remain highlighted. Now right-click any of the selected blank cells.
- Choose Delete.
- Select Shift cells left.
- Click OK.
Here’s an animated GIF showing the process on my example data:

FANTASTIC BROOOOOO you just saved my damn life. You are the MAN!!!!!! Much love brotha! <3
Thanks this article is really helpful.