Re: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-31 Thread David Byrne
Singh > > Sent via BlackBerry Wireless > > On Wed, Mar 31, 2010 at 7:52 AM, Dave Bonallack > wrote: > > > > >  Hi Harmet, > > MUCH shorter than mine! Very good. > > Does need to be entered with Ctrl+Shift+Enter > > Regards - Dave. > > > -----

Re: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-31 Thread Harmeet Singh
red with Ctrl+Shift+Enter > Regards - Dave. > > -- > From: harmeet.hew...@gmail.com > Date: Wed, 31 Mar 2010 05:56:49 +0530 > Subject: Re: $$Excel-Macros$$ Please help In seperating alphabets and > numbers from a cell > > To: excel-macros@goo

RE: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-30 Thread Dave Bonallack
Hi Harmet, MUCH shorter than mine! Very good. Does need to be entered with Ctrl+Shift+Enter Regards - Dave. From: harmeet.hew...@gmail.com Date: Wed, 31 Mar 2010 05:56:49 +0530 Subject: Re: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell To: excel-macros

Re: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-30 Thread Harmeet Singh
*found one more method.* *PFA file* Thanks & Regards, Harmeet Singh Sent via BlackBerry Wireless On Wed, Mar 31, 2010 at 5:29 AM, Dave Bonallack wrote: > Hi, > I've thought about it some more and have come up with a rediculously long > formula that does the job. > > > =MID(MID(A1,MIN(SEA

RE: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-30 Thread Dave Bonallack
Hi, I've thought about it some more and have come up with a rediculously long formula that does the job. =MID(MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),100),1,MIN(SEARCH({"a","b","c","d","e","f","g","h","I","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z"},

RE: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-30 Thread Dave Bonallack
Hi, I can only get you part of the way at the moment. The following formula removes all leading non-numeric characters. ie: jdsdnc2123asdd will become 2123asdd =MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),100) (assuming jdsdnc2123asdd is in A1) See if someone else can help

Re: $$Excel-Macros$$ Please help In seperating alphabets and numbers from a cell

2010-03-30 Thread rf1234 rf1234
Hello Dear, Following Is the attached macro for your problem. Hope it will Help Happy To help :) Shyam On Tue, Mar 30, 2010 at 1:55 PM, Abhidha Dixit wrote: > Dear All > > I am seeking for the reply of one queryy > how to seperate alphats and no. > eg: jdsdnc2123asdd > iofruif687