Ignoring error msg

P

Phil Hageman

Is there a way to make this array formula ignore and error
message in a cell in the range?

{=INDIRECT(ADDRESS(MAX((ROW(19:30)*
(X19:X30<>""))),COLUMN(X:X)))}
 
P

Peo Sjoblom

One possible way

=INDIRECT(ADDRESS(MAX(IF(ISNUMBER(ROW(19:30)*(X19:X30<>"")),ROW(19:30)*(X19:
X30<>""))),COLUMN(X:X)))

array entered
 
P

Phil Hageman

Peo, Thanks very much - it works exactly as needed!
Appreciate your time. Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top