I have a formula that I'm using in Excel to return the row # of the first item that matches a specified value.
Formula: =MATCH(0,COUNTIF($B$1,List),0)
+ CTRL + SHIFT + ENTER and in Mac: CMD + RETURN
Becomes:
MATCH(0,{**0**;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0},0)
Outputs: 1
I would like to update the function so that I can find the 2nd, 3rd, etc. instance that matches the specified value.
Like This:
MATCH(0,{0;**0**;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0},0)
And this outputs: 2