Character limit on CSV files in excel?

C

ChrisB

I have my column D which isnt allowing me to have more than a certain
amount of characters...is there a way to alter this and allow a maximum
or unlimited amount ?
 
D

Dave Peterson

Each cell can contain 32k characters. But not all of them will be visible in
the cell.

If you use =len(c1), you'll see how many characters are there.
 
Top