Can anyone think of a way to use only cell formulas (no macros, VBA, etc.) to reorder a list that has a list of names from cell A1:A10. Some of the cells will have a name in it, some will be blank. I want to remove, or at least move to the bottom, the blank cells so that all the names are listed first. Order of the names is unimportant.
EX:
Jeff
Jack
David
(blank)
(blank)
Matt
What I want is:
Jeff
Jack
David
Matt
(blank)
(blank)