table2

  1. S

    Using a lookup table to populate a column in Source Table.

    Hi Here is what I am trying to achieve: I have a Table1 on Sheet1 in my workbook. I am trying to get a macro setup that looks up against Table2 (located on Sheet2 in my workbook) using the STATE and TYPE columns When the criteria matches the PRIORITY Value is copied from Table2 into the...
  2. D

    Vlookup and match?

    Two tables of data... I have table1 with headers which I need to do a horizontal lookup on to match table2 with the same headers I have a serious of columns of data in table2 which I then need to do a vlookup from - find a specific cell in a specific column, Is it possible to do this using a...
  3. D

    Trouble highlighting row data.

    <tbody> TABLE1 J A N U A R Y 1 2 3 4 5 6 7 8 9 10 TEAM1 X X X X X TEAM2 X X X X X TEAM3 X X </tbody> <tbody> TABLE2 TASK START DATE END DATE TEAM1 Y 1jan 3jan TEAM2 X 3jan 7jan TEAM3 B 9jan 10jan TEAM1 X 7jan 8jan </tbody> I am having issues with TABLE1...
  4. T

    Approximate match / vlookup

    The problem I have involves looking for records within 2 tables. Table1, (the source), contains 100 records. Table2, (the sink), contains 1000 records. So to check if each record in Table1 is contained in Table2, looping would involve 100x1000=100,000 times (if I'm not mistaken). If instead I...
  5. L

    IDs Included in Another Table

    Hello, I have Table1 that has the first column of IDs. How can my Table2 include all of those IDs in the first column dynamically? Thank you
  6. P

    Change query, updated column based on cel value

    I have "inherited" a database to maintain. In it is TABLE1 with a unique staff number, followed by several columns with the qualifications each staff member can have. In TABLE2 I have feedback from trainers. They fill this in to let me know someone has a new qualification. There is one field...
  7. Jerry Sullivan

    VBA anomaly when filtering table from Worksheet_Calculate

    When the user filters Table1, my objective is to have Table2 on the same sheet filtered so that both tables have the same ID items visible. Since VBA doesn't have an event that is triggered when a table is filtered, I'm using the Worksheet_Calculate event which is triggered due to the presence...
  8. D

    Merge 2 tables in different sheet

    Hello everyone, I have a quick question, I have 2 sheets with 2 tabels looking like this: Table 1 - sheet1 Table 2 - sheet2 I want to somehow do the following: Do all job in new sheet1 From Table1 (A column) find match in Table2 (E column) Copy content from Table 2 (D column) Paste it...
  9. S

    Copy data from one table to another - hidden columns

    Hi I have 2 sheets; Sheet1 has Table1 Sheet2 has Table2 Both tables have identical headings, however both have multiple columns (same) hidden to make ease of viewing I'm looking to create a macro that will copy the table contents of table1 into the last completed row +1 of Table2. Essentially...
  10. V

    Excel array index/match vlookup to another table and multiply results

    I have 2 tables: Table1 - FG parts with QOH <tbody> A B 1 FG FG_QOH 2 a 1 3 b 2 4 c 3 5 d 4 6 e 5 7 f 6 </tbody> Table2 - BOM of Comp related to FG and CompQtyPer <tbody> D E F 1 FG Comp CompQtyPer 2 f x 2 3 e y 2 4 d z 2 5 b x 3 6 c y 3 7 a z 3 </tbody>...
  11. J

    Counting substring matches based on criteria. Is there a better/faster way?

    Hi, I have the following formula running in Table1 to search for a names from Table2. The formula is running in 20 columns across thousands of records, and it takes about 30 minutes to complete.. =COUNTIFS(INDIRECT("Table2["&$J$1&"]"),("* "&$D4&" *"),INDIRECT("Table2["&$L$1&"]"),J$3)+...
  12. J

    Moving data from columns into rows

    Hi, I have a sheet with several rows of product codes. In several columns I have components for each product row and the number of components used per product. I would like to get the data from the columns into a single column with several rows. It's probably better if I explain as follows...
  13. C

    PQ Easiest Way to Set Table2 Column Types equal to Table1?

    I have two tables, Table1 and Table2, and I want to set all of the column types of Table2 the same as Table1. All columns will be the same. What's the easiest way to do this? I was thinking of something with Value.Type(Table1) but I'm not sure how to use that in Table2. Thanks
  14. C

    PQ Performance in Comparing Two Tables

    I am using Power Query to compare column values in two tables, where each table has a Key column as well as around 20 dimension columns, which I want to check to make sure that the dimensions align between the two tables for each Key. For example Table1 <tbody> Key Dim1 Dim2 Dim3 ABC...
  15. M

    Access Query to find changes from prior to current and flag if there are any changes

    Hello, I've been googling this for a little while now and can't seem to find what I am looking for. I'm hoping someone can give me some direction as to where I can find this information or if they can provide some information on this topic. I am trying to create a query in access 2010 to see...
  16. J

    Populating Field in Table1 Cell Based on Certain Table1 Cells matching Table2 Cells

    Hi I have two tables (Table1 and Table2) on 2 different tabs (Sheet1 and Sheet2, respectively). Table1 <tbody> Name City Line District James Boston Hard Goods John Los Angeles Soft Goods William Baltimore Soft Goods Harold Miami Hard Goods </tbody> Table2 <tbody> Name City...
  17. K

    Excel VBA How to detect if Object Table1 exists, and if yes, change its name to Table2?

    I have a couple issues that I will explain using the names Table1 and Table2 for easy understanding. I want to check if object Table1 exists, and if it does, to change its name to Table2 and Select it as well. How can I achieve this?
  18. R

    Table1 feeds Table2 automatically - possible?

    I have a situation that I cannot find an answer to no matter how hard I search. So I am turning to you good people. :) I have data that is appended as new rows to a table. Because of other technicalities, this data comes in jumbled and out of order. Is it possible to have this table...
  19. M

    Appending tables using M...

    Hi, I've created a new table (table2) by transforming data from an existing table (table1). I would now like to append some other data to table2 from table1. I can do this quite easily by creating a new table and combining the two tables, but I'd like to do it all within one script to avoid...
  20. K

    If statement if Table2 exists in the ActiveSheet or in WorkBook

    I need a simple if statement to check if a certain table exists. I have this code but it's not working... Dim Table2 As ListObject If Table2 Is Nothing Then (...) End If

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top