Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have this formula:
INDEX([POlog.xls]POLOG!$O$5:O2003,MATCH($H5,[POlog.xls]POLOG!$P$5:$P2003,0)), but I want to find the Match in Range(P5:X2003) not just (P5:P2003). In other words, I want to find the match for H5 in multiple columns. Is it possible, and if so, how? TIA Greg |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try...
=INDEX([POlog.xls]POLOG!$O$5:$O$2003,MATCH(TRUE,MMULT(--([POlog.xls]POLOG !$P$5:$X$2003=$H5),{1;1;1;1;1;1;1;1;1})0,0)) ....confirmed with just ENTER, or =INDEX([POlog.xls]POLOG!$O$5:O2003,MATCH(TRUE,MMULT(--([POlog.xls]POLOG!$ P$5:$X$2003=$H5),TRANSPOSE(COLUMN([POlog.xls]POLOG!$P$5:$X$2003)^0))0,0) ) ....confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Hope this helps! In article .com, "GregR" wrote: I have this formula: INDEX([POlog.xls]POLOG!$O$5:O2003,MATCH($H5,[POlog.xls]POLOG!$P$5:$P2003,0)), but I want to find the Match in Range(P5:X2003) not just (P5:P2003). In other words, I want to find the match for H5 in multiple columns. Is it possible, and if so, how? TIA Greg |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Domenic, unbelievable, I would have never figured it out. Thank you
very much. Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using INDEX to find the match | Excel Discussion (Misc queries) | |||
Using INDEX and MATCH to find data in 2 different sheets | Excel Worksheet Functions | |||
INDEX, FIND.... MATCH???? | Excel Discussion (Misc queries) | |||
Find a match that;s not exact | Excel Worksheet Functions | |||
Vlookup, Index & Match | Excel Worksheet Functions |