PC Review Forums Newsgroups Microsoft Excel Microsoft Excel New Users formula for cell

Reply

formula for cell

 
Thread Tools Rate Thread
Old 07-08-2006, 10:23 PM   #1
Pete.Cornejo@gmail.com
Guest
 
Posts: n/a
Default formula for cell


I have many cells with descriptive text, does anyone know of a formula
where I can take for instance a cell with 500 characters and take only
the first 30 and paste it in to a new cell.

I have used a formula thanks to Gary
=left(a1,len(a1)/2

which has worked for other uses I have--now I need to extract only the
first 30 characters of a description and I have thousands of cells in
my description column..Please Help

  Reply With Quote
Old 07-08-2006, 10:37 PM   #2
Dave Peterson
Guest
 
Posts: n/a
Default Re: formula for cell

=left(a1,30)



Pete.Cornejo@gmail.com wrote:
>
> I have many cells with descriptive text, does anyone know of a formula
> where I can take for instance a cell with 500 characters and take only
> the first 30 and paste it in to a new cell.
>
> I have used a formula thanks to Gary
> =left(a1,len(a1)/2
>
> which has worked for other uses I have--now I need to extract only the
> first 30 characters of a description and I have thousands of cells in
> my description column..Please Help


--

Dave Peterson
  Reply With Quote
Old 08-08-2006, 12:24 AM   #3
Bill Ridgeway
Guest
 
Posts: n/a
Default Re: formula for cell

The formula
=left(a1,30)
will take the 30 left most characters from cell A1.

Regards.

Bill Ridgeway
Computer Solutions

<Pete.Cornejo@gmail.com> wrote in message
news:1154982187.333123.188850@i42g2000cwa.googlegroups.com...
>I have many cells with descriptive text, does anyone know of a formula
> where I can take for instance a cell with 500 characters and take only
> the first 30 and paste it in to a new cell.
>
> I have used a formula thanks to Gary
> =left(a1,len(a1)/2
>
> which has worked for other uses I have--now I need to extract only the
> first 30 characters of a description and I have thousands of cells in
> my description column..Please Help
>



  Reply With Quote
Old 08-08-2006, 10:37 PM   #4
Pete.Cornejo@gmail.com
Guest
 
Posts: n/a
Default Re: formula for cell

Thank You Bill, thats great!
Bill Ridgeway wrote:
> The formula
> =left(a1,30)
> will take the 30 left most characters from cell A1.
>
> Regards.
>
> Bill Ridgeway
> Computer Solutions
>
> <Pete.Cornejo@gmail.com> wrote in message
> news:1154982187.333123.188850@i42g2000cwa.googlegroups.com...
> >I have many cells with descriptive text, does anyone know of a formula
> > where I can take for instance a cell with 500 characters and take only
> > the first 30 and paste it in to a new cell.
> >
> > I have used a formula thanks to Gary
> > =left(a1,len(a1)/2
> >
> > which has worked for other uses I have--now I need to extract only the
> > first 30 characters of a description and I have thousands of cells in
> > my description column..Please Help
> >


  Reply With Quote
Old 09-08-2006, 12:27 AM   #5
David McRitchie
Guest
 
Posts: n/a
Default Re: formula for cell

Excel HELP would have worked
LEFT Worksheet Function

try it now, as things are usually easier to find when you know
the answer, and it would help you find answers the next time.


<Pete.Cornejo@gmail.com> wrote
> Thank You Bill, thats great!
> Bill Ridgeway wrote:
> > The formula
> > =left(a1,30)
> > will take the 30 left most characters from cell A1.




  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off