Ok sorry, I get it. So let me explain exactly how I want it to be:
• First I have a variable for column 1, I need to check in my array at column 1 where is the matching value (For example if my variable is 1|0|0, I want it to check where in my column the same value is. I only need to check the 1 column because that’s my variable for it).
• When the value match, it stops the loop and picks the value on the second column (if my value is located in the cell x3, y0 I want it to pick the value in cell x3,y1)
• Then I get this second value that I want to display in the text bloc.
I though that this method with array is the easiest way to do what I want but maybe I'm wrong and there is something more simple?