I have a survey with a significant amount of open ended questions. It order to code the survey I need to split each section of each open ended response into one cell. For example, the single cell: "Service was slow and I hated the food" would become two cells, "Service was slow" & "and I hated the food"
Each single cell with the original response are different lengths, and contain different amount of things that need to be split. So I was thinking that the easiest way to get that done was a short cut where, I click in the place that it needs to split, it selects everything to the right, cut, move one cell right, and then paste. I've been doing it manually as: "double click in cell at split point, ctrl+shift+end, ctrl x, tab, ctrl v" but that is really tedious and repetitive, which makes me think that there has to be a way to make a macro so the process would instead be, "double click in cell at split point, ctrl e"
Any help would be greatly appreciated!
Each single cell with the original response are different lengths, and contain different amount of things that need to be split. So I was thinking that the easiest way to get that done was a short cut where, I click in the place that it needs to split, it selects everything to the right, cut, move one cell right, and then paste. I've been doing it manually as: "double click in cell at split point, ctrl+shift+end, ctrl x, tab, ctrl v" but that is really tedious and repetitive, which makes me think that there has to be a way to make a macro so the process would instead be, "double click in cell at split point, ctrl e"
Any help would be greatly appreciated!