![]() |
split the content of cell
how do we split the content of one cell into two cells
example : 6'X3' = 6 and 3 |
split the content of cell
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 |
split the content of cell
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 |
Quote:
all the best |
All times are GMT +1. The time now is 12:38 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com