Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JN
 
Posts: n/a
Default Convert text to column

Hi,

I have 4000 rows of data that start with "01Exxx.00" and tried using the
"convert text to column" function to get rid of digits after the period.
However, it all turned into "1E+123.. 1E+233".

What can I do to make the numbers show "01E123" without the ".00"? Thanks.


  #2   Report Post  
N Harkawat
 
Posts: n/a
Default

=LEFT(A1,SEARCH(".",A1)-1)

"JN" wrote in message
...
Hi,

I have 4000 rows of data that start with "01Exxx.00" and tried using the
"convert text to column" function to get rid of digits after the period.
However, it all turned into "1E+123.. 1E+233".

What can I do to make the numbers show "01E123" without the ".00"? Thanks.




  #3   Report Post  
Bob Umlas
 
Posts: n/a
Default

=LEFT(A1,FIND(".",A1)-1)
then fill down.

"JN" wrote in message
...
Hi,

I have 4000 rows of data that start with "01Exxx.00" and tried using the
"convert text to column" function to get rid of digits after the period.
However, it all turned into "1E+123.. 1E+233".

What can I do to make the numbers show "01E123" without the ".00"? Thanks.




  #4   Report Post  
JN
 
Posts: n/a
Default

Thanks!! What do the LEFT and Find functions do here? Also, can I apply this
formula for any number text with "E" in it?

"Bob Umlas" wrote:

=LEFT(A1,FIND(".",A1)-1)
then fill down.

"JN" wrote in message
...
Hi,

I have 4000 rows of data that start with "01Exxx.00" and tried using the
"convert text to column" function to get rid of digits after the period.
However, it all turned into "1E+123.. 1E+233".

What can I do to make the numbers show "01E123" without the ".00"? Thanks.





  #5   Report Post  
JN
 
Posts: n/a
Default

Thanks. What is the different for this "Search" function from "find"?

"N Harkawat" wrote:

=LEFT(A1,SEARCH(".",A1)-1)

"JN" wrote in message
...
Hi,

I have 4000 rows of data that start with "01Exxx.00" and tried using the
"convert text to column" function to get rid of digits after the period.
However, it all turned into "1E+123.. 1E+233".

What can I do to make the numbers show "01E123" without the ".00"? Thanks.





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert numbers from text format to number format merlin68 Excel Discussion (Misc queries) 7 June 20th 07 07:03 PM
Changing column size w/o losing text Carrie New Users to Excel 3 April 13th 05 08:53 PM
how do i convert a row of data into a column in another excel wor. MrSkoot99 Excel Worksheet Functions 1 March 20th 05 03:55 AM
How do you convert numbers as "text" to values for a long column . geoexcel Excel Discussion (Misc queries) 2 February 27th 05 04:31 PM
Is there a formula to convert numbers to written text in Excel? LZC Excel Worksheet Functions 3 November 27th 04 08:10 PM


All times are GMT +1. The time now is 09:14 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"