PC Review


Reply
Thread Tools Rate Thread

formula for cell

 
 
Pete.Cornejo@gmail.com
Guest
Posts: n/a
 
      7th Aug 2006
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
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      7th Aug 2006
=left(a1,30)



(E-Mail Removed) 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
 
Bill Ridgeway
Guest
Posts: n/a
 
      8th Aug 2006
The formula
=left(a1,30)
will take the 30 left most characters from cell A1.

Regards.

Bill Ridgeway
Computer Solutions

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>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
 
Pete.Cornejo@gmail.com
Guest
Posts: n/a
 
      8th Aug 2006
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
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> >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
 
David McRitchie
Guest
Posts: n/a
 
      9th Aug 2006
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.


<(E-Mail Removed)> 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

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
Subtract cell formula from existing cell formula transferxxx@gmail.com Microsoft Excel Programming 2 12th Dec 2006 01:03 PM
How to place a cell formula after the formula result in the cell? Dmitriy Kopnichev Microsoft Excel Worksheet Functions 8 28th Nov 2003 01:22 PM
How to place a cell formula after the formula result in the cell? Dmitriy Kopnichev Microsoft Excel Discussion 10 28th Nov 2003 01:22 PM
Question: Cell formula or macro to write result of one cell to another cell Frederik Romanov Microsoft Excel Misc 1 8th Jul 2003 04:03 PM
Question: Cell formula or macro to write result of one cell to another cell Frederik Romanov Microsoft Excel Programming 1 8th Jul 2003 04:03 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:41 PM.