Share via

Auto copying table data to another table depending on input?

Anonymous
2024-12-02T23:57:32+00:00

So, I have/had an Excel spread sheet that I have been using for years and worked perfectly until my system crashed and the sheet was corrupted. After restoring my system the only back up I can find has none of the formulas anymore. Its been so long since I have worked in excel I cant rework them out and need help?

To make this as simple as I can I have 3 tables I will call them table A, B and C,

Table A, This holds all the data I want to transfer depending on Table B's input to table C.

Table B, This table pulls data from table A using v-look up. So when I enter an item number from table A in to the first column of table B it populates the name from table A in to the 3rd column of table B.

Table C, This is a copy of table A with no data in the rows and where I want data to be pasted to depending on the selection in table B.

Here is the code I used for table B....

=VLOOKUP([@[Column '#]],Table_A[[#All],[Column '#]:[Name]],2)

Here is where I get stuck, What I now want to happen is when The name is populated From Table A to the 3rd column of Table B I want it to copy the full corresponding row of Table A to the first row in table C. All the column names are the same between Table A and C. Columns on Table A and C start at column A and end at column KQ.

Microsoft 365 and Office | Excel | For business | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2024-12-14T03:31:39+00:00

    Could you share which cells you want to put the formula and the expected result?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-12-13T18:31:10+00:00

    Hi thanks for the reply

    Here is a link to a cut down version of the file. table copy List.xlsm

    Thank you,

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-12-03T01:36:03+00:00

    Could you share a test workbook with some dummy data in it? Then I can test formula directly on it.

    For sharing file, you may upload it to OneDrive or any other cloud drive and then post the link here.  *Please make sure you have removed any sensitive or private information in the sample file before uploading.

    Was this answer helpful?

    0 comments No comments