+ Reply to Thread
Results 1 to 9 of 9

How to incorprate value of another cell into wanted cell.

  1. #1
    Registered User
    Join Date
    06-18-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    46

    How to incorprate value of another cell into wanted cell.

    So basically in any cell i have the following text written.

    Name:
    Age:
    Birth:

    how do i make it so after the cologn the value of A1 comes, then after Age the value of cell A2, and Birth A3. So for example if the value of A1 is ben, and the value of A2 is 2 and the value of A3 is 1993. It should look like the following:


    Name: ben
    Age: 2
    Birth: 1993


    i Tried the following but it did not work.
    Name: =A1
    Age: =A2
    Birth: =A3

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: How to incorprate value of another cell into wanted cell.

    ="Name: "&A1
    ="Age: "&A2
    ="Birth: "&A3

    Try this
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Registered User
    Join Date
    06-18-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: How to incorprate value of another cell into wanted cell.

    I tried that but it just gives the cell a value of false

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,293

    Re: How to incorprate value of another cell into wanted cell.

    Take a look at these 2 examples
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-03-2012
    Location
    Denmark
    MS-Off Ver
    Excel 2016
    Posts
    38

    Re: Incorporating value of one cell in another with new lines seperating value

    Hi

    Set the cells formatting to "Wrap Text" for all teh Output text range.

    Then use the following formula ...
    ="Name: "&A1&CHAR(10)&"Age #: "&B1&CHAR(10)&" Birth: "&C1

    CHAR(10) being the "Return" within a Cell where the Wrap Text is on.

    Stephen

  6. #6
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: Incorporating value of one cell in another with new lines seperating value

    Hi Behnam
    Try this formula:

    ="Name: " & A1 & CHAR(10)&"Age #: " & B1 & CHAR(10) & "Birth: " & C1

    Make sure you set you cell to wrap text.
    Good luck.
    Tony

  7. #7
    Registered User
    Join Date
    06-18-2013
    Location
    Canada
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: Incorporating value of one cell in another with new lines seperating value

    This worked perfectly, thanks ARGK, you got my reputation!!

  8. #8
    Valued Forum Contributor
    Join Date
    10-26-2008
    Location
    Birmingham, UK
    MS-Off Ver
    All versions up to 2010
    Posts
    1,025

    Re: Incorporating value of one cell in another with new lines seperating value

    Thanks for the feedback.

  9. #9
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: How to incorprate value of another cell into wanted cell.

    behnam,

    Its against forum rule 5 to post duplicate threads. I have merged your threads. But please note for future reference. You have been given the warning for this on one of the threads.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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] Wanted: A Formula to alter the way a cell's contents are displayed
    By rbion in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-16-2013, 04:21 PM
  2. Replies: 1
    Last Post: 11-03-2012, 09:05 PM
  3. Replies: 19
    Last Post: 09-24-2012, 07:16 PM
  4. Use cell in open workbook to id path to wanted data
    By NickiName in forum Excel General
    Replies: 3
    Last Post: 05-10-2007, 02:04 PM
  5. help wanted for macro used in cell formula
    By jérome Yacc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2005, 01:44 PM

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