Hi everyone,
I'm working for some days in Alteryx and I faced the first issue I'm not able to solve by reading previous post. Therefore, I'm contacting you directly.
My problem is quite simple I think. I've quite a lot of excels (around 250) all having the same structure. In the end, I'll need to be able to build a data set containing all these excels.
From each of them, I need to retrieve information from one specifc tab. Let's call it "Calendar".
The issue is that the relevant information of Calendar tabs are always as of the row 14.
Therefore, my idea was to quickly re-create 250 cleaned files (with only 1 tab and the first 13 rows deleted) before aggregate them all.
I'm able to handle this quite simply for one file as shown bellow (2 working options):

The issue I've is that I'm not able to build a Batch Macro to do that. I already tried by following some tutorials and other discussions but without success.
Maybe someone can help me out with this?
Thanks a lot!