+ Reply to Thread
Results 1 to 6 of 6

Duplicating Infromation from one worksheet to another?

  1. #1
    Registered User
    Join Date
    04-15-2014
    Location
    SC
    MS-Off Ver
    Excel 2010
    Posts
    6

    Duplicating Infromation from one worksheet to another?

    I'm trying to automate some documents we use on a regular basis so that we don't have to re-enter the same information over and over again. Basically I can get some cells to work and some will not. My first sheet is a contract. So I want Customer and Contractor info to show up on the rest of the sheets. I'm assuming something is messed up in the formatting of the cells but I can't figure out what.

    So on my Job Book Cover Sheet I first want the GC's name and the code =Contract!G8 works perfectly. In the cell just under this one I want the Customers Name, but =Contract!C8:D8 (the cells on the contract with the Customers Name) returns #VALUE!

    That said, the code =Contract!C8:D8 on my project detailer sheet returns the customer name like I want it to.

    Any Ideas?

  2. #2
    Registered User
    Join Date
    04-03-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010, Excel 2013
    Posts
    75

    Re: Duplicating Infromation from one worksheet to another?

    The experts here usually ask that you upload a sample worksheet with what you have and examples of what you want to help them better solve your issues.

    That being said, from what I can tell I assume you have first names in column c and last names in column d of you Contract sheet and you want it to appear as "Firstname Lastname" in a single cell elsewhere in your workbook. If thats the case a simple solution (in my mind) is to use the apersand symbol (&) to combine the contents of the cells. So for example in the case you listed above your formula would be:

    =Contract!C8&" "&Contract!D8

    Hope that helps.

  3. #3
    Registered User
    Join Date
    04-15-2014
    Location
    SC
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Duplicating Infromation from one worksheet to another?

    No it's just one field, those 2 cells are merged.

  4. #4
    Registered User
    Join Date
    04-03-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010, Excel 2013
    Posts
    75

    Re: Duplicating Infromation from one worksheet to another?

    If those cells are merged, just reference the first column of the merged set; in this case C8.

  5. #5
    Registered User
    Join Date
    04-15-2014
    Location
    SC
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Duplicating Infromation from one worksheet to another?

    That fixed it, thank you very much!

  6. #6
    Registered User
    Join Date
    04-03-2014
    Location
    Canada
    MS-Off Ver
    Excel 2010, Excel 2013
    Posts
    75

    Re: Duplicating Infromation from one worksheet to another?

    No problem. Just trying to earn my keep around here and get some rep, that way I don't feel so bad about asking for lots of help too haha. Mark this as Solved?

+ 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: 2
    Last Post: 10-08-2012, 03:23 AM
  2. Tracking and updating infromation using 2 dropdowns
    By warduke28 in forum Excel General
    Replies: 0
    Last Post: 07-19-2011, 11:06 AM
  3. Duplicating data from one worksheet to another
    By charliep in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-07-2008, 12:26 PM
  4. Duplicating Formulas within Worksheet
    By atomlins in forum Excel General
    Replies: 2
    Last Post: 11-29-2007, 03:43 AM
  5. Duplicating info in another worksheet
    By carlav60 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-23-2007, 05:37 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