Re: $$Excel-Macros$$ URGENT Request

2010-05-12 Thread anand shivappa
Hi Azhar, You can use LEN(the cell address) function. Thanks and Regards, Anand S On Wed, May 12, 2010 at 3:03 PM, Azhar Rai wrote: > Hi Members > > I have an excel sheet with huge text data and at the beginning of each cell > text string there are names (mostly single names) I want to coun

Re: $$Excel-Macros$$ Re: Extract Right Word in Line

2010-05-12 Thread anand shivappa
t; > > On Thu, May 6, 2010 at 6:15 PM, anand shivappa > wrote: > > Please help out. I got struct here. > > > > > > > > On Thu, May 6, 2010 at 5:45 PM, anand shivappa > > > wrote: > >> > >> Hi Everyone, > >> > >> I

Re: $$Excel-Macros$$ Re: Extract Right Word in Line

2010-05-10 Thread anand shivappa
have '~' character in them if they > have then change this character in formula with one which is absent in > your text. > > Thanks & Regards > Sandeep > > > On Fri, May 7, 2010 at 3:36 PM, anand shivappa > wrote: > > I am fine buddy. > >

Re: $$Excel-Macros$$ Re: Extract Right Word in Line

2010-05-07 Thread anand shivappa
If (Mid(Str, i, 1)) <> " " Then >>> NumStr1 = Mid(Str, i, 1) & NumStr1 >>> >>> Else >>> Exit For >>> >>> End If >>> Next i >>> exright = NumStr1 >>> End Function

Re: $$Excel-Macros$$ Re: Extract Right Word in Line

2010-05-07 Thread anand shivappa
(Mid(Str, i, 1)) <> " " Then > NumStr1 = Mid(Str, i, 1) & NumStr1 > > Else > Exit For > > End If > Next i > exright = NumStr1 > End Function > > > > > On Thu, May 6, 2010 at 6:15 PM, anand shivappa > wrot

$$Excel-Macros$$ Re: Extract Right Word in Line

2010-05-06 Thread anand shivappa
Please help out. I got struct here. On Thu, May 6, 2010 at 5:45 PM, anand shivappa wrote: > Hi Everyone, > > I need to extract a rightmost word in a line through excel functions. > > Like USA Street is having no 10. I need to extract the last word like 10. > > Please help

$$Excel-Macros$$ Extract Right Word in Line

2010-05-06 Thread anand shivappa
Hi Everyone, I need to extract a rightmost word in a line through excel functions. Like USA Street is having no 10. I need to extract the last word like 10. Please help me out. Thanks and Regards, Anand S -- When everything fails Patience will win -- -

Re: $$Excel-Macros$$ Importing Text file

2010-04-05 Thread anand shivappa
Import the text file to Access. Then based on the criteria, Import the records to Excel. thanks and Regards, Anand On Mon, Apr 5, 2010 at 2:37 PM, Mahesh wrote: > Dear All, > > Need ur advise... > > I got around 20 text files in a day,which had 13 to 15 columns separated by > "|" this sign.