mickeystanford_alumni
Board Regular
- Joined
- May 11, 2022
- Messages
- 129
- Office Version
- 2021
- Platform
- Windows
- MacOS
Hi, I have an excel file with around 30 queries all referenced to different excel files. So 30 excel files, and a consolidated file where one of the sheets of each of those files goes here. Then, on my consolidated file I create a report with different figures and tables referencing each of the sheets. Let's say a way to create a consolidated report out of different excel files.
The problem I am facing is to refresh the data it is actually going quite slow, takes like 10-15min to refresh. Some of the sheets are pretty quick, others take so much time like my task manager goes to 4,000MB on excel taking 80% of memory.
Is there any way to improve the performance of the file?
I was thinking to create a python script to bring all those sheets into a consolidated sheet, and then querying just one sheet. I guess it will be faster, but I will have to change my name references...
Just if anyone has an idea on how to improve the performance without having to use pythong and then power query, that'd be very appreciated.
Thanks
The problem I am facing is to refresh the data it is actually going quite slow, takes like 10-15min to refresh. Some of the sheets are pretty quick, others take so much time like my task manager goes to 4,000MB on excel taking 80% of memory.
Is there any way to improve the performance of the file?
I was thinking to create a python script to bring all those sheets into a consolidated sheet, and then querying just one sheet. I guess it will be faster, but I will have to change my name references...
Just if anyone has an idea on how to improve the performance without having to use pythong and then power query, that'd be very appreciated.
Thanks