Forum Discussion
lmurphy06
3 years agoNew Member
Merge cells from different Excel Workbooks
Hello, I hope you can help? I have set up a excel workbook to gather feedback on students from Industrial supervisors. Once i get all the spreadsheets back (could be 50+) I want to merge certain c...
- 3 years ago
Ideally the cells that you're interested in would be named ranges (see more here:
https://support.microsoft.com/en-us/office/create-a-named-range-from-selected-cells-in-a-worksheet-fd8905ed-1130-4cca-9bb0-ad02b7e594fd)when connecting to such Excel Power Query will recognize the ranges the same way it recognizes data tables and sheets
Otherwise, if the structure is static you would need to create a logic to get to the specific cell from the messy input, but that's a bit ugly solution.
As for the multiple files, you can connect to folder (remember to exclude subfolders if needed), and use single extraction logic for all of them
lmurphy06
3 years agoNew Member
Thank you very much for your help, i will try what you have suggested.