You want to use INDEX and MATCH
=INDEX(A1:F2,1,MATCH(0,A2:F2))
The above will return the value in row 1 of the column where it matches 0 in row 2 if you have data in the range A1:F2.
Not going to be the right solution if you have a bin reaching 0 more than once a month though.