Last value in column range <> 0 problem/question

A

aztecbrainsurgeon

Win 2000
Excel 2003
Hi All,
I'm interested in returning the last value in a column range where the
last value is greater or less than zero. I've had no luck and have
spent some time trying to modify the following array formula:
=INDEX(A:A,MAX(IF(A1:A10<>"",ROW(1:10))))
But any workable modification still returns a zero if the last value
in the column range is zero.
Any insight or solution would be appreciated.
 
A

aztecbrainsurgeon

Hi All,
Never mind. I figured it out:
=INDEX(A:A,MAX(IF(A1:A10<>0,ROW(1:10))))
 

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