The Help keyword on this is LIMIT.
What you are observing is the column width. The actual limits are:
- Length of cell contents (text) -- 32,767 characters
- Only 1,024 display in a cell; all 32,767 display in the formula bar.
- Column width -- 255 characters
It would appear that you need to format the cell to 'wrap text'. That should open up the 1024 character display.
- If this proposed solution has resolved your issue(s), please return and mark it as
Answered for others to consider.