F
Forumchanin
Hi everybody.
Recently have come to the following task:
There is a table of data like this:
Piter 10 20 30
Ann 15 23 45 54 56
John 1 2 3 4 5 6
Which is treated as the values which can belong to only one person.
The task is, given the table in this awful form, get the name o
person, which possess a given number.
Suppose each person can have up to 255 values and there are 6500
people, thus, you can't rearrange table
.
The question is - how to lookup the value in the whole matrix?
Applying vlookup 255 times will not do
thanx in advanc
Recently have come to the following task:
There is a table of data like this:
Piter 10 20 30
Ann 15 23 45 54 56
John 1 2 3 4 5 6
Which is treated as the values which can belong to only one person.
The task is, given the table in this awful form, get the name o
person, which possess a given number.
Suppose each person can have up to 255 values and there are 6500
people, thus, you can't rearrange table
The question is - how to lookup the value in the whole matrix?
Applying vlookup 255 times will not do
thanx in advanc