I have two workbooks(say wb1, wb2). Sheet1 in wb1 has n columns and Sheet2 in wb2 has n+2 columns (these 2 extra columns are in the end and have formulas.).
I want to replace the first n columns in sheet2 with the ones in sheet1, but I can't do this without messing up the formulas.
What I've tried so far
1) join tool: used two separate input tools to get all columns in sheet1 and the last 2 columns in sheet2, use Record ID and join tool in conjunction to add results, but the formulas were gone.
2) vbs script to directly create those two columns with the formulas, but I'm very new to scripting so my script didn't work. But if no other solution is gonna work, I'll keep trying this.
Is there any way to do this? (excluding python related solutions please)
Any solutions are welcome and appreciated. This seems like a fairly common use case so I'm surprised alteryx isn't very convenient when dealing with excel sheets that have formulas.