How Do I Stop 255 Character Limit in Excel (4 Ways)

Method 1 – Using CONCATENATE Function

Steps:

  • If we need to use a formula that involves a character length greater than 255, we will face a warning like the one shown below.
  • Because Excel put a restriction of 255 character lengths.
  • The warning box states that you need to use the CONCATENATE function or the Ampersand operator.
  • Click OK.

  • Separate the text into two separate parts, and we will add them together using the CONCATENATE function.
  • The key here is to separate the text into almost equal parts in cells C4 and in C5.

Using CONCATENATE Function to Stop 255 Character Limit in Excel

  • Select cell C7 and enter the following formula:

=CONCATENATE(C4,C5)

  • This will append both parts of the text altogether.

Using CONCATENATE Function to Stop 255 Character Limit in Excel

 


Method 2 – Using Ampersand Operator

Steps:

  • But if we tried to add text longer than 255 characters directly in the formula bar, then there would be an error.
  • And this error instructs us to opt for the CONCATENATE function or the & sign in between text.

  • We need to separate the texts into two different parts.
  • We will use the cell location of the texts to add them together.

Using Ampersand Operator to Stop 255 Character Limit in Excel

  • Select cell C7 and enter the following formula

=C4&C5

  • This formula will add the text in two cells altogether in cell C7.

  • Cell C7 now has the appended part of the text in cells C4 and C5.


Method 3 – Save Your Excel File as XLSX Format

XLSX files actually store data in compressed B format.  In an XLS file, data is stored as binary streams in a compound file. An XLSX file, on the other hand, is based on the Office Open XML format, which stores data in ZIP files that are made up of compressed XML files. If you unzip the.xlsx file, you can determine the structure and files underneath. The XLS file has some limitations compared to the XLSX version. XLS normally doesn’t have the capability of showing over 255 characters. XLSX does have the capability of showing strings having over 255 characters.

So, if your cell contains more than 255 characters and your Excel file format is XLS, try switching to XLSX. This may resolve the issue.


Method 4 – Modifying Registry Editor

Registry Editor is a visual operator that allows users to modify the configuration settings of various programs. Altering those settings can enable us to avoid the issue of the 255 character limit in Excel efficiently.

Steps:

  • Enter Registry Edit in the search box.

Modifying Registry Editor to Stop 255 Character Limit in Excel

Note

  • This problem is specifically designated for the user of Myssql data importer as the user of Myssql often finds their data to get truncated while importing. Also, this problem normally exists in the Excel version 2007-2013.
  • In the Registry Edit box, enter the following address.

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Jet\4.0\Engines\Excel

  • Press Enter to be take to the following location.
  • Double-click on the TypeGuessRows.

Modifying Registry Editor to Stop 255 Character Limit in Excel

Note

  • If your windows version on your computer is 32-bit, then you need to remove the WOW6432Node part in the address.
  • In the Edit DWORD (32-bit) Value box, select Decimal in the Base.
  • Put 0 in the Value data.
  • Click OK.

TypeGuessRows.


Download Practice Workbook


<< Go Back to Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Rubayed Razib Suprov
Rubayed Razib Suprov

Rubayed Razib, holding a BSC degree in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, serves as a devoted member of the ExcelDemy project. He has contributed significantly by authoring numerous articles and showcasing proficiency in VBA. Razib efficiently automates Excel challenges using VBA macros and actively participates in the ExcelDemy forum, providing valuable solutions for user interface challenges. Apart from creating Excel tutorials, he is interested in Data Analysis with MS Excel,... Read Full Bio

2 Comments
  1. i did the -4. Modifying Registry Editor-. the message can’t do more than 255 still comes up
    i have win 10 and rxcel 2021

    thank you

    • Reply Avatar photo
      Rubayed Razib Suprov Jul 24, 2023 at 1:09 PM

      Greetings Gin Got,
      Sorry for the issue that you are facing. Unfortunately, the issue of 255 characters in a single cell is a fundamental feature in the Excel environment. But on the other hand, the character limit in a formula is infinite. So I suggest you stick to this article’s first or second method.
      Now coming to the 4th method in which you are not getting so much success, is that this method is only for Users of Excel 2007-Excel 2013 in a very specific area. Users who are getting trouble importing data to the Myssql server are experiencing this issue of getting characters truncated in the cell. This 4th method is the solution for that reason. The article will now be updated with a note with this disclaimer. If you need further assistance then please feel free to contact us again, attaching necessary files is recommended.

      Thanks and Regads
      Rubayed Razib

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo