MAKE SURE!! your final table follows the syntax of table in the strictest sense. i.e. the every relations between rows and columns are consistent. example below:
for the simplest table, below, x:y = z:w = A:B, x:z = y:w = C:D
| | A | B |
| --- | --- | --- |
| C | x | y |
| D | z | w |