Here is an example row of data, with 8 values:
0,[blank],0,1,0,0,[blank],5
We are trying to find a formula that finds the second non zero or non blank value, which in this case is 5. (Ideally this should also be able to be configured to find the third or later non zero non blank value too)...