+ Reply to Thread
Results 1 to 6 of 6

Help - Add Values from Sheet

  1. #1
    Registered User
    Join Date
    05-31-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    19

    Help - Add Values from Sheet

    In a file (example.xls) i have some values in Sheet1 and some in Sheet2, i need a formula to add these.

    Eg: in tab of Sheet1 i had names like
    John
    Rony
    Michael

    and in another tab Sheet2 i had surnames like:
    Day
    Dsouza
    Jackson

    Final result i need to add these:
    John Day
    Rony Dsouza
    Michael Jackson

    Any formula for this?
    Sunny Ujjawal

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Help - Add Values from Sheet

    Suppose you have first name in A1 on sheet1 and last name in A1 on sheet2, then to get the desired output place the below formula in B1 on sheet1

    B1= A1&" "&Sheet2!A1
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Help - Add Values from Sheet

    Maybe =sheet1!A1&" "&sheet2!A1 copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    05-31-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    19

    Re: Help - Add Values from Sheet

    Thanks sktneer - it's working..

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,655

    Re: Help - Add Values from Sheet

    You're welcome. Thanks for the feedback.

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

    Re: Help - Add Values from Sheet

    Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.

    In future, to mark your thread as Solved, you can do the following -
    Select Thread Tools-> Mark thread as Solved.

    Incase your issue is not solved, you can undo it as follows -
    Select Thread Tools-> Mark thread as Unsolved.

    Also, since you are relatively new to the forum, i would like to inform you that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post which helped you. This adds to the reputation of the person who has taken the time to help you.
    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. macro to copy values on one sheet based on the values of another sheet.
    By buntalan80 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-25-2013, 09:09 AM
  2. Replies: 4
    Last Post: 06-03-2009, 04:59 PM
  3. Replies: 1
    Last Post: 10-05-2005, 08:05 AM
  4. Replies: 1
    Last Post: 10-05-2005, 08:05 AM
  5. Replies: 1
    Last Post: 10-05-2005, 06:05 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