This error has an easy solution. The cause of this error is that the column width is not wide enough to display everything entered into the cell. To fix this error, simply double click on the right edge of the column which will automatically expand the column width to the correct size to allow for everything within the cell to be displayed. Does anyone else know of a common error in Excel? > 1. ###### error.a. The column is not wide enough to display all the characters in a cell.b. Extend the width of the column.2. # Div/0! error.a. Excel displays this error when a number is divided either by zero (0) or an empty cell.b. Change the divider to a value that is not equal to 0.3. #Name? error.a. The text in a formula is not recognized by Excel.b. This is caused by misspelling of function names.c. For instance =su(A1:A7) will result in the #Name? error.d. Correct the error by entering =sum(A1:A7).4. #Value! error.a. This error will be displayed if the formula includes cells that contain different data types.b. = B1(85) + B2(75) +B3(data) will result in the #Value! error message.c. Replace B3(data) with a numeric value and the error will be corrected.5. #REF! errora. The error will be displayed when a cell reference is not valid. Deleting cells that were referred by other formulas will cause this error.b. Refer the cells to the correct ranges and the error will be corrected.6. #NUM! error.a.