Hi to all,
I have a formula that has an 1-dim array like this:
{0,0,0,0,0,0,1,1,0,1,0,0,0,1,1,1}
and if I want to search "1", the result is position is 7.
=MATCH(1,{0,0,0,0,0,0,1,1,0,1,0,0,0,1,1,1},0) = 7
now, if I have a 2-dim array (4x4), is there a way to look the position of first "1"...