You can try:

=MIN(IF(ISNUMBER(A1:E1),IF((MOD(COLUMN(A1:E1)-COLUMN(A1),2)=0)*(A1:E1),A1:E1)))
confirmed with CTRL+SHIFT+ENTER not just ENTER

Gives you 0 if you have all blanks.