Thread: Copy Left Word
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alectrical Alectrical is offline
external usenet poster
 
Posts: 62
Default Copy Left Word

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