I am trying to find the cell in a row that is >= 0%
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]Jun[/TD]
[TD]Jul[/TD]
[TD]Aug[/TD]
[TD]Sep[/TD]
[TD]Oct[/TD]
[TD]Nov[/TD]
[TD]Dec[/TD]
[/TR]
[TR]
[TD]-0.3%[/TD]
[TD]-0.2%[/TD]
[TD]-0.1%[/TD]
[TD]0.1[/TD]
[TD]0.2[/TD]
[TD]0.3[/TD]
[TD]0.4[/TD]
[TD]0.2[/TD]
[TD]0.5[/TD]
[TD]0.1[/TD]
[TD]0.15[/TD]
[TD]0.1[/TD]
[/TR]
</tbody>[/TABLE]
In the table above i need to return Apr as the first month where the percentage is >= 0
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Jan[/TD]
[TD]Feb[/TD]
[TD]Mar[/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]Jun[/TD]
[TD]Jul[/TD]
[TD]Aug[/TD]
[TD]Sep[/TD]
[TD]Oct[/TD]
[TD]Nov[/TD]
[TD]Dec[/TD]
[/TR]
[TR]
[TD]-0.3%[/TD]
[TD]-0.2%[/TD]
[TD]-0.1%[/TD]
[TD]0.1[/TD]
[TD]0.2[/TD]
[TD]0.3[/TD]
[TD]0.4[/TD]
[TD]0.2[/TD]
[TD]0.5[/TD]
[TD]0.1[/TD]
[TD]0.15[/TD]
[TD]0.1[/TD]
[/TR]
</tbody>[/TABLE]
In the table above i need to return Apr as the first month where the percentage is >= 0