Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Need help to extract data to multiple excel sheets by Group and Header in each sheet

smile_dt06
6 - Meteoroid

Dear all, 

 

Please help me to achieve the desired format as attached.

 

1. I can extract data to multiple excel sheets by Group, however, I cannot insert the Header in each sheet by using Header and Layout. I tried every option but Alteryx create another sheet for the header instead of merging with each sheet of each assignee. 

 

2. Furthermore the output to the Jan to Mar fields are as string while I want to have each as number format. 

 

Please help. Thank you.

1 REPLY 1
atcodedog05
22 - Nova
22 - Nova

Hi @smile_dt06 

 

Here is a way to do it.

 

Output:

atcodedog05_0-1621162119543.png

Workflow:

atcodedog05_2-1621162375223.png

 

The trick is to create the texts above data table as separate tables for each group. When tables are placed one above other and outputted they are come one above in excel making it looks a single table (make sure shown headings is disabled). This also solves problem of data types where numbers will be numbers instead of getting converted to string.

 

Take a look. Let me know if you have any questions.

 

Hope this helps 🙂

Labels
Top Solution Authors