• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Convert text to number

Serene

Member
Hi everyone,


I have imported some data from Access. However, I discovered some text field needs to be converted to numbers. How can I do this in the easiest way?


Thanks in advance

Serene
 
Hi Serene,


Try this:


=ABS(A1)


or


=INT(A1)*1


and drag it down to apply to the entire ranges.


Where A1 is your data (stored as text).


Regards,

Kaushik
 
Type 1 into a spare cell then copy the cell

Select the Column with suspect numbers

Paste Special,

Select Values & Multiply

Apply
 
Back
Top