Re: $$Excel-Macros$$ extracting numbers

2016-05-06 Thread GENIUS
Hi Abhi thanks for you help, in view of your formula i've tried to extract the one you left by putting the following formula =MID(A4,FIND("iap",A4)+3,1) once again thank you very much for your help -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW

Re: $$Excel-Macros$$ extracting numbers

2016-05-05 Thread Upendra Singh Sengar
Have not seen the workbook but you can modify the formula as below to extract everything after "_POV_" =MID(A1,FIND("_POV_",A1)+5,Len(A1)-FIND("_POV_",A1)+5) Thanks, Upendra Singh +91-9910227325 On Thu, May 5, 2016 at 11:43 AM, Abhishek Jain wrote: > In all but one of your examples, the number

Re: $$Excel-Macros$$ extracting numbers

2016-05-04 Thread Abhishek Jain
In all but one of your examples, the number you want to extract appears right after the text "_POV_" for which you can use the following formula - =MID(A1,FIND("_POV_",A1)+5,1) It will extract ONE character AFTER the text _POV_ HTH On Thu, May 5, 2016 at 11:24 AM, Izhar wrote: > LOOK AT THE

$$Excel-Macros$$ extracting numbers

2016-05-04 Thread Izhar
LOOK AT THE QUESTION IN WORKBOOK THANKS IN ADVANCE -- Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s =TIME(2,DO:IT,N:OW) ! Join official Facebook page of this forum @ https://www.facebook.com/discussexcel FORUM RULES 1) Use concise, accurate thread titles. Poor thre

Re: $$Excel-Macros$$ Extracting numbers from a string

2010-04-26 Thread Vikas Chouhan
hi, thanx dear On Mon, Apr 26, 2010 at 10:56 AM, Ahmedhonest wrote: > Dear Team, > > Felt happy to see with your suggestions and thanks a lot i got what i was > looking for. > > A Special one is to *Mr. Vikas Chauhan *appreciate you help and support > the formula was great it solved exactly what

Re: $$Excel-Macros$$ Extracting numbers from a string

2010-04-26 Thread Ahmedhonest
Dear Team, Felt happy to see with your suggestions and thanks a lot i got what i was looking for. A Special one is to *Mr. Vikas Chauhan *appreciate you help and support the formula was great it solved exactly what i was looking for, once again thanks to all who suggested me. Regards Ahmed Bawaz

Re: $$Excel-Macros$$ Extracting numbers from a string

2010-04-25 Thread Aindril De
Hi, There are two methods.. one using formula.. and another using macros Please check... http://office.microsoft.com/en-us/excel/HA011549011033.aspx - For Formula http://www.ozgrid.com/VBA/ExtractNum.htm - For Macro Please let me know if you need any further help.. Regards, Aindril On Sun, Apr 25,

Re: $$Excel-Macros$$ Extracting numbers from a string

2010-04-25 Thread Vikas Chouhan
Hi, Dear Just Chk this formula *=MID(A1,MIN(SEARCH({0,1,2,3,4,5,6,7,8,9},A1&"0123456789")),100)* On Sun, Apr 25, 2010 at 7:46 PM, Ahmedhonest wrote: > Dear Team, > > Pleasure seeing and Tons of thanks serving the members with your valuable > suggestions and ideas. > > My query is that how to e

$$Excel-Macros$$ Extracting numbers from a string

2010-04-25 Thread Ahmedhonest
Dear Team, Pleasure seeing and Tons of thanks serving the members with your valuable suggestions and ideas. My query is that how to extract numbers from a given string, please revert with examples. Appreciate your suggestions in advance -- Ahmed Bawazir -- ---

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