RockandGrohl
Well-known Member
- Joined
- Aug 1, 2018
- Messages
- 820
- Office Version
- 365
- Platform
- Windows
Hello!
I have an excel book that is structured with a blank template, one sheet called IRO, and then the other tabs hold various lookups and validations.
The user should fill out one or more of the templates (duplicating the template sheet if they need more than one), then head to the IRO page and hit refresh, where it then fills in a table which holds one line per template file with all the data in each template tab laid out horizontally. For example, if a user filled out 3 template tabs, the IRO tab would be a table with 3 lines of data.
I'm getting quite stuck at the numerous hurdles:
I have an excel book that is structured with a blank template, one sheet called IRO, and then the other tabs hold various lookups and validations.
The user should fill out one or more of the templates (duplicating the template sheet if they need more than one), then head to the IRO page and hit refresh, where it then fills in a table which holds one line per template file with all the data in each template tab laid out horizontally. For example, if a user filled out 3 template tabs, the IRO tab would be a table with 3 lines of data.
I'm getting quite stuck at the numerous hurdles:
- How do I point power query to look at my data in each valid sheet?
- Each valid sheet will have an "X" in cell A1
- Once the sheet is being looked at, I need to grab data from multipe non-continuous sources.
- For example, columns A, B, C & D in the IRO pertain to what should be in cells D4, D5, D6 and D7 in each template tab
- There are about 20 cells that need to be brought into the IRO table for each template tab.