PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Charting
Ignoring error msg
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Charting
Ignoring error msg
![]() |
Ignoring error msg |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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)))} |
|
|
|
#2 |
|
Guest
Posts: n/a
|
One possible way
=INDIRECT(ADDRESS(MAX(IF(ISNUMBER(ROW(19:30)*(X19:X30<>"")),ROW(19:30)*(X19: X30<>""))),COLUMN(X:X))) array entered -- Regards, Peo Sjoblom "Phil Hageman" <anonymous@discussions.microsoft.com> wrote in message news:23a501c3af58$8585d7f0$a601280a@phx.gbl... > 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)))} > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Peo, Thanks very much - it works exactly as needed!
Appreciate your time. Phil >-----Original Message----- >One possible way > >=INDIRECT(ADDRESS(MAX(IF(ISNUMBER(ROW(19:30)* (X19:X30<>"")),ROW(19:30)*(X19: >X30<>""))),COLUMN(X:X))) > >array entered > >-- > >Regards, > >Peo Sjoblom > > >"Phil Hageman" <anonymous@discussions.microsoft.com> wrote in message >news:23a501c3af58$8585d7f0$a601280a@phx.gbl... >> 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)))} >> > > >. > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

