Converting numbers from a Bank Statement to "real" numbers

Mark McInerney

Active Member
Joined
Apr 4, 2012
Messages
266
Office Version
  1. 365
Platform
  1. Windows
Hi All,

I have copied and pasted numbers from an online bank statement.

They appear as numbers and I have formatted them as numbers but I can't do any calculations on them. They won't sum?

Is there a way to convert the numbers to "real" numbers, so as I can work with them???

Any help appreciated - Thanks - Mark.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Hi Mark,

Use the VALUE function to convert the text numbers to a value i.e. =VALUE(A2) will convert a string (text) number that is in A2 to its value. You can then copy and paste these as values back to their original location if need be.

HTH

Robert
 
Upvote 0
Hi Robert,

Thanks For reply.

I get a #VALUE! when I tried this. The same when I multiply it by 1???

V Strange....
 
Upvote 0
Hi Neil,

Thanks for you help. I am getting #VALUE! when i tried the =value(a2), and when I multiply it by 1?
 
Upvote 0
You may have trailing or leading spaces in the cell, or non-printable characters. You probably need to use TRIM or CLEAN, and then multiply by 1.
 
Upvote 0
Hi Neil.

Looks like you have it! How do i take the 2 leading blank values away??? Can I use the Left( ) function???
 
Upvote 0
You can use LEFT but it would be easier to use TRIM or CLEAN (or even both, with one nested inside the other) in a helper column.
 
Upvote 0

Forum statistics

Threads
1,215,443
Messages
6,124,890
Members
449,194
Latest member
JayEggleton

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top