D
Dig-IT
Hi,
I'm seriously stumped on the following problem:
I have a table with rows (knowledge disciplines e.g. "Excel",
"Word",etc) and columns (names e.g. John, Mary, Hank). The entries in
the table denote the knowledge level in the discipline:
John Mary Hank
Excel much little much
Word little much little
I'm trying to create an interface in which the user can select a
discipline from a listbox. Excel should return the names corresponding
to the values "much" in the table, but the numer of names is unknown.
If the users' choice for "Excel" or "Word" is in cell K365, then
"=MATCH(K365;A1:A300;0)" gives me the row to look at. Alternatively,
"=VLOOKUP(K365;A1:Z300;COLUMN(B
);0)" gives me an array with all results.
That's as far as I've got today, unfortunately. Can anyone help me
further? I have to do this in Excel and I know very little of it. (How I
long for Matlab at the moment... ;-)
By the way, the real table will be about 50x50 in size.
Thanks in advance,
Jos
I'm seriously stumped on the following problem:
I have a table with rows (knowledge disciplines e.g. "Excel",
"Word",etc) and columns (names e.g. John, Mary, Hank). The entries in
the table denote the knowledge level in the discipline:
John Mary Hank
Excel much little much
Word little much little
I'm trying to create an interface in which the user can select a
discipline from a listbox. Excel should return the names corresponding
to the values "much" in the table, but the numer of names is unknown.
If the users' choice for "Excel" or "Word" is in cell K365, then
"=MATCH(K365;A1:A300;0)" gives me the row to look at. Alternatively,
"=VLOOKUP(K365;A1:Z300;COLUMN(B

That's as far as I've got today, unfortunately. Can anyone help me
further? I have to do this in Excel and I know very little of it. (How I
long for Matlab at the moment... ;-)
By the way, the real table will be about 50x50 in size.
Thanks in advance,
Jos