#1   Report Post  
Posted to microsoft.public.excel.setup
dk dk is offline
external usenet poster
 
Posts: 129
Default Split ASCII

Is there any way to split cells of a complete column by ASCII/numeric
ex:dav123
Shall be split at dav 123
there may be identical number of characters in a cell or different
please reply ASAP
Thank You
  #2   Report Post  
Posted to microsoft.public.excel.setup
external usenet poster
 
Posts: 11,058
Default Split ASCII

Say A1 contains:
dav123

In C1:
=MID(LEFT(A1,FIND(",",A1&",")-1),MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"0123456789") ),255) displays 123

In B1:
=LEFT(A1,LEN(A1)-LEN(C1)) displays dav
--
Gary''s Student - gsnu200815 gsnuxx


"dk" wrote:

Is there any way to split cells of a complete column by ASCII/numeric
ex:dav123
Shall be split at dav 123
there may be identical number of characters in a cell or different
please reply ASAP
Thank You

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
CSV to ASCII Quco Excel Discussion (Misc queries) 5 April 4th 23 10:30 AM
Split cell ascii dk New Users to Excel 2 November 12th 08 04:16 PM
How do I remove split a split window? Norm New Users to Excel 3 July 19th 08 10:31 PM
Ascii in a cell Mr Doggo Excel Discussion (Misc queries) 4 September 3rd 06 12:16 AM
ASCII files ...please help riggi Excel Discussion (Misc queries) 5 June 27th 06 04:25 AM


All times are GMT +1. The time now is 07:20 PM.

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"