I have a column that has entries that look like this:


10, 13.27
100, 113.13
140, 13.76
4, 151.81

I'm looking for help removing everything from the comma on back. The result of these examples would look like:

13.27
113.13
13.76
151.81

Is there a formula to do this?

Thanks!