Hi All,
I kindly ask you to help me out on what I'd like to reach.
I have a list of numbers (around 100) and I'd like to get all the potential combinations of sums in pairs.
To simplify:
If I have these three numbers: 1 - 2 - 3, I would like to get the follwing result.
1+1= 2
2+2= 4
3+3= 6
1+2= 3
1+3= 4
2+3= 5
Therefore as output I would like to have the above mentioned results : 2,4,6,3,4,5.
Is there any formula/macro that would allow me to get this output in a larger scale?
Thank you very very much!
I kindly ask you to help me out on what I'd like to reach.
I have a list of numbers (around 100) and I'd like to get all the potential combinations of sums in pairs.
To simplify:
If I have these three numbers: 1 - 2 - 3, I would like to get the follwing result.
1+1= 2
2+2= 4
3+3= 6
1+2= 3
1+3= 4
2+3= 5
Therefore as output I would like to have the above mentioned results : 2,4,6,3,4,5.
Is there any formula/macro that would allow me to get this output in a larger scale?
Thank you very very much!