Forum Discussion
Stanis1
Oct 25, 2022Copper Contributor
Pass excel data to to other excel Script (all in excel online)
Hi, I'm very new in Excel , I have two excels, in excel A I have a table with all departments (with id),
in the Excel B I have a table with only 1 department(with id), I want to change values on the excel B and update in the excel A that haves all departments.
thanks!
(they want it with a script in excel online)
5 Replies
- JKPieterseSilver ContributorYou will need both a script and a Power Automate flow to be able to pull this off. The Flow would be triggered by a change in workbook B, which in turn calls the script. The script takes the values from workbook B to update workbook A.
- Stanis1Copper ContributorThanks for the reply Jan! My question is how to store value of one workbook to other?
And in this point of formula : targetTable.addRows(1, rowsToMoveValues); this add me a row in last , how can I add the row where IDSource=IdTable2? Like update, thanks!