Is there a way of using Excel's built in functions to remove all blank cells in a range?
A quick a dirty way would be to sort the range, so that the empty cells ends up last, but if I don't want to change the order of the element that is not a good way of doing it.
I know I can do this in VBA, and already has, but I'm more interested if this functionality is avaliable from within Excel.
Example:
A C D F E
should end up with
A C D F E
