Say if I had a cell which contained:

35.328, 32.086, 33.326, 34.479, 34.268, 33.953, 32.497, 31.37, 30.963, 29.252, 29.152, 28.655
(all in one cell)
and the cells do not always necessarily have exactly this amount of numbers in them, but up to a maximum of 24 different numbers.

How would I be able to return the largest number in each cell??

Thanks for any help!