#1   Report Post  
Posted to microsoft.public.excel.misc
dan dan is offline
external usenet poster
 
Posts: 866
Default FIND ERROR PROBLEM

hi, I have pieces of formula's that might help to figure out how to find
where an error is located (by column & row). thanks in advance.

examples include:
a - find exact character "X" row number (friendly name in hyperlink)
b - hyperlink to that row.. column
c - formula to detect error in a range
d - item trying to modify to find error location

A:
=IF(ISNA(INDEX(ROW($B$2:$N$7)-ROW($A$2),MATCH(TRUE,EXACT($B$2:$N$7,"X"),0))),
INDEX(ROW($B$2:$N$7),MATCH(TRUE,EXACT($B$2:$N$7,"X "),0)),"")


C: (this works for detecting error, I NEED TO ID CELL ERROR LOCATED IN)
=IF(SUMPRODUCT(--ISERROR($B$2:$N$7))0,"error","noerror")


D: (idea, trying to insert: ISERROR ??, instead of Exact "X")
=IF(ISNA(INDEX(ROW($B$2:$N$7)-ROW($A$2),MATCH(TRUE,EXACT($B$2:$N$7,"X"),0))),
INDEX(ROW($B$2:$N$7),MATCH(TRUE,EXACT($B$2:$N$7,"X "),0)),"")


other: do not need hyplink in my problem here, info only)
B: (array: commit by cntrl-alt-enter; this formula used to solve find X
in diff location / column)
=HYPERLINK(IF(AND(
ISNA(INDEX(ROW($BX$355:$BX$1944)-ROW($BX$355),MATCH(TRUE,EXACT($BX$355:$BX$1944,"X" ),0)))),"",
"#"&CELL("address",OFFSET(INDIRECT(SUBSTITUTE(SUBS TITUTE(CELL("address",$EL17),"$",""),ROW(),"")&IND EX(ROW($BX$355:$BX$1944),MATCH(TRUE,EXACT($BX$355: $BX$1944,"X"),0))),$AB$3,0))),
IF($EL$18<"< top",IF(AND(
ISNA(INDEX(ROW($BX$355:$BX$1944)-ROW($BX$355),MATCH(TRUE,EXACT($BX$355:$BX$1944,"X" ),0)))),"",
INDEX(ROW($BX$355:$BX$1944),MATCH(TRUE,EXACT($BX$3 55:$BX$1944,"X"),0))),"delist'd"))

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error dialog box meaning and how to find error Jeanne Excel Worksheet Functions 2 September 4th 08 04:59 AM
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable Enda80 Excel Worksheet Functions 1 May 3rd 08 02:35 PM
I tried to get around the problem of the pivot table field settingdefaulting to Count instead of Sum by running a macro of change the settingfrom Count to Sum. However, when I tried to run the Macro, I got error messageof run time error 1004, unable Enda80 Excel Discussion (Misc queries) 1 May 3rd 08 10:52 AM
how to find an error nastech Excel Discussion (Misc queries) 0 July 12th 06 04:59 AM
help with this error-Compile error: cant find project or library JackR Excel Discussion (Misc queries) 2 June 10th 06 09:09 PM


All times are GMT +1. The time now is 02:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"