Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 147
Default How to seperate measurements 1.375 in (35 mm)

I have an excel table that has thousands of cells that are

"1.375 in (35 mm)" How can I seperate each measurement into a new cell?

e.g. "1.375" & "35"


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default How to seperate measurements 1.375 in (35 mm)

On Aug 22, 12:32 pm, "HotRod" wrote:
I have an excel table that has thousands of cells that are

"1.375 in (35 mm)" How can I seperate each measurement into a new cell?

e.g. "1.375" & "35"


Try inserting a column to the right of your column. Highlight the
initial and do a Find and replace (without quotes)
Find: "in ("
Replace with: "in|("
( | = **** + \ )
Then do a text to columns with | as the delimiter. That should take
care of it.

The threemain concepts are as follows:
1. Set up a destination column so you don't overwrite anything
2. Find the common thread between all the cells where you can separate
the cell contents. Replacing spaces with something else creates more
break ponts than you need.
3. Replace with a delimter (single character) that isn't used anywhere
in the range. I use | because it's rarely used. You can use any
thing you want, but you need to make sure it's not part of the data.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 791
Default How to seperate measurements 1.375 in (35 mm)

From the Data Menu, select Text to culumns and you can select Space as your
delimiter, watch out for the second step, this is where you decide whether
the result is a number or a text cell, you can also select your open
parenthesis as delimiter and then do a find and replace of your closing
parenthesis for nothing.
--
If this posting was helpful, please click on the Yes button.
Regards,

Michael Arch.




"HotRod" wrote:

I have an excel table that has thousands of cells that are

"1.375 in (35 mm)" How can I seperate each measurement into a new cell?

e.g. "1.375" & "35"



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 857
Default How to seperate measurements 1.375 in (35 mm)

Assuming the values are in one column,

1. Get rid of the open and close parentheses by doing a search and replace.
2. Your values should now look like this: 1.375 in 35 mm
3. At this point, you can select the entire column, then Data-Text to
Columns. Follow the instructions that show up. But basically, you'll want to
choose the "Delimited" option and choose space as the delimiter.


--
Hope that helps.

Vergel Adriano


"HotRod" wrote:

I have an excel table that has thousands of cells that are

"1.375 in (35 mm)" How can I seperate each measurement into a new cell?

e.g. "1.375" & "35"



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
add two cells from seperate work sheets into a cell on seperate wo lar Excel Worksheet Functions 6 April 27th 10 06:54 PM
How do I have seperate headers for seperate pages in 1 worksheet? JessicaDL Excel Discussion (Misc queries) 1 February 22nd 08 07:14 PM
How do I seperate a full name field out into three seperate columns? Rod Excel Worksheet Functions 3 October 31st 06 08:06 PM
seperate first 2 lines of column in seperate columns in same row Glynnhamer Excel Discussion (Misc queries) 2 October 9th 06 04:23 AM
How do I seperate data from a pivot into seperate worksheets? Shannon Excel Discussion (Misc queries) 5 August 25th 05 06:07 AM


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

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

About Us

"It's about Microsoft Excel"