Re: $$Excel-Macros$$ Extracting Numbers from the Text

2010-01-27 Thread santosh bahuguna
s.com [mailto: > excel-mac...@googlegroups.com] *On Behalf Of *Paul Schreiner > *Sent:* 21 December 2009 23:55 > > *To:* excel-macros@googlegroups.com > *Subject:* Re: $$Excel-Macros$$ Extracting Numbers from the Text > > > > Selva, > > I couldn't find a simple

RE: $$Excel-Macros$$ Extracting Numbers from the Text

2009-12-22 Thread selva jayapal
:* excel-macros@googlegroups.com *Subject:* Re: $$Excel-Macros$$ Extracting Numbers from the Text Selva, I couldn't find a simple way to "find" the numbers using standard Excel functions, so I created a function called Get_Number() It will extract only the numbers from the string.

Re: $$Excel-Macros$$ Extracting Numbers from the Text

2009-12-21 Thread nayag...@gmail.com
>     For I = 1 To Len(Str) > >         If (IsNumeric(Mid(Str, I, 1))) Then > >             NumStr = NumStr & Mid(Str, I, 1) > >         End If > >     Next I > >     Get_Number = NumStr > > End Function > > > paul > > >  -- >

Re: $$Excel-Macros$$ Extracting Numbers from the Text

2009-12-21 Thread Paul Schreiner
21, 2009 11:56:32 AM Subject: $$Excel-Macros$$ Extracting Numbers from the Text Dear All Excel Gurus,   This is my first mail to this group. I have read many mails from this group which is of great useful to me.   Currently I am finding a problem in extracting the employee no from the scrambled da

$$Excel-Macros$$ Extracting Numbers from the Text

2009-12-21 Thread selva jayapal
Dear All Excel Gurus, This is my first mail to this group. I have read many mails from this group which is of great useful to me. Currently I am finding a problem in extracting the employee no from the scrambled data. (Attached reference file) What I need is I want to extract out only the