Jan 25 2024 06:41 AM
Jan 25 2024 06:48 AM
The version is very important when approaching this task. Based on the screen caps, it looks like you're using Excel 2007?
In Excel 365, options might include PowerQuery and using dynamic arrays (VSTACK, FILTER, and the like). With 2007, these tools are not available and you're left with INDIRECT (a slow and volatile function) or going the vba route.
Another thing to consider, forgoing the master sheet/individual sheets setup and storing all like-data (Data with similar column headers) in 1 sheet and analyze it with pivots, formulas, charts, etc.