+ Reply to Thread
Results 1 to 4 of 4

Merging two separate cells into a fraction question

  1. #1
    Registered User
    Join Date
    06-08-2010
    Location
    Chicago, IL
    MS-Off Ver
    Excel 2007
    Posts
    6

    Merging two separate cells into a fraction question

    All,

    I'm trying to merge two cells together, and turn them into a single cell separated by "/"

    Example:

    A1: 0
    B1: 4

    Desired result in cell C1: 0/4

    Can anyone get me a quick response? I think I just need to do something with a text function then I can just copy/paste values into another column, but I have had no luck thus far.

    Thanks!

  2. #2
    Forum Contributor
    Join Date
    12-03-2009
    Location
    Providence RI
    MS-Off Ver
    Excel 2007, Excel 2010
    Posts
    260

    Re: Merging two separate cells into a fraction question

    If you are OK with text just do the following in C1

    =A1&"/"&B1

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Merging two separate cells into a fraction question

    I tried Format, Fraction but for zero values it just shows 0.

    Do you need to maniuplate the resulting fraction as a number? If not, and you just need to show it, then Dulanic's solution is the simplest.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Forum Contributor day92's Avatar
    Join Date
    04-20-2010
    Location
    Los Angeles
    MS-Off Ver
    Excel 360
    Posts
    600

    Re: Merging two separate cells into a fraction question

    =concatenate(a1,"/",b1)

+ 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