1. Do you have any #n/a errors in the range you used ?
2. Yes, indeed.
3. Regards.
1. Can you change the formulas to return something else:
=if(iserror(yourformula),"somethingelse",yourformula)
2. or you could change the formula:
=ADDRESS(
MAX(IF(ISERROR($2:$9999),ROW($2:$9999),IF($2:$9999<>"",ROW($2:$9999)))),
MAX(IF(ISERROR($2:$9999),COLUMN($2:$9999),IF($2:$9999<>"",COLUMN($2:$9999)))))
Still array entered.
> 1. Do you have any #n/a errors in the range you used ?
>
> 2. Yes, indeed.
>
> 3. Regards.

Signature
Dave Peterson
tkt_tang@hotmail.com - 17 Jan 2006 03:53 GMT
1. Thank you. The formula feels better now.
2. Turn that into a hyperlink as follows,
3. =HYPERLINK("#"&ADDRESS(
MAX(IF(ISERROR($2:$1000),ROW($2:$1000),IF($2:$1000<>"",ROW($2:$1000)))),
MAX(IF(ISERROR($2:$1000),COLUMN($2:$1000),IF($2:$1000<>"",COLUMN($2:$1000))))),"LUC")
4. And there, the LUC is one click away.
5. Regards.
Dave Peterson - 17 Jan 2006 12:35 GMT
But you could have used ctrl-end to get there.
> 1. Thank you. The formula feels better now.
>
[quoted text clipped - 9 lines]
>
> 5. Regards.

Signature
Dave Peterson
tkt_tang@hotmail.com - 18 Jan 2006 00:00 GMT
1. And now, there are Options.
2. Ctrl + End may or may not land the selection at the LUC
(accurately). There will be all too often the jazz of deleting those
columns to the right and those rows below till the end (in order to get
to the bottom of the true LUC).
3. By using the Hyperlink, one can vacillate between the top-left and
bottom-right corners (if the clickable bi-di route is preferrable over
striking combo-keys) of the Excel Tabulation.
4. Neither one of the methods would take the user to the LUC of the
Formatted Range.
5. Regards.