I have the following row in excel as an example:
610 323 0726 / 610 332 3855 / LMP90 / LMP106
I have duplicated the column containing these values by 4 so basically I want to find and replace each column so the values are left as below:
column1 | column2 | column3 | column4
610 323 0726 610 332 3855 LMP90 LMP106
I downloaded a regex add-in for excel but I have no idea how to use it and I am not understanding the basics of what to do in general with tutorials. Any help would be great!
Do you need an add-in? Try using the native
"Text to columns"functionalitySelect column of data then use
Data > Text to columns > delimited > Next > choose “Other” option for delimiter and put / in the box > Next > Finish