Is it possible to make exact combinations of different elements dynamically.
I can get the count of the pairs using the COMBIN Function.
Example :
Column A Column B Column C
Elements Pairs No of Pairs that can be formed
A 2 15
B
C
D
E
F
[ C2=COMBIN(COUNTA($A:$A)-1,$B$2) ]
However, I want some Logic/Formulas in Excel and not in VBA preferably which can display the values..
Column D Column E Column F Column G Column H
Pair
I II III IV V
AB BC CD DE EF
AC BD CE DF
AD BE CF
AE BF
AF
The Roman numeral indicate the Ist, IInd, IIIrd, IVth and Vth pairs respectively.
Is it possible to display the different combinations the way it is shown above for different Count of elements as well as the Number of Pairs required..
Bookmarks