Hello,
If i want to see all possible combinations (2 columns from an excel sheet) that equal a certain value is there a way to produce that in an output?
ex: i want to see all combinations that equal 10
data
column 1 values Column 2 values
1 -3
5 -1
10 17
15 11
30 5
14 -5
result
1. 10
2. 15, -5
3. 11, -1
4. 5 & 5
5. 14, -3, -1