I have two excel workbooks file_1.xlsm and file_2.xlsm. file_2 has multiple sheets and file_1 has two sheets : sheet1 and sheet2.
Sheet2 has tons of formulas that link to the data in sheet1 and the sheets in file2
The workflow when done manually, goes something like this: Sheet1 in file_1.xlsm gets populated with some data, all while file_2.xlsxm is open in the background so that sheet2's formulas can calculate properly.
I use Alteryx to populate sheet1 with some data but then how do I make sure that sheet2's formulas calculate properly since file_2 needs to be open in the background? Is there any feature within Alteryx that allows for this?