+ Reply to Thread
Results 1 to 5 of 5

What is the formula to show (not add) the values of different cells in one cell?

Hybrid View

  1. #1
    Registered User
    Join Date
    05-02-2014
    Location
    Portage, Indiana
    MS-Off Ver
    Office 2010
    Posts
    27

    What is the formula to show (not add) the values of different cells in one cell?

    For example: C4=5,C5=18, and C6=7.
    I want A1 to show 4,5,18,7 (the values of cells C4 to C6).

    I believe I have done this before, about 10+ years ago.

    Bruce

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: What is the formula to show (not add) the values of different cells in one cell?

    =c4 & " " & c5 & " " & c6
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: What is the formula to show (not add) the values of different cells in one cell?

    Hi,

    Use can simply use CONCATENATE function. Check the below formula :

    =CONCATENATE(C4,",",C5,",",C6)


    Regards,
    Paresh J
    Click on "* Add Reputation" as a way to say thanks

  4. #4
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: What is the formula to show (not add) the values of different cells in one cell?

    Hi,

    Please use the following formula in A1

    =CONCATENATE(C4,",",C5,",",C6)

  5. #5
    Registered User
    Join Date
    05-02-2014
    Location
    Portage, Indiana
    MS-Off Ver
    Office 2010
    Posts
    27

    Re: What is the formula to show (not add) the values of different cells in one cell?

    Ahh that's what it was, CONCATENATE. Thanks guys!

    I was in Dubai way back in the early 90's! I think I might have been to Mumbai also, not sure though.

    Bruce

+ 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. Replies: 0
    Last Post: 02-28-2014, 04:55 PM
  2. Replies: 2
    Last Post: 11-13-2012, 03:51 PM
  3. Replies: 1
    Last Post: 07-26-2012, 03:49 PM
  4. Formula to show consecutive cell values
    By mxhu in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-28-2012, 04:58 PM
  5. Show values in formula instead of cell reference
    By pnorgate in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-20-2006, 04:31 AM

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