Excel output multiple sheets with different columns
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Is there a way to create 1 Excel output file that has multiple sheets with various columns on the various sheets? In essence creating pivot tables.
Output would be:
- all data on 1 sheet
- 50% of the columns on another
- and 25% of columns on another
The only way I figure out is to select the columns and create various output files. Trying to find a quicker way.
Thanks!
Solved! Go to Solution.
- Labels:
- Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Are you able to provide a "before" and "after" of what you're looking for?
I'm thinking this could be possible with a batch macro of sort, but I'd need to look at the data to be sure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @CherylH
Only solution I can think of is to place your output process into a batch macro with your control parameter being a list of field name to include on each iteration which would update - via Action tool - a Dynamic Select tool.
To prepare the data you'd feed into the control parameter, you can use a Field Info tool to get you a list of all your columns and then categorize them into groups which represent what fields you want in each output. Then use a Summarize tool to concatenate them to your grouping field.
I know this is very generalized and if you're still not sure how to approach this, shoot over some data and what you expect the final output file/sheets to look like.
Best,
Jimmy
Teknion Data Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CherylH
Not so pretty but hope this what you need.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks I will try it. Always good to learn something new.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CherylH
Thank you for the accept mark also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Getting back to working on this. Seems like lots of work prior to using selection tool which I can go from input, selection tool to output.
Sorry but did not use all these steps.
Sample data might have helped you, but I'm learning how to use this help tool.
Have a great day!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
