ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   reduce # of charachters in same cell (https://www.excelbanter.com/excel-worksheet-functions/22848-reduce-charachters-same-cell.html)

mortym

reduce # of charachters in same cell
 
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

Barb R.

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.

"mortym" wrote:

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



All times are GMT +1. The time now is 06:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com