Hello!
I am looking to perform an analysis across a large number of excel spreadsheets. I have about 250 uniquely named individual excel files, and most of these excel files have 3 tabs that I need to pull information from. These three tabs are identically named and structured across all workbooks. The analysis is different for the each of the three tabs, but will be the same across all excel files.
I have been able to easily come up with the Alteryx workflows I need each of the three tabs to to be put through for each excel file, but I'm not sure how to go about analyzing the workbooks collectively without creating a new input data tool 750 times, which would not be practical.
My end goal is to create a table with the file name as a primary key in a join in the first column and the information from those three tabs in the row, for all 250 files.
To phrase this differently, I have three analyses on my Alteryx workflow. The first is to analyse tab 1, second for tab 2, and third for tab 3. I need each of my 250 excel files analyzed for tab 1 on analysis 1, all 250 files analyzed for tab 2 on analysis 2, and all 250 files analyzed for tab 3 on analysis 3.
Is there a user-friendly way to do this in Alteryx? I've passed the core certification but I am a relatively new user.
Thanks for the help! Let me know if I need to clarify.