J
JimS
Hi,
Here is what I have in A1 and A2 respectively:
4,5,6,7,8,9
4,5,6
I have this formula in A3 and A4:
=LEN(SUBSTITUTE(F15,",",""))
Which gives me 6 and 3 for answers.
In A5 I have (a3*a4), which = 18, or 18 combinations.
But I don't want to count the matching numbers. In this case that
would be 4,4, 5,5 and 6,6, so the answer should be 15 combinations.
How would I construct a formula in such a way to achieve this?
Here is what I have in A1 and A2 respectively:
4,5,6,7,8,9
4,5,6
I have this formula in A3 and A4:
=LEN(SUBSTITUTE(F15,",",""))
Which gives me 6 and 3 for answers.
In A5 I have (a3*a4), which = 18, or 18 combinations.
But I don't want to count the matching numbers. In this case that
would be 4,4, 5,5 and 6,6, so the answer should be 15 combinations.
How would I construct a formula in such a way to achieve this?