Discussion Overview
The discussion revolves around extracting data from multiple Excel log files to calculate an average from a specific cell across these files. The focus is on finding an efficient method to automate this process, particularly through programming in VBA.
Discussion Character
- Technical explanation
- Homework-related
Main Points Raised
- One participant seeks an efficient method to average data from a specific cell in multiple Excel spreadsheets with the same structure.
- Another participant suggests writing a macro in VBA as a potential solution and inquires about the original poster's experience with programming in VBA.
- The original poster expresses a lack of experience in VBA but is willing to try it based on the suggestion.
- A participant notes that if the spreadsheet names are sequential, it would facilitate the creation of a do-loop in the macro to increment through the file names.
- The original poster confirms that the spreadsheet names are indeed sequential and mentions looking at a VBA tutorial.
Areas of Agreement / Disagreement
Participants generally agree on the feasibility of using VBA for this task, but there is no consensus on the specific implementation details or the original poster's ability to program in VBA.
Contextual Notes
The discussion does not address potential limitations of using VBA, such as dependencies on Excel versions or specific configurations of the log files.