Hi guys, hope you doing all good. I am trying to solve a problem and I would appreciate your help.
I have 2 lists. One with AccountID, Languages and Value. The other with Rep, Languages and Value Range (Start & End).
What I am trying to do is to look for Account language and value of list 1, and match with the possible Rep values on list 2 based on the Language AND Value Range.
This is an example of how the datasets looks like:


Thank you!!