Re: $$Excel-Macros$$ Values before "_"

2012-02-03 Thread Kris
Hi =LEFT(A2,FIND("_",A2&"_")-1) Kris -- FORUM RULES (986+ members already BANNED for violation) 1) Use concise, accurate thread titles. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will not get quick attention or may not be answe

Re: $$Excel-Macros$$ Values before "_"

2012-02-02 Thread NOORAIN ANSARI
Dear Saurabh, you can also use.. =IFERROR(LEFT(A2,SEARCH("_",A2,1)-1),A2) See the attached sheet. On Thu, Feb 2, 2012 at 3:59 PM, Saurabh Madhusudan Patel < saurabh.pa...@in.aegisglobal.com> wrote: > Hi, > > ** ** > > I have list with the values. I need only text which comes before “*_*”.

Re: $$Excel-Macros$$ Values before "_"

2012-02-02 Thread PrIyAnKa
Dear Saurabh Kindly find the attached file On Thu, Feb 2, 2012 at 3:59 PM, Saurabh Madhusudan Patel < saurabh.pa...@in.aegisglobal.com> wrote: > Hi, > > ** ** > > I have list with the values. I need only text which comes before “*_*”. > Please find attached herewith the file. I want the res

Re: $$Excel-Macros$$ Values before "_"

2012-02-02 Thread The Viper
see the attached =IF(ISERROR(LEFT(A2,FIND("_",A2)-1)),A2,LEFT(A2,FIND("_",A2)-1)) On Thu, Feb 2, 2012 at 3:59 PM, Saurabh Madhusudan Patel < saurabh.pa...@in.aegisglobal.com> wrote: > Hi, > > ** ** > > I have list with the values. I need only text which comes before “*_*”. > Please find a

$$Excel-Macros$$ Values before "_"

2012-02-02 Thread Saurabh Madhusudan Patel
Hi, I have list with the values. I need only text which comes before "_". Please find attached herewith the file. I want the result shown in the highlighted cell. Required formula with out doing text to column. Regards, Saurabh Patel DISCLAIMER:The information contained in this