Probably the easiest place to start understanding lookup functions is with the VLOOKUP() function: https://support.office.com/en-us/art...8-93a18ad188a1
I would expect your lookup table to look something like:
You will probably need to pull up a good unicode list (from the Windows Character Map application or someplace like this: https://en.wikipedia.org/wiki/Number_Forms ) and go through your so you know all of the fraction characters that you need to deal with. From there, a LEFT() +RIGHT() function like I show should work (assuming all text strings are two characters long and the first character is the whole number part and the second character is the fraction character. you probably need to go through your data enough so you know all of the combinations that you need to account for.
The data was entered by someone else YEARS ago and i have no idea how they entered it.
I know it would be tedious, but it might be easier and faster to simply type over the old entries. It will probably depend on how quickly you can learn these text manipulation and lookup functions.
Bookmarks