If this column has a unique value, then you can do this:
Do a third table in a third sheet with that column as first column, then use INDEX + MATCH + other functions to bring the values from both sheets
The functions you will need are:
INDEX, MATCH to bring values
ADDRESS, INDIRECT to read from different sheets at the same time
OFFSET, COUNTA to allow the changing
I would do it for you here, but you didn't provide any further info for me to help
It will looks like almost creating a third table from two tables in the sequence that you want
after doing all this, do copy > Paste Values and get rid of the source two tables
If this columns has not a unique value, or you want it in a different way, we can do the macro way
If you need help doing all this (in functions or macros), I am here to help you for free, mail me here or
XL@VBAXLMan.com
VBAXLMan is back to feed your Excel needs