Thanks Raj, But the length of the numbers need not be fixed always. Anyways
I have already got the formula which does this task,
=RIGHT("000000"&RIGHT(A1,LEN(A1)-MIN(FIND({0,1,2,3,4,5,6,7,8,9},A1&"0123456789"))+1),6)

If you can get me the same task in MS Access it would be great.

Thanks again.

Cheers,
RM

On Thu, Aug 20, 2009 at 10:46 PM, rpal <rajeshpal2...@gmail.com> wrote:

>
> hi
>
> question is not v clear... coud u plz gv sm more dummy data and
> outcome results.
>
> do u want only the last 3 digits of the data record along with three
> preceding zeros? tht cud be done easily as:
>
> =right(a1,3) and cell formatting customized as 000000.
>
>
> Pal.
> rajeshpal2...@gmail.com
>
>
>
> On Aug 14, 4:26 pm, Ravi Megharaj <ravi.megha...@gmail.com> wrote:
> > Hi,
> > On the similar logic, can you please get me the formula for:
> >
> > ABC Company 345
> >
> > The final result must be 000345
> >
> > The company name is not required, but the number along with the name must
> be
> > the output with 6 characters.
> >
> > Thank you,
> >
> > Ravi Megharaj
> >
> > On Tue, Aug 11, 2009 at 7:56 PM, Chechu <cecic...@hotmail.com> wrote:
> >
> > > Hi,
> >
> > > If you will have a "." and space separating the supplier name, you can
> > > try: =RIGHT(A1,(LEN(A1)-FIND(CHAR(46),A1,1)-1)) where A1 is the cell
> > > with the supplier name.
> >
> > > Hope it helps!
> > > CC
> >
> > > On Aug 11, 3:43 am, Suhas <chet...@gmail.com> wrote:
> > > > Hi,
> >
> > > > We have a file which is downloaded from HTML page.
> >
> > > > The data looks like below
> >
> > > > A. Raman Industries
> > > > I.   Rajesh Industries
> > > > III. Manoj Polymers
> > > > Rakesh Printers
> >
> > > > Now i want to extract only the names of the suppliers, I dont want
> A.,
> > > > I. etc, Because i maintian another file which has correct supplier
> > > > names, I need to run a Vlookup, hence need to clean the downlaoded
> > > > file. Can anyone suggest me a best option how to achieve this.
> >
> > > > Regards
> > > > Chetan J
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
----------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 5,200 subscribers worldwide and receive many nice notes about the 
learning and support from the group. Our goal is to have 10,000 subscribers by 
the end of 2009. Let friends and co-workers know they can subscribe to group at 
http://groups.google.com/group/excel-macros/subscribe
-~----------~----~----~----~------~----~------~--~---

Reply via email to