Different tabs & Different Sheets
- 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
I have a data which looks like
I need that separate excel sheet will create for each country and the file name should be the country name.
Then for each countries file female data will goes to tab Female and a separate tab for each point.
Please note that number of points may increase let say, USA can contain 2,3,4,5,6 and hence number of tabs will also increase or decrease accordingly.
Please help me to solve this.
Thanks in advance.
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
use formula tool + output tool
output tool - in the bottom that take file name from by field value. pick the change entire file path. pick the field create by formula below.
formula tool - create a path with this format [folder]\[filename].xlsx|||[sheet name]
i.e c:\download\USA\.xlsx|||Female
example formula : "C:download\" + [Country] + ".xlsx|||" + [Gender]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I need another help as below:-
I need to solve this urgently. Please help me
