PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel New Users
formula for cell
Forums
Newsgroups
Microsoft Excel
Microsoft Excel New Users
formula for cell
![]() |
formula for cell |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
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 |
|
|
|
#2 |
|
Guest
Posts: n/a
|
=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 |
|
|
|
#3 |
|
Guest
Posts: n/a
|
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 > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
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 > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
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. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

