Hi CAAT,
Your Numbers are text with white space in between Char Code 160. Try below formula in C2 and copy down.
=--SUBSTITUTE(B2,CHAR(160),"")
This will convert the text to numbers and than you can do calculation over them.
One Question: Have you copies these numbers from some website or some other source?
Regards,