inserting a space in a number

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi

have 15 digit numbers downloaded off scanner but need to insert a space
between 3rd and 4th digits.

3000 to do so how can i do it with function or formula

ie. 982123456789876 should be 982 123456789876

thanks
 
hi

assuming that your number (obviously formatted as text) is in A1,in

A2: =replace(A1,1,3,982&" ")

-via135
 
"start_number" & "number of characters to be replaced" respectively!!!

-via135
 
I think you can do it by selecting

DATA
Text to columns
Fixed width

this will help only if its allways the 4th number in the cel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top