Hi Team,
I have a use case where I need to identify the records which doesn't have continuous month's.
For Example,
Input data
name | value | Month |
1 | red1 | Jan |
1 | red1 | Feb |
2 | red2 | Jan |
2 | red2 | Mar |
2 | red2 | Apr |
output data
name | value | Month |
2 | red2 | Jan |
2 | red2 | Mar |
2 | red2 | Apr |
Can anyone help please
Solved! Go to Solution.
Hi @divyakavishwar I mocked up a workflow let me know what you think?
Hi @divyakavishwar,
you could do this using a combination of Sort and Multi-Row-Formulas:
What happens:
- I created a table with Month and Month numbers to make it easier:
- We join both together and sort it
- Multi-Row-Formula to find the bad ones
- Sort them and another Multi-Row-Formula to mark all bad if one is bad
- Filter only the bad ones
- Sort to get the original order
Result:
Workflow attached. Let me know what you think.
Best
Alex
Hi @neilgallen,
Thanks for the solution, Solution provided worked perfectly. 🙂
Regards
Thank you @grossal
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |