I found this formula which I can get the max value form a cell containing comma separated numbers. How can I get the min value using a similar approach?
=MATCH(1000,INDEX(FIND(","&ROW(INDIRECT("1:999"))&",",","&D2&","),0))
Cell content '1,2,3,4,5,6,7,8,9,10,11,12,13,14,15'