B
brett.kaplan
Is there a way to use MATCH to return the item in an array where it
does not equal a value?
For instance, if my list were:
0 0 0 5 6 2 3 8
I want the formula to return 4, since that is the first time it does
not equal 0.
I can't use nested IFs because it may run over the nesting limit.
Thanks!
does not equal a value?
For instance, if my list were:
0 0 0 5 6 2 3 8
I want the formula to return 4, since that is the first time it does
not equal 0.
I can't use nested IFs because it may run over the nesting limit.
Thanks!