+ Reply to Thread
Results 1 to 5 of 5

Convert fraction formated numbers to text in excel

Hybrid View

  1. #1
    Valued Forum Contributor mahju's Avatar
    Join Date
    11-27-2010
    Location
    Pakistan, Faisalabad
    MS-Off Ver
    Excel 2010 plus
    Posts
    730

    Re: Convert fraction formated numbers to text in excel

    Hi

    Check the method i used

    B1 and c1 contains fraction part

    Divide the numbers (D1)

    Get the integer (E1)

    Get the remainder (F1)
    =B5-C5*E5
    Get the fraction part (Fraction format)
    =f5/c5
    Parse the G5 to get the required (H5)
    =RIGHT(TEXT(G5,"?/?"),1)*E5+LEFT(TEXT(G5,"?/?"),1) & "/" & RIGHT(TEXT(G5,"?/?"),1)
    You can make a bigger formula of these steps

    See attached for example

    Regards
    Attached Files Attached Files
    Mark the thread as solved if you are satisfied with the answer.


    In your first post under the thread tools.

    Mahju

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1