By "not" unique, I mean that it is possible that an entry is repeated more
than once in a cell, like in (1,1,2,3).
Is it a possible situation ?
--
Regards,
Luc.
"Festina Lente"
"Tom G" wrote:
> On Mon, 18 Dec 2006 03:37:26 -0700, Tom G <(E-Mail Removed)> wrote:
>
> >On Mon, 18 Dec 2006 02:35:57 -0700, Tom G <(E-Mail Removed)> wrote:
> >
> >>Hi,
> >>
> >>In cells A1 and B1 I have the following data:
> >>
> >>4,5,6,7 4,5,6,7
> >>
> >>In B3 I want to count the number of non-matching combinations.
> >>
> >>The answer is 12.
> >>
> >>There are 16 total combinations, but 4 cannont be matched with 4, and
> >>5 cannot be matched with 5, etc., which leaves 12.
> >>
> >>I'm looking for one formula that can count the number of non-matching
> >>combinations.
> >>
> >>Thanks,
> >>
> >>Tom G
> >>
> >
> >No, the strings aren't always identical length. It can vary widely.
> >Sometimes one will have three and the other one, or any amount up to
> >twelve each max.
>
> Are the entries alway one character length ?
> Are the entries always unique ?
>
> --
> Regards,
> Luc.
>
> The entries will always be a number between 1 and 12, seperated by
> commas. I'm not sure what you mean by unique.
>
> EX:
>
> 1,2,3 1,3,4,5,7,9
>
> 1,4 2,5,6,11
>
> 1 4,7,8,9
>
> 2,3 2,3,7,8,9
>
> These are examples of how the cells might look. Sometimes there are
> matching values, and other times there are not.
>
> Thanks,
>
> Tom
>
>