D
Dreamer
I'm trying to return the location of the first non-zero number in
row.
Example:
A B C D E F G H
0 0 0 3 0 8 9 10
In the above example, I need to figure out if it's possible to use
functions to
return the index or cell address of the first non zero number.
So in my example above, I need the function to return either th
address of D1 or the index position of 4.
Any help would be great.
thank
row.
Example:
A B C D E F G H
0 0 0 3 0 8 9 10
In the above example, I need to figure out if it's possible to use
functions to
return the index or cell address of the first non zero number.
So in my example above, I need the function to return either th
address of D1 or the index position of 4.
Any help would be great.
thank