I have a range similar to the table below, I would like to find using a formula the first and last nonzero value in the range. I would assume this should be done in two formulas, one to find the first nonzero value, and one to find the last.
<tbody>
0
12
15
0
8
0
0
</tbody>
In this example I...