Forum Discussion
Debbie57
Aug 02, 2022Copper Contributor
importing data from multiple worksheets into one table
I have 50 worksheets all containing audit results using the exact same questionnaire. Names, elements, scores, etc are all in the same location in every document. Is there a way to automatically gr...
petraronald
Microsoft
Aug 02, 2022Debbie57 Yes, you can do this by using Office Scripts and Power Automate. You can create a Flow that gets all the workbooks in a SharePoint folder. Then, using the Run Script action in the Excel Online Business connector, you can run an Office Script on each of those workbooks to get the specific data you need and add that data into a table in another sheet. Here is some documentation about Office Scripts as well as how to get started using Office Scripts and Power Automate. Let me know if you need any additional help!