I need to lookup an intersection within the table array located in Sheet4!
B2:N54. The values are located in Sheet!3 A16:A20 and Sheet3! B16:B20. I'm
attempting to Match from headings in Sheet4! A1:O1 and A1:A54. So I've tried
the following:
=index(SHEET4!$B$2:$N$54,MATCH(SHEET3!B16,SHEET4!$ A$1:$O$1,0),MATCH(SHEET3!A16,SHEET4!$A$1:$A$54,0)) .
I've enered this into Sheet3!C16:C20. The formula results range from #N/A,
#REF too just plain incorrect, one answer is acctually correct, however this
could just be a fluke. First am I using the correct formula? Second is there
anyway to see what cell the result is pointing to?
Thanks in advance!!
Hi!
It looks like you have the Matches reversed. The first Match is for the ROW
and the second Match is for the COLUMN.
Swap those around and see if that works.
Biff
quot;M.A.Tylerquot; lt;Great Lakes Stategt; wrote in message
...
gt;I need to lookup an intersection within the table array located in Sheet4!
gt; B2:N54. The values are located in Sheet!3 A16:A20 and Sheet3! B16:B20. I'm
gt; attempting to Match from headings in Sheet4! A1:O1 and A1:A54. So I've
gt; tried
gt; the following:
gt; =index(SHEET4!$B$2:$N$54,MATCH(SHEET3!B16,SHEET4!$ A$1:$O$1,0),MATCH(SHEET3!A16,SHEET4!$A$1:$A$54,0)) .
gt;
gt; I've enered this into Sheet3!C16:C20. The formula results range from #N/A,
gt; #REF too just plain incorrect, one answer is acctually correct, however
gt; this
gt; could just be a fluke. First am I using the correct formula? Second is
gt; there
gt; anyway to see what cell the result is pointing to?
gt;
gt; Thanks in advance!!
and your array of a1 to o1 is not quite the same as b2.n2
--
paul
remove nospam for email addy!
quot;M.A.Tylerquot; wrote:
gt; I need to lookup an intersection within the table array located in Sheet4!
gt; B2:N54. The values are located in Sheet!3 A16:A20 and Sheet3! B16:B20. I'm
gt; attempting to Match from headings in Sheet4! A1:O1 and A1:A54. So I've tried
gt; the following:
gt; =index(SHEET4!$B$2:$N$54,MATCH(SHEET3!B16,SHEET4!$ A$1:$O$1,0),MATCH(SHEET3!A16,SHEET4!$A$1:$A$54,0)) .
gt;
gt; I've enered this into Sheet3!C16:C20. The formula results range from #N/A,
gt; #REF too just plain incorrect, one answer is acctually correct, however this
gt; could just be a fluke. First am I using the correct formula? Second is there
gt; anyway to see what cell the result is pointing to?
gt;
gt; Thanks in advance!!
..or you could try
=VLOOKUP(SHEET3!A16,SHEET4!$A$2:$N$54,MATCH(SHEET3 !B16,SHEET4!$A$1:$N$1,0),0)--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: www.excelforum.com/member.php...oamp;userid=30486
View this thread: www.excelforum.com/showthread...hreadid=506257
- Mar 09 Fri 2007 20:36
INDEXgt;MATCHgt;MATCH
close
全站熱搜
留言列表
發表留言