Hi

I need to know how can i determine the maximum number of characters in a group of cells. For example

Column A

2.2
411
5.555
6

If i use Len(Max(a1:a4)) it will return 411. But I would like the function to return 5, which corresponds to 5.555.
Is there a built in function for this?

Thanks