Hi ,
Try the following formula :
=IFERROR(INDEX($A$16:$A$21,SMALL(IF($A$16:$A$21<>"",ROW($A$16:$A$21)-ROW($A$16)+1,ROW($A$21)),ROW(A1))),"")
entered as an array formula (using CTRL SHIFT ENTER ).
Here , I am assuming your data is from A16 through A21. The above formula is to be entered in any cell in row 16 i.e. B16 or C16 or D16 ... Copy this formula down. The first cells in the column will be filled with the valid values , and the remaining cells will be blank.
Narayan