I'm a new user, and this is my first question to the community, so I hope it makes sense and hasn't been answered elsewhere.
I have an automation that copies rows from Sheet A to Sheet B. The Columns in Sheet A were originally titled Column1, Column2, and Column3. In the process of tweaking the solution, I renamed the first two columns (at different times) Column1-new, Column2-new, and added Column4.
Now, Sheet B shows the following columns: Column1, Column2, Column3, Column1-new, Column4, and Column2-new. The data is all there, but is there a simple way to clean up Sheet B so it reflects the column order of Sheet A? Or do I need to delete Column1 and Column2 and move things around manually? Or am I missing another solution?