I have a large spreadsheet (> 5000 rows) where I need to move data from certain rows from one column to the column next to it. Column A looks as follows:
A1 Server1\directory1A2 Group Users has rights
A3 Group TechUsers has rights
A4 Server1\directory2A5 Group Users has rights
A6 Server1\directory3A7 Group Users has rights
A8 Group Mining has rights
A9 Group Engineering has rights
A10 Server4\directory1A11 Group Users has rights
etc.....
Now I need to move the contens of cells that contain the Rights data to the column on the right of the corresponding Server cell above it. For instance, I would need to move the contents of cell A5, "Group users has rights", to cell B4 to be associated with the server mentioned in the cell above it. Now the cell contents of A2 and A3 would both need to be moved to the right of A1 to be associated with the server mentioned above it. Can the contents of multiple cells be appended or would they overwrite? How would I go about either appending numerous cell contents into another cell automatically, or move cell contents into consecutive colums, ie A2 to move to B1 and A3 to move to C1???
A1 Server1\directory1A2 Group Users has rights
A3 Group TechUsers has rights
A4 Server1\directory2A5 Group Users has rights
A6 Server1\directory3A7 Group Users has rights
A8 Group Mining has rights
A9 Group Engineering has rights
A10 Server4\directory1A11 Group Users has rights
etc.....
Now I need to move the contens of cells that contain the Rights data to the column on the right of the corresponding Server cell above it. For instance, I would need to move the contents of cell A5, "Group users has rights", to cell B4 to be associated with the server mentioned in the cell above it. Now the cell contents of A2 and A3 would both need to be moved to the right of A1 to be associated with the server mentioned above it. Can the contents of multiple cells be appended or would they overwrite? How would I go about either appending numerous cell contents into another cell automatically, or move cell contents into consecutive colums, ie A2 to move to B1 and A3 to move to C1???