Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

STL - Formerly Best Training Solutions Through Learning
TrustPilot
Excellent
Request Callback We will call you back
0207 987 3777 Call for assistance
Your Basket Basket is empty
excel vba courses - excel formating

Forum home » Delegate support and help forum » Microsoft Excel Training and help » excel vba courses - Excel 2003. Formating Columns

excel vba courses - Excel 2003. Formating Columns

ResolvedVersion Standard

Maria has attended:
Excel Intermediate course

Excel 2003. Formating Columns

I had a problem transferring data from another source, excel wasn't recognising that some numbers were numbers and therefore it didn't sort them in numerical order.

Help please!

RE: Excel 2003. Formating Columns

Dear Maria

Thank you for attending Excel Intermediate Course.

Following function should be able to resolve the problem.

Normally when you copy and paste "numbers from the internet they are copied with extra spaces or non-breaking spaces [Char(160)] attached.

Following should help to resolve the problem:

Please insert a blank new column to the right hand side of the column you want to convert and type the following function to one cell.

=SUM(TRIM(SUBSTITUTE(cell,CHAR(160),"")))

Please note that cell in the above formula should be replaced with the appropriate cell that contains the number you want to convert.

If this posting has helped in answering your query then I would request you to mark the posting as Resolved. If, however, it hasn

Excel tip:

Add a € to your cells

If you need to add a € symbol to your Excel sheet - hold down the key Alt Gr and 4.

Alt Gr is located on the right side of the space bar.

View all Excel hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.1 secs.