PC Review


Reply
Thread Tools Rate Thread

Copy Left Word

 
 
Alectrical
Guest
Posts: n/a
 
      3rd Jul 2008
Hi

I have a column that contains cells with tag numbers and description, I need
to extract the tag number and place this two cells to the right, ie I need to
copy the left most string within a cell.

Thanks
Alec
 
Reply With Quote
 
 
 
 
Chiccada
Guest
Posts: n/a
 
      3rd Jul 2008
If the tag number is a constant number of characters.

=LEFT(cell,"number of characters you want to show")

Regards,

Rikki

"Alectrical" wrote:

> Hi
>
> I have a column that contains cells with tag numbers and description, I need
> to extract the tag number and place this two cells to the right, ie I need to
> copy the left most string within a cell.
>
> Thanks
> Alec

 
Reply With Quote
 
Alectrical
Guest
Posts: n/a
 
      3rd Jul 2008
Thanks for your prompt reply, unfortunately, the number of characters can
vary between 2 and 6.

"Chiccada" wrote:

> If the tag number is a constant number of characters.
>
> =LEFT(cell,"number of characters you want to show")
>
> Regards,
>
> Rikki
>
> "Alectrical" wrote:
>
> > Hi
> >
> > I have a column that contains cells with tag numbers and description, I need
> > to extract the tag number and place this two cells to the right, ie I need to
> > copy the left most string within a cell.
> >
> > Thanks
> > Alec

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      3rd Jul 2008
Try this:

=LEFT(A1,FIND(" ",A1)-1)

Finds where the first space is and then extracts the characters to the
left of that.

Hope this helps.

Pete

On Jul 3, 11:23*am, Alectrical <Alectri...@discussions.microsoft.com>
wrote:
> Thanks for your prompt reply, unfortunately, the number of characters can
> vary between 2 and 6.
>
>
>
> "Chiccada" wrote:
> > If the tag number is a constant number of characters.

>
> > =LEFT(cell,"number of characters you want to show")

>
> > Regards,

>
> > Rikki

>
> > "Alectrical" wrote:

>
> > > Hi

>
> > > I have a column that contains cells with tag numbers and description,I need
> > > to extract the tag number and place this two cells to the right, ie Ineed to
> > > copy the left most string within a cell.

>
> > > Thanks
> > > Alec- Hide quoted text -

>
> - Show quoted text -


 
Reply With Quote
 
Ron Rosenfeld
Guest
Posts: n/a
 
      3rd Jul 2008
On Thu, 3 Jul 2008 03:00:02 -0700, Alectrical
<(E-Mail Removed)> wrote:

>Hi
>
>I have a column that contains cells with tag numbers and description, I need
>to extract the tag number and place this two cells to the right, ie I need to
>copy the left most string within a cell.
>
>Thanks
>Alec


Since you give no examples of your data, is it safe to assume that the first
<space> in your string separates the tag number from the description?

If so, you can use a formula, in the 2nd cell to the right, similar to:

=left(cell_ref,find(" ",cell_ref)-1)

IF not, you will need to provide more information.
--ron
 
Reply With Quote
 
Alectrical
Guest
Posts: n/a
 
      3rd Jul 2008
Thanks Pete



"Pete_UK" wrote:

> Try this:
>
> =LEFT(A1,FIND(" ",A1)-1)
>
> Finds where the first space is and then extracts the characters to the
> left of that.
>
> Hope this helps.
>
> Pete
>
> On Jul 3, 11:23 am, Alectrical <Alectri...@discussions.microsoft.com>
> wrote:
> > Thanks for your prompt reply, unfortunately, the number of characters can
> > vary between 2 and 6.
> >
> >
> >
> > "Chiccada" wrote:
> > > If the tag number is a constant number of characters.

> >
> > > =LEFT(cell,"number of characters you want to show")

> >
> > > Regards,

> >
> > > Rikki

> >
> > > "Alectrical" wrote:

> >
> > > > Hi

> >
> > > > I have a column that contains cells with tag numbers and description, I need
> > > > to extract the tag number and place this two cells to the right, ie I need to
> > > > copy the left most string within a cell.

> >
> > > > Thanks
> > > > Alec- Hide quoted text -

> >
> > - Show quoted text -

>
>

 
Reply With Quote
 
Alectrical
Guest
Posts: n/a
 
      3rd Jul 2008
Thanks Ron

"Ron Rosenfeld" wrote:

> On Thu, 3 Jul 2008 03:00:02 -0700, Alectrical
> <(E-Mail Removed)> wrote:
>
> >Hi
> >
> >I have a column that contains cells with tag numbers and description, I need
> >to extract the tag number and place this two cells to the right, ie I need to
> >copy the left most string within a cell.
> >
> >Thanks
> >Alec

>
> Since you give no examples of your data, is it safe to assume that the first
> <space> in your string separates the tag number from the description?
>
> If so, you can use a formula, in the 2nd cell to the right, similar to:
>
> =left(cell_ref,find(" ",cell_ref)-1)
>
> IF not, you will need to provide more information.
> --ron
>

 
Reply With Quote
 
Pete_UK
Guest
Posts: n/a
 
      3rd Jul 2008
You're welcome.

Pete

On Jul 3, 3:52*pm, Alectrical <Alectri...@discussions.microsoft.com>
wrote:
> Thanks Pete
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy cell to the left mike_vr Microsoft Excel Misc 1 11th Mar 2009 05:48 PM
Copy down 1 column to the left Peruanos72 Microsoft Excel Programming 3 12th Feb 2009 04:36 PM
When I copy Word to Outlook it cuts off left margin =?Utf-8?B?TWlrZSBELg==?= Microsoft Outlook Discussion 1 18th May 2005 09:39 AM
Left select whole left word =?Utf-8?B?UE1L?= Microsoft Access 2 5th Mar 2005 06:44 PM
Shortcut key to copy to left =?Utf-8?B?SWNlY2hpcHM=?= Microsoft Excel Worksheet Functions 2 7th Oct 2004 06:32 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:24 AM.