+ Reply to Thread
Results 1 to 5 of 5

2 Different Values to one cell

  1. #1
    Registered User
    Join Date
    03-12-2010
    Location
    Atlanta Ga
    MS-Off Ver
    Excel 2007
    Posts
    5

    2 Different Values to one cell

    I need to have the values from 2 different blocks one possibly text the other number or text to display in one block in a different tab. Either G4 or H4 or Both if both have values in them. Its a workbook with 2 different sheets, one being filled out by a person and the data going to the other tab with no user interaction. What is the function to make this happen?
    Last edited by Robert1116; 03-12-2010 at 09:33 PM.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: 2 Different Values to one cell

    Hello Robert1116,

    Welcome to the Forum!

    Are you looking for a VBA macro or a formula solution to this problem? I am asking because this is a programming forum.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    03-12-2010
    Location
    Atlanta Ga
    MS-Off Ver
    Excel 2007
    Posts
    5

    Re: 2 Different Values to one cell

    Formula, should i delete this?

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: 2 Different Values to one cell

    Hello Robert116,

    No need to delete the thread.

  5. #5
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,259

    Re: 2 Different Values to one cell

    Hello Robert116,

    You should be able to use the Concatenate worksheet function. The example here shows how to place the values of cells A1 and B1 into another cell on another sheet.
    =CONCATENATE(Sheet1!A1,Sheet1!B1)

+ 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