Hello,
I have a dictionary file in excel. Only the first column is filled with data entries, which look exactly like this, but with many more entries:
1st row: 一局 一局 [yi1 ju2] /inning/
2nd row: 一層 一层 [yi1 ceng2] /layer/
3rd row: 一巴掌 一巴掌 [yi1 ba1 zhang3] /a slap/a spank/
The desired end result is:
1st Column
1st row: 一局 一局
2d row: 一層 一层
3rd row: 一巴掌 一巴掌
2nd Column
1st row: yi1 ju2
2d row: yi1 ceng2
3rd row: yi1 ba1 zhang3
3rd Column
1st row: inning
2d row: layer
3rd row: a slap, a spank
The problem is I don't know how to specify and manipulate elements of the strings.
Thank you kindly for any assistance!
ML
Bookmarks