Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default split the content of cell

how do we split the content of one cell into two cells
example :

6'X3' = 6 and 3

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,646
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default 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

  #4   Report Post  
Senior Member
 
Location: Hyderabad
Posts: 237
Thumbs up

Quote:
Originally Posted by cosmic View Post
how do we split the content of one cell into two cells
example :

6'X3' = 6 and 3
are all the cells looks with above mentioned format? can you give with more examples. we can define right formulae based on examples.

all the best
__________________
Thanks
Bala
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
Split cell content PK Excel Discussion (Misc queries) 3 March 5th 10 08:36 PM
Excel 2003 - Split Content of Cell w/Text Separator (Return) DeeW Excel Worksheet Functions 3 April 3rd 08 12:11 AM
How to split Cell content into two resulting cells [email protected] Excel Worksheet Functions 1 October 23rd 06 12:30 PM
Split One Work book into several based on content Rich Excel Worksheet Functions 2 May 21st 06 06:24 PM
Split cell values based on content mel Excel Worksheet Functions 4 March 30th 05 04:03 PM


All times are GMT +1. The time now is 07:56 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"