![]() |
How do I convert numbers stored as text with spaces to numbers
I imported data into excel but the format for the numbers is in the form of
text with spaces eg 1000000 entered as 1 000 000, 00. execl cannot read the numbers and I would like to convert. |
Hi!
Use a helper cell: A1 = 1 000 000, 00 B1 = Formula: =--SUBSTITUTE(SUBSTITUTE(A1," ",""),",",".") Removes the spaces and converts the comma to a decimal point. Biff "Baffuor" wrote in message ... I imported data into excel but the format for the numbers is in the form of text with spaces eg 1000000 entered as 1 000 000, 00. execl cannot read the numbers and I would like to convert. |
All times are GMT +1. The time now is 07:03 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com