So I have monthly cashflows for 7 years. I have it so that month's cash flows adds on to the previous month's. I need a formula (or two) that can return the column and row labels for when the first non-zero number appears.

2014 2015 2016 2017 2018 2019 2020
Jan $(100) $(1,300) $(2,390) $(2,260) $(1,940) $(740) $460
Feb $(200) $(1,400) $(2,380) $(2,240) $(1,840) $(640) $560
Mar $(300) $(1,500) $(2,370) $(2,220) $(1,740) $(540) $660
Apr $(400) $(1,600) $(2,360) $(2,200) $(1,640) $(440) $760
May $(500) $(1,700) $(2,350) $(2,180) $(1,540) $(340) $860
Jun $(600) $(1,800) $(2,340) $(2,160) $(1,440) $(240) $960
Jul $(700) $(1,900) $(2,330) $(2,140) $(1,340) $(140) $1,060
Aug $(800) $(2,000) $(2,320) $(2,120) $(1,240) $(40) $1,160
Sep $(900) $(2,100) $(2,310) $(2,100) $(1,140) $60 $1,260
Oct $(1,000) $(2,200) $(2,300) $(2,080) $(1,040) $160 $1,360
Nov $(1,100) $(2,300) $(2,290) $(2,060) $(940) $260 $1,460
Dec $(1,200) $(2,400) $(2,280) $(2,040) $(840) $360 $1,560

So in this example, I would need a formula that could find the first number above $0 (in this case it is $60) and return the month and year (Sep 2019)

Any help would be amazing!