Imagine I have these cells:
A B C D 1 1366 768 1 7/9
What I want is to display this in D1 as either 16/9 or 16:9 ; an improper fraction or ratio
When C1=A1/B1 and is formated as a fraction it appears as shown above in the table.
If I could parse out the formated text in C1 ("1 7/9") to cells where E1 = 1, F1= 7, and G1 =9, Then I could do this: D1= G1*E1+F1&":"&G1 but I can't see how that is possible.
Is there another way to express the result of =A1/B1 as an improper fraction or least common denominator ratio?
Any Ideas?
Bookmarks