Function to find the first cell that is not zero
Try this:
Assume your data in row 1
=INDEX(1:1,MATCH(TRUE,1:1<0,0))
ctrl+shift+enter, not just enter
"Mark" wrote:
Hi
I want to find the first cell that is not zero "0" across a row. I am also
trying a VBA solution, but is there perchance a function that will do this?
Mark
|