Re: $$Excel-Macros$$ Simple formula required

2013-07-10 Thread ashish koul
=TRIM(RIGHT(D3,LEN(D3)-FIND(")",D3))) Regards Ashish Koul On Wed, Jul 10, 2013 at 4:20 PM, Prafull Jadhav wrote: > Dear Amar, > > find the same with easy...by using mid function. > Regards > Prafull > > > On Wed, Jul 10, 2013 at 3:51 PM, Anil Kumar wrote: > >> >>

Re: $$Excel-Macros$$ Simple formula required

2013-07-10 Thread Prafull Jadhav
Dear Amar, find the same with easy...by using mid function. Regards Prafull On Wed, Jul 10, 2013 at 3:51 PM, Anil Kumar wrote: > > -- > *From:* amar takale > *To:* excel-macros@googlegroups.com > *Sent:* Tuesday, 4 September 2012 2:01 PM > *Subject:* $$Excel-Macr

Re: $$Excel-Macros$$ Simple formula required

2013-07-10 Thread Anil Kumar
From: amar takale To: excel-macros@googlegroups.com Sent: Tuesday, 4 September 2012 2:01 PM Subject: $$Excel-Macros$$ Simple formula required -- Join official facebook page of this forum @ https://www.facebook.com/discussexcel   FORUM RULES (1120+ memb

Re: $$Excel-Macros$$ Simple formula required

2012-09-04 Thread Ms-Exl-Learner .
Or =IF(ISERR(FIND(")",D3)),"",TRIM(MID(D3,FIND(")",D3)+1,255))) <><><><><><> *Ms.Exl.Learner* <><><><><><> --- On Tue, Sep 4, 2012 at 2:01 PM, amar takale wrote: > > -- > Join official facebook page of this forum @ > https://www.facebook.com/discussexcel > > FORUM RULES (1120+ members alrea

RE: $$Excel-Macros$$ Simple formula required

2012-09-04 Thread Rajan_Verma
=TRIM(RIGHT(SUBSTITUTE(D3," ",REPT(" ",LEN(D3)),1),LEN(D3))) Regards Rajan verma +91 7838100659 [IM-Gtalk] From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com] On Behalf Of amar takale Sent: 04 September 2012 2:01 To: excel-macros@googlegroups.com Subject: $$Ex

Re: $$Excel-Macros$$ Simple formula required

2012-09-04 Thread amar takale
Hi Amresh, Formula is ok.But other word file is fantastic.Amazing amresh Thanks very much On Tue, Sep 4, 2012 at 2:28 PM, Amresh Maurya wrote: > find the attached solution - 1 > > solution - 2 you can use this formula > > =TRIM(SUBSTITUTE(D4,LEFTB(D4,FIND(")",D4,1)),"")) > > find the attached s