So when I add for instance two more rows to the first table (table_cities), I want it to add the rows so that the new rows in the table do not overlap with the table below (table_names) (I want the distance between the two tables to be the same, no matter how many rows I want to add to the above table).
Is there a clever way I can build a workflow so that I can update tables without affecting the other tables in the same sheet?
Hi. The main reason is readability. The actual excel sheet will contain multiple different tables with varying length, so that it would be easier, and more preferable, to have them underneath each other.
In that case, I highly suggest redesigning the process, instead of having tables underneath tables move them to a different sheet. I do not fully understand the use case but this current setup is quite complex to automate and I feel like it shouldn’t be.
Thank you for all your answers regarding this. Due to the difficulties with the tables, we decided to change the process to make the automation easier.