Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
nastech wrote:
060716 MATCH function, exclusion question hi, trying to use MATCH to find the first instance of items, but want to exlude the top of document where there may be one or more of the "instances- item erors" the following does not work for receiving a #VALUE error. e.g.: AND(ROW()=$B$56,MATCH("dd",$D$1:$D$1303,0)) full example in use: is for hyperlink to first instance: =HYPERLINK(IF(ISNA(MATCH("X",$D$1:$D$1303,10000)), "", "#"&CELL("address",OFFSET(INDIRECT(SUBSTITUTE(SUBS TITUTE(CELL("address",W12),"$",""),ROW(),"")& AND(ROW()=$B$56,MATCH("dd",$D$1:$D$1303,0))),$W$1 ,0))),"dd") notes: - remove AND(ROW()=$B$56, and following: ")" - to work: W12, is column where want link to end up, 12 is row this formula resides. thanks $B$56 isn't a row! ROW()=56 is how you should write something like that |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIf Function Question | Excel Discussion (Misc queries) | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Match function multiple items | Excel Worksheet Functions | |||
Date & Time | New Users to Excel | |||
Match Function arguments | Excel Worksheet Functions |