+ Reply to Thread
Results 1 to 6 of 6

Merging three columns of data

  1. #1
    Registered User
    Join Date
    07-23-2012
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Merging three columns of data

    Hi everyone:

    I've run into a roadblock in regards to a formula. I'm trying to create the following:

    excel..png

    To look like: (89%) 87/98

    Currently, the 89% is a calculation of A/B.

    I've managed to get SOME of the formula but I'm currently staring at a blank wall..... ="(C6) "&" ("&B6&"/"&C6&")"

    which results in: (c6) 87/98

    So... Almost there!!! What am I doing wrong?

    Sincerely,
    Airlea

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,705

    Re: Merging three columns of data

    Try this: =C6 &" ("&B6&"/"&C6&")"
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Merging three columns of data

    Try

    ="("&TEXT(C6,"0%")&") "&A6&"/"&B6

  4. #4
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,105

    Re: Merging three columns of data

    try

    ="(" & C6*100 & "%) "&" (" & B6 & "/" & C6 & ")"
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  5. #5
    Registered User
    Join Date
    07-23-2012
    Location
    Canada
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Merging three columns of data

    Wow you guys... thanks for the quick response... I was going blind trying to figure it out!! I went with this one... ="("&TEXT(C6,"0%")&") "&A6&"/"&B6

    again, thank you SO much. You've made my day <3

  6. #6
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Merging three columns of data

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Merging Columns of Data
    By rubybegonia in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-26-2013, 02:38 PM
  2. merging columns/data
    By NealC in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-24-2013, 09:59 AM
  3. merging two columns of data into one
    By C.j. in forum Excel General
    Replies: 3
    Last Post: 04-20-2012, 11:26 AM
  4. merging data from two columns into one
    By seafarer in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2008, 10:12 PM
  5. [SOLVED] merging some data in 2 columns
    By Karla in forum Excel General
    Replies: 1
    Last Post: 08-07-2006, 11:55 PM

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