Dynamic filtering data Macro.
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
Pradeep66
8 - Asteroid
‎11-24-2022
07:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi Folks,
I am trying to write a macro for dynamic filtering of data.
input data:
Date | File Name | Max File number Expected |
11/23/2022 | file1 | 1 |
11/22/2022 | file1 | 2 |
11/22/2022 | file2 | 2 |
11/21/2022 | file1 | 3 |
11/21/2022 | file2 | 3 |
11/21/2022 | file3 | 3 |
now I need to output my data like this with the help of a batch macro.
Date | File Name | Max File number Expected |
11/23/2022 | file1 | 1 |
11/22/2022 | file2 | 2 |
11/21/2022 | file3 | 3 |
Labels:
- Labels:
- Batch Macro
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula
‎11-24-2022
07:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Pradeep66
One way transforming your input into your output, to do this you dont need a batch macro:
binuacs
21 - Polaris
‎11-24-2022
03:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
