View Single Post
  #1   Report Post  
DAVID
 
Posts: n/a
Default find first nonzero value in column

I have two columns A and B. Column A contains ascending numbers from 1 to
100, while Column B contains arbitrary values. I am looking for the function
that finds the first nonzero value in column B (going from first to last row)
and then returns the value of column A of the same row. (This request might
be posted twice).

David