Hello,
I have a dataset that looks like this
| Point A | Entry1,Entry2,Entry3 |
| Point B | Entry1,Entry2,Entry3 |
| Point C | Entry1,Entry2,Entry3 |
And I want to change it to something like this
| PointA | Entry1 |
| | Entry2 |
| | Entry3 |
| .... | .... |
To that end, how would I accomplish this? I would imagine I have to use the text to column tool, but I want to preserve the relationship between the first column and the split one