Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have dimension in a cell that look like this 11x22x33. I need to separate that into 3 cells and lose the "x"s. I am able to do a separation, but as a result I have 11x | 22x | 33. How can I get rid of the letters? My data is in cell A3, and I'm using the following formulas in cells B3, C3 and D3: =LEFT(A3, SEARCH("x",A3,1)) =MID(A3,SEARCH("x",A3,1)+1,SEARCH("x",A3,SEARCH("x ",A3,1)+1)-SEARCH("x",A3,1)) =RIGHT(A3,LEN(A3)-SEARCH("x",A3,SEARCH("x",A3,1)+1)) Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Specify shape dimensions | Excel Discussion (Misc queries) | |||
Convert dimensions | Excel Discussion (Misc queries) | |||
Frequency on two dimensions | Excel Worksheet Functions | |||
frequency in two dimensions? | Excel Worksheet Functions | |||
Three Dimensions? | New Users to Excel |