Hi,
I want to build an Iterative macro so I can repeat a filtering process.
At each iteration I group data by each column of file and where sum of Amount is null I map with Yes/No on a Net-off column.

My problem is I want part of data with flag of "Yes" on Net-off column to filter out at each iteration and not to loop back at the next iteration.
What I want:
Columns in data:

1st iteration:

2nd iteration:

Now the output of macro gives doubled entries:
Is it a way that I can achieve this, please? Maybe combine a match macro with an iterative one?