I have a user access report of an IT application. All the users are pulled from the application to a one cell in Excel like below. i could not parse it text to column tool. I believe the answer might be RegEx. Can anyone please help me to figure out how to parse it? (Please also see the wanted result at the end)
Thank you so much in advance.
Source Data in one cell in Excel:
UserID1 / UserName1
UserID2 / UserName2
UserID3 / UserName3
UserID4 / UserName4
UserID5 / UserName5
...
UserID300 / UserID300
Result Needed (In Two Columns):
User ID User Name
UserID1 UserName1
UserID2 UserName2
..... ......
UserID300 UserName300