Hi All,
I need the help in the following problem. I have a dynamic requirement of filtering the value in one excel and copy to another excel as output.
Filter records should file value from Input and split them into File 1 & File 2
| | | Input | | | File 1 | | | File 2 | |
| Filter | | Filter_col | source | | Filter_col | source | | Filter_col | source |
| a | | a | 1 | | a | 1 | | c | 2 |
| b | | c | 2 | | | | | | |
| c | | d | 3 | | | | | | |
| d | | | | | | | | | |
Thanks
Naga