Hello everybody!
I am having a problem in running an operation using two columns. For simplicity, lets say that the two columns are:
column1 column2
1 -----------3
2 -----------5
And I want to fill in another column the sum (or product, or any other operation), each possible combination of the two columns, like this:
column3
1*3+1*5
2*3+2*5
Thanks so much in advance
E
I am having a problem in running an operation using two columns. For simplicity, lets say that the two columns are:
column1 column2
1 -----------3
2 -----------5
And I want to fill in another column the sum (or product, or any other operation), each possible combination of the two columns, like this:
column3
1*3+1*5
2*3+2*5
Thanks so much in advance
E