Maximum characters per cell

pipemar

Board Regular
Joined
Nov 23, 2002
Messages
62
Hi,
I need to know the maximum characters i could use in a cell. :help: :help:

Thanks,
Pipemar :banghead:
 
Length of cell contents (text) 32,767 characters. Only 1,024 display in a cell; all 32,767 display in the formula bar.
 
Upvote 0
phantom1975 said:
Only 1,024 display in a cell
Did you test that?

Try this:

Enter the formula
="Z"&REPT(REPT("abcd ",50)&CHAR(10),29)&"Z"

If you just do that, the total viewable characters in the cell is about 1031.

If you align for wrapped text you can now see 7250 or so charcaters.

The effect of Alt+Enter allows for a much greater view of characters in a cell, when the zoom, column width and row height are adjusted.
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top