Hi!
Based on your explanation of what you want and comparing that to your table,
I can't see this being done!
Shouldn't F2 = 8 (I2), G2 = "" (J2), H2 = 8 (K2)
Why would F5 = 6 (I5) and F2 not = 8 (I2)
Biff
"Luke" <Luke@discussions.microsoft.com> wrote in message
news:D5B9242F-935A-49FE-B5F8-FD66A764A33D@microsoft.com...
> Pardon the new thread about the same thing I posted earlier. I would like
> to
> clean up the mistakes I made in my earlier quest.
> In it's raw form my setup looks like this:
> A B C D E F G H I J K
> 1
> 2 2 8 8 8 8 8 8
> 3 1 0 5 5 1 9 5 1
> 4 8 3 4 5 2 4
> 5 8 6 7 6 8 6 2 8
> 6 9 0 2 2 9 0 2 9 0
> I need a more simple formula that will perform the following task.
> The following formula Below, is referencing Column F in that if any
> combination of two or more digits from C,D & E that are equal to two or
> more
> digits from I,J & K then display contents of I in F.
>
> The same formula would go for G in that any combination of two or more
> digits from C,D & E that are equal to two or more digits from I,J & K then
> display contents of J in G. The only thing in the formula that chages is
> that
> instead of showing I in F, it would show J in G
>
> The same would go for G in that any combination of two or more digits from
> C,D & E that are equal to two or more digits from I,J & K then display
> contents of K in H. The only thing in the formula that chages is that
> instead
> of showing I or J in H, it would show K in H
>
> Here is my version of the Formula for column F only... the same formula
> could be pasted in G & H columns repectively-- If it were in simpler
> format.
>
> =IF(concatenate(C2,D2)=concatenate(I2,J2),I2,IF(concatenate(C2,D2)=concatenate(I2,K2),I2,IF(concatenate(C2,D2)=concatenate(J2,I2),I2,IF(concatenate(C2,D2)=concatenate(J2,K2),I2,IF(concatenate(C2,D2)=concatenate(K2,I2),I2,IF(concatenate(C2,D2)=concatenate(K2,J2),I2,IF(concatenate(C2,E2)=concatenate(I2,J2),I2,IF(concatenate(C2,E2)=concatenate(I2,K2),I2,IF(concatenate(C2,E2)=concatenate(J2,I2),I2,IF(concatenate(C2,E2)=concatenate(J2,K2),I2,IF(concatenate(C2,E2)=concatenate(K2,I2),I2,IF(concatenate(C2,E2)=concatenate(K2,J2),I2,IF(concatenate(D2,C2)=concatenate(I2,J2),I2,IF(concatenate(D2,C2)=concatenate(I2,K2),I2,IF(concatenate(D2,C2)=concatenate(J2,I2),I2,IF(concatenate(D2,C2)=concatenate(J2,K2),I2,IF(concatenate(D2,C2)=concatenate(K2,I2),I2,IF(concatenate(D2,C2)=concatenate(K2,J2),I2,IF(concatenate(D2,E2)=concatenate(I2,J2),I2,IF(concatenate(D2,E2)=concatenate(I2,K2),I2,IF(concatenate(D2,E2)=concatenate(J2,I2),I2,IF(concatenate(D2,E2)=concatenate(J2,K2),I2,IF(concatenate(D2,E2)=concatenate(K2,I2),I2,IF(concatenate(D2,E2)=concatenate(K2,J2),I2,IF(concatenate(E2,C2)=concatenate(I2,J2),I2,IF(concatenate(E2,C2)=concatenate(I2,K2),I2,IF(concatenate(E2,C2)=concatenate(J2,I2),I2,IF(concatenate(E2,C2)=concatenate(J2,K2),I2,IF(concatenate(E2,C2)=concatenate(K2,I2),I2,IF(concatenate(E2,C2)=concatenate(K2,J2),I2,IF(concatenate(E2,D2)=concatenate(I2,J2),I2,IF(concatenate(E2,D2)=concatenate(I2,K2),I2,IF(concatenate(E2,D2)=concatenate(J2,I2),I2,IF(concatenate(E2,D2)=concatenate(J2,K2),I2,IF(concatenate(E2,D2)=concatenate(K2,I2),I2,IF(concatenate(E2,D2)=concatenate(K2,J2),I2,""))))))))))))))))))))
>
> Thank you for your time and toleration.
> Luke
Bookmarks