Hi
I want to count the number of cells between the first and last non-zero value in a row.
Ex: Below row of numbers should return 6 (6 cells from the first non-zero value i.e. 4 to the last one i.e. 3).

0 0 4 5 0 0 2 3 0 0 0

Can someone help with the right function for this?