ak_swedegirl
Board Regular
- Joined
- Jun 11, 2004
- Messages
- 55
Hi all,
I'd like some advice on what to try with this. I don't mind tinkering with it myself, but I don't know the best way to go about it.
I'm working with Old Japanese, which I need to transliterate (i.e., put it into romanized script), because my analysis of the data requires looking at units smaller than one syllable. I don't want to do it manually because one text collection alone has 4500+ poems in it.
goal:
lookup each character in list, find its phonetic value, and return phonetic value (i.e., romanized version) of each piece of the text string in a new cell
what I have right now:
sheet 1:
ID# text results
4475 波都由伎波知敝尓布里之家 patuyukyipatipyenipurisikye
sheet 2: (this is not a complete list, just a sample)
character value
乳 ti
敝 pye
知 ti
布 pu
家 ke
乾 Npi
都 tu
事 si
二 ni
尓 ni
伎 kyi
里 ri
于 u
五 i
井 wi
人 ni
波 pa
由yu
之 si
What I need to do is VLOOKUP, sort of, but I need to replace every character in the text cell with its value from sheet 2.
example (I hope the Japanese shows up):
波都由伎波知敝尓布里之家
should return:
patuyukyipatipyenipurisikye
I know how to use VLOOKUP, at least for less sophicated tasks, but is there anyway to get it to look up each item without each one being in its own cell? Or is there a better way to tackle this beast than VLOOKUP? A simple find and replace seems horribly inefficient, particularly because there are over 900 possible characters that I'd have to run through (for EACH character in each string).
Any suggestions at all much appreciated! Thanks.
ETA: Forgot to mention that I'm using Excel 2003.
I'd like some advice on what to try with this. I don't mind tinkering with it myself, but I don't know the best way to go about it.
I'm working with Old Japanese, which I need to transliterate (i.e., put it into romanized script), because my analysis of the data requires looking at units smaller than one syllable. I don't want to do it manually because one text collection alone has 4500+ poems in it.
goal:
lookup each character in list, find its phonetic value, and return phonetic value (i.e., romanized version) of each piece of the text string in a new cell
what I have right now:
sheet 1:
ID# text results
4475 波都由伎波知敝尓布里之家 patuyukyipatipyenipurisikye
sheet 2: (this is not a complete list, just a sample)
character value
乳 ti
敝 pye
知 ti
布 pu
家 ke
乾 Npi
都 tu
事 si
二 ni
尓 ni
伎 kyi
里 ri
于 u
五 i
井 wi
人 ni
波 pa
由yu
之 si
What I need to do is VLOOKUP, sort of, but I need to replace every character in the text cell with its value from sheet 2.
example (I hope the Japanese shows up):
波都由伎波知敝尓布里之家
should return:
patuyukyipatipyenipurisikye
I know how to use VLOOKUP, at least for less sophicated tasks, but is there anyway to get it to look up each item without each one being in its own cell? Or is there a better way to tackle this beast than VLOOKUP? A simple find and replace seems horribly inefficient, particularly because there are over 900 possible characters that I'd have to run through (for EACH character in each string).
Any suggestions at all much appreciated! Thanks.
ETA: Forgot to mention that I'm using Excel 2003.