I hope someone can help me out with this, I've been looking all over the net for ages.
I have a table I want to perform a 2-way lookup on. I have given it a name, "Testing", which includes the header, row title, and all the data.
So for example, I have:
A B C D
1 Denmark Finland Norway
2 Mon 5 4 8
3 Tues 6 1 3
4 Wed 5 0 4
VLOOKUP and HLOOKUP functions don't seem to be useful in this case, as they both assume the knowledge of the row or column number you're searching in.
Is there any way to use a formula (without VBA) to search for the intersection of Mon and Finland (result: 4)? I have managed to do so to a certain extent by using INDEX to look for the position of Finland in the range A1:D1, but I would like to stick to the "Testing" name range only if possible.
Any ideas, anyone?
I have a table I want to perform a 2-way lookup on. I have given it a name, "Testing", which includes the header, row title, and all the data.
So for example, I have:
A B C D
1 Denmark Finland Norway
2 Mon 5 4 8
3 Tues 6 1 3
4 Wed 5 0 4
VLOOKUP and HLOOKUP functions don't seem to be useful in this case, as they both assume the knowledge of the row or column number you're searching in.
Is there any way to use a formula (without VBA) to search for the intersection of Mon and Finland (result: 4)? I have managed to do so to a certain extent by using INDEX to look for the position of Finland in the range A1:D1, but I would like to stick to the "Testing" name range only if possible.
Any ideas, anyone?