Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Combine multiple excel sheets to one excel sheet (Creating summary)

singh28ashish
7 - Meteor

Hello Alteryx Experts,

 

Stuck in creating summary.

I have around 40 excel files, in which there are two sheets -

1. Individual count

2. Summary

 

I want to display both in one excel sheet. Attaching sample files and expected output.

 

Is there any way to achieve this?

 

Thank you so much in advance.

1 REPLY 1
KGT
13 - Pulsar

So, they are all the same format, and same sheet names?

 

Great to hear! Proceed as below then!

 

Directory Tool to get the fullpath's, then create a stream that appends |||Individual count to the end, and another parallel stream that appends |||Summary.

Then put each of them into their own Dynamic Input. You'll then have all the sheets in and you can do what you like.

 

If you have schema issues or sheet name issues, then you have inconsistent data, and same as above, but replace the dynamic Input with Batch Macro. You will find hundreds of questions on here dealing with Dynamic Input vs Batch Macro.

Labels
Top Solution Authors