G
Guest
Hi,
I have 3 cells that contain a set of values, the total of which will always
be constant eg:
A B C
1 0 2 1
I have a table populated with all possible combinations of these numbers:
0 0 3 n1
0 1 2 n2
1 1 1 n3
0 2 1 n4
etc. etc.
There is a fourth column to the right of this table with a set of
unconnected (and not necessarily unique) numbers (n).
How can I search the full table for the single occurrence of the pattern in
cells A B and C and return the value in column 4 - n4 in this case?
Many thanks
Dave
I have 3 cells that contain a set of values, the total of which will always
be constant eg:
A B C
1 0 2 1
I have a table populated with all possible combinations of these numbers:
0 0 3 n1
0 1 2 n2
1 1 1 n3
0 2 1 n4
etc. etc.
There is a fourth column to the right of this table with a set of
unconnected (and not necessarily unique) numbers (n).
How can I search the full table for the single occurrence of the pattern in
cells A B and C and return the value in column 4 - n4 in this case?
Many thanks
Dave