Forum Discussion
Sameer_Kuppanath_Sultan
Mar 10, 2020Brass Contributor
Could not Convert numbers in text to Numbers
hi All Please find the attached sheet in which the numbers are mentioned in text could not be converted to Numbers. I have tried following methods. 1. Trim 2. Value Method 3. Error Checking M...
- Mar 10, 2020
You data is having a special character, to handle this scenario use the below formula
=VALUE(SUBSTITUTE(C3,CHAR(CODE(C3)),""))
You can also check link for more details explanation : https://youtu.be/dgUu24eUzWw
Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert
If you find the above solution resolved your query don't forget mark as Official Answer.
Mar 10, 2020
You data is having a special character, to handle this scenario use the below formula
=VALUE(SUBSTITUTE(C3,CHAR(CODE(C3)),""))
You can also check link for more details explanation : https://youtu.be/dgUu24eUzWw
Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert
If you find the above solution resolved your query don't forget mark as Official Answer.
- Sameer_Kuppanath_SultanMar 10, 2020Brass Contributor
You are a magicianExcelExciting