I have a dataset where I am trying to take rows of data that are strung together:
neighborhoods that are listed as Allendale/Irvington/S. Hilton Beechfield/Ten Hills/West Hills etc
and they are associated with columns of data.
I would like to take those neighborhoods, use a split function to get
Allendale
Irvington
S. Hilton
Beechfield
Ten Hills
but I also want copy the data down so that the column data for Allendale Irvington and S. Hilton are the same!
Then I'll just sort it back to alphabetical order.
I'm a novice and google most of what I do, so if you could also kind of explain what you're doing, that would help a great deal!