If you were only wanting to look at those specific cells because other numbers could appear in between that you wanted to exclude, then try:
=ADDRESS(7,MIN(IF((MOD(COLUMN(V7:BT7)-COLUMN(V7),10)=0)*(V7:BT7),COLUMN(V7:BT7))),4)
confirmed with CTRL+SHIFT+ENTER not just ENTER