+ Reply to Thread
Results 1 to 6 of 6

Copy documents from one table onto another page

  1. #1
    Registered User
    Join Date
    10-12-2022
    Location
    Germany
    MS-Off Ver
    Windows 10 Enterprise
    Posts
    3

    Post Copy documents from one table onto another page

    Hello,

    i want to copy information out of a table. The problem is that that the row i am searching in is a row higher than the result i am looking for. So vlookup is not working. Is there a way to let excel search in another column one row lower ? Thank you for ur help.

    Best regards

    Costa

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Copy documents from one table onto another page

    Use INDEX/MATCH instead of VLOOKUP, and then you can add 1 to the MATCH element of the formula.

    If you need further guidence then attach a sample Excel workbook - see the yellow banner at the top of the screen for details of how to do this.

    Pete

  3. #3
    Registered User
    Join Date
    10-12-2022
    Location
    Germany
    MS-Off Ver
    Windows 10 Enterprise
    Posts
    3

    Re: Copy documents from one table onto another page

    The problem is that the table is always changing size depending on the process. In my example i have Melting and Dying and i need to find the kind of energy they use.
    In the example Gas and electricity. The problem is that there are different manufactioring steps, so the position is always changing and i want to just upload the different tables in the excel sheet, and get the ansers on the other page.
    is that possible ?

    Best Regards,

    Costa
    Attached Files Attached Files

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Copy documents from one table onto another page

    You can use this formula in cell H6 in the solution sheet:

    =IFERROR(INDEX(Table!$F:$F,MATCH(E6,Table!$A:$A,0)+1),"not found")

    Hope this helps.

    Pete

    EDIT: By the way, you will probably have to use semicolons ( ; ) instead of commas ( , ) in the formula, depending on your regional settings.

    Pete

  5. #5
    Registered User
    Join Date
    10-12-2022
    Location
    Germany
    MS-Off Ver
    Windows 10 Enterprise
    Posts
    3

    Re: Copy documents from one table onto another page

    It worked. Thank you very much.

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Copy documents from one table onto another page

    Glad to help, and thanks for the rep.

    If that takes care of your original question, please take a moment to select Thread Tools from the menu above and to the right of your first post in this thread, and mark the thread as SOLVED.

    Pete

+ 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: 4
    Last Post: 10-22-2019, 07:07 AM
  2. Copy table from web page into Excel in table format
    By terry87 in forum Excel General
    Replies: 6
    Last Post: 01-01-2018, 10:35 PM
  3. VBA copy table from a web page
    By klturi421 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-01-2016, 01:17 PM
  4. [SOLVED] VBA Copy and Paste with an Input Page to specify copy ranges to new table
    By ExcelNoob243 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-05-2015, 04:52 AM
  5. How do I delete page breaks from my documents?
    By danajohnson88 in forum Excel General
    Replies: 2
    Last Post: 08-01-2006, 11:15 AM
  6. [SOLVED] sequence of page numbering from diffrent documents in to a footer
    By ndondo in forum Excel General
    Replies: 0
    Last Post: 03-09-2006, 06:10 AM
  7. Replies: 4
    Last Post: 02-06-2006, 05:00 AM

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