reduce # of charachters in same cell

G

Guest

Spreadsheet with cells containing >255 charachters. Is there a way to create
something to look at all cells in a column and keep the first 250 in the same
cell?


thanks
 
G

Guest

You can use the LEFT function to get that
Use something like this:

=LEFT(A1,250)

where A1 is the cell identifier and 250 is the number of characters to read.
There may be a limitation on the # of characters in a cell, but I'm not
sure what it is.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top