I would be grateful if someone could help with taking a list of non-contiguous entries and recreating those same entries in a contiguous list in another column as shown below:

Non-contiguous list:
Peter
Paul
Tracy

John

Abigail
Darcy

James


Contiguous list:
Peter
Paul
Tracy
John
Abigail
Darcy
James


I need to simpley recreate the (non-contiguous) list in another column where the blanks are missed out/ ignored.

Any help will be much appreciated!

Thanks
Tony