We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

how to compile one row from multiple excel tabs in alteryx

Xenax
5 - Atom

Hi,

 

I am beginner of Alteryx user, now I am stucking on how to compile one row from multiple excel tabs in alteryx automation, for example, now I have 3 months tabs in excel, I want to compile each tab A28 to E28 and import into another excel tab b14 to e18, next month I will have 4 month tabs and compile 4 tabs A28 to E28 into another same excel tabs with extra rows. Anyone could help me with it. Thanks.

2 REPLIES 2
ntakeda
12 - Quasar

If the format of all sheets in the Excel file is uniform, the Dynamic Input tool can be used to retrieve data from multiple sheets.
However, since the formats are not consistent, a macro is used to retrieve all records.
I have created a sample workflow. Please review the attached file for details.

 

2025-05-15_12h16_30.png

Xenax
5 - Atom

thanks for the help, I modify a bit and it worked for me.

Labels
Top Solution Authors