Hi,
My table is long and there are some columns for each row that has value greater than 0 and less than 1. Then next column for the same row is greater than 1.
So I want my logic as follow:
1. Check each column to see the values are greater than 0 and less than 1.
2. Second, check each column again to see if the values are greater than 1.
3. Third, if there are two columns, one represent between 0 and 1 and any other column that represents greater than 1, I fill in the result column as true.
Please let me know if that makes sense.