SOLVED
How can I let the vale without filed names output in two different excels?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
phoebe_90
8 - Asteroid
‎05-19-2024
10:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have three group data. How can I let the value without filed output in specify range in different excels?
For example, four group data.
Company Name |
ffff |
Report Period |
Report Period: Apr 30,2024 |
Currency |
Currency: USD |
Output data
Specify range | sheet1 |
A1 | ffff |
A2 | Report Period: Apr 30,2024 |
A3 | Currency: USD |
Specify range | sheet2 |
A1 | ffff |
A2 | Report Period: Apr 30,2024 |
A3 | Currency: USD |
Solved! Go to Solution.
Labels:
- Labels:
- Output
2 REPLIES 2
16 - Nebula
‎05-20-2024
12:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi @phoebe_90
Do you need to write the same data to multiple excel sheets? If so, create one column to specify the file location, sheet name, and cell range like this.
ffff | C:\Users\hogehoge\desktop\book1.xlsx|||Sheet1$A1:A1 |
Report Period:xxxx | C:\Users\hogehoge\desktop\book1.xlsx|||Sheet1$A2:A2 |
Currency:USD | C:\Users\hogehoge\desktop\book1.xlsx|||Sheet1$A3:A3 |
ffff | C:\Users\hogehoge\desktop\book1.xlsx|||Sheet2$A1:A1 |
Report Period:xxxx | C:\Users\hogehoge\desktop\book1.xlsx|||Sheet2$A2:A2 |
Currency:USD | C:\Users\hogehoge\desktop\book1.xlsx|||Sheet2$A3:A3 |
And, use this option in configuration of Output tool. (Uncheck 'Keep Field in Output')
Maybe it seems you don't need field name in output. Then, check this option.
15 - Aurora
‎05-20-2024
12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @phoebe_90 ,
As @gawa mentioned, you can specify [Filename] + "|||" + [sheet name] in as "File Path" to feed to Output Data Tool.
Sample workflow
Output
