I have a list of astronomical objects that I need to sort by distance from Earth:
{Alpha Centauri, Andromeda Galaxy, Antennae Galaxy, Eagle Nebula, Jupiter, Moon, Orion Nebula, Pleiades Star Cluster, Pluto, Ring Nebula, Sombrero Galaxy, Sun}
Entering "distance {list}" returns a table of distances in different units, and using the Sort and SortBy functions with distance will only interpret one or two items from the list. Is there a way to sort these distances, or at least force all the distances to the same unit?