+ Reply to Thread
Results 1 to 3 of 3

Format results of a data table that displays multiple results in each cell - Help!

  1. #1
    Registered User
    Join Date
    02-03-2012
    Location
    Georgia
    MS-Off Ver
    Excel 2007
    Posts
    3

    Format results of a data table that displays multiple results in each cell - Help!

    I am using a data table to calculate and display the result of multiple formulas. I just do not know how the format the result.

    The reference cell of the data table links to two formulas using the formula =J20&"/"&J21.

    That formula is than run through the data table and displays the result of both formulas. I need to format result one as a % and result two as a $. As of now the result looks like this
    0.251329463720322/2.60201520561843


    Any one have any idea?

  2. #2
    Forum Contributor darknation144's Avatar
    Join Date
    01-24-2012
    Location
    London
    MS-Off Ver
    Microsoft Excel 365 MSO
    Posts
    555

    Re: Format results of a data table that displays multiple results in each cell - Hel

    post removed by user
    Last edited by darknation144; 02-03-2012 at 12:14 PM.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Format results of a data table that displays multiple results in each cell - Hel

    Try:

    =TEXT(J20,"0.00%")&"/"&TEXT(J21,"$#,##0.00")
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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