+ Reply to Thread
Results 1 to 6 of 6

How to Copy Rows from sheet1 to sheet2

  1. #1
    Registered User
    Join Date
    03-14-2013
    Location
    North Jersey
    MS-Off Ver
    Excel 2010
    Posts
    3

    Thumbs up How to Copy Rows from sheet1 to sheet2

    Hey there, im trying to figure out the formula to automatically copy a full row on sheet1 to sheet2

    i found some formulas but they aren't working for me...

    for example:

    excelexample1.png

    Input formula (or macro) and it will get put into the following highlighted area.

    excelexample2.png


    OR

    Does anyone know of a way to create a form on Word or adobe, that can be filled via .csv or any other type from excel?

  2. #2
    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 Copy Rows from sheet1 to sheet2

    How would a png help us? Post a sample workbook.

    To Attach a File:

    1. Click on Go Advanced
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.
    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]

  3. #3
    Registered User
    Join Date
    03-14-2013
    Location
    North Jersey
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How to Copy Rows from sheet1 to sheet2

    test1formula.xlsx

    sorry about that

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: How to Copy Rows from sheet1 to sheet2

    Select on sheet2 cells A3:D3 and enter the formula =SHEET1!A3:D3 then complete by Ctrl+Shift+Enter. (array formula)
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Registered User
    Join Date
    03-14-2013
    Location
    North Jersey
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: How to Copy Rows from sheet1 to sheet2

    okay great!

    now one more question. is there any formula to use an excel spreadsheet to autofill a custom form?

    for example, you have a whole table of information on excel.

    we want to implement some way to use the whole row of information to autofill a PDF form.

    any thoughts?

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: How to Copy Rows from sheet1 to sheet2

    If this is a true PDF created in Acrobat, you will have to know what the fields are called (if they are actually fields and not just blank spaces).

    If you can re-create the form in Excel you can use VBA code to take the table data and enter it in the correct fields. If the form can be used in Word format and fields entered that match your column headers in Excel then a "Mail Merge" can be done to fill in the fields. The filled form can then be saved as a PDF.

    There are too many variables to give a definitive answer to your question so, I hope that the above gives you some ideas on how to solve your problem.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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