Comparing Columns of the Same Name Between 2 Data Tables
I have 2 data tables that contain numerical columns of the same name.I want run a script that will compare the column names across the tables and a unique identifier in a row. if they match then it should run a simple calculation ( % difference between the 2 numbers) and return another table with the results.I have tried to use the compare tables but this doesn't allow for the calculations I need....