I have an Excel file with one column in it currently. This one column has two different fields which are ParentID and ChildID. All ChildID fields are located beneath its parent. Also, the ChildID fields are No Color, while the ParentID fields are green. I need to move these ChildID fields into Column B. I want them to remain on the same row, however, so that they easily map to their ParentID fields.
Also, I have all of the ParentID fields stored in a SQL table. How can I achieve this?