I have created a converter to type Mohkien words by changing special combinations of characters as the following:
- "1","д"
- "2","ж"
- "3","ф"
- "4","я"
Here is the spreadsheet formula to change the characters. Replace "YOURCELL" with the desired parameter.
SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(YOURCELL,"1","д"),"2","ж"),"3","ф"),"4","я")
Photo by Jan Kopřiva on Unsplash
Comments
Post a Comment