Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how do we split the content of one cell into two cells
example : 6'X3' = 6 and 3 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Left part:
=LOOKUP(6.022*10^23,--LEFT(A1,ROW(INDIRECT("1:"&LEN(A1))))) Right part: =LOOKUP(6.022*10^23,--RIGHT(SUBSTITUTE(A1,"'",""),ROW(INDIRECT("1:"&LEN( SUBSTITUTE(A1,"'","")))))) -- Regards! Stefi €˛cosmic€¯ ezt Ć*rta: how do we split the content of one cell into two cells example : 6'X3' = 6 and 3 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try
=--SUBSTITUTE(LEFT(A1,SEARCH("X",A1)-1),"'",) =--SUBSTITUTE(MID(A1,SEARCH("X",A1)+1,10),"'",) -- Jacob (MVP - Excel) "cosmic" wrote: how do we split the content of one cell into two cells example : 6'X3' = 6 and 3 |
#4
![]() |
|||
|
|||
![]() Quote:
all the best
__________________
Thanks Bala |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Split cell content | Excel Discussion (Misc queries) | |||
Excel 2003 - Split Content of Cell w/Text Separator (Return) | Excel Worksheet Functions | |||
How to split Cell content into two resulting cells | Excel Worksheet Functions | |||
Split One Work book into several based on content | Excel Worksheet Functions | |||
Split cell values based on content | Excel Worksheet Functions |