Microvellum Community

Calculation speed of different functions

Would anyone know which of these would calculate the fastest?

      {=IF(Rib_X_List>0,Rib_X_List)}

      =LARGE(Rib_X_List,COUNTIF(Rib_X_List,">0"))

Or is there be a better way to find the smallest none zero value in the list Rib_X_List? Thx