I've created a multi row formula based on some conditions and it goes for searching 10 rows below since it would be pointless to add more but I found that it can happen, so my question is: is there some better/faster solution for my case.
These are the rules for searching:
1. First task can start with any "error_bucket" (FFF, SSS, Other)
2. Next step is to find the same "error_code" (first below) and it can start only with "FFF" or "SSS" and when it finds it, calculate "open_time" - "closed_time". For my testing I just hit the flag 0/1 to see if the formula works fine.
Attached is a solution that I created but as I said, I found that some cases can be within 15 or 20 rows that I have not covered with my "10 Num Rows" within the Multi Row formula.
Is it possible to create some kind of loop that will search my conditions within the same "customer_no", "country" and "model_nbr" based on the rules for the "error_code" and "error_bucket".
Thank you in advance.
