Which is displayed when the column is not wide enough to accommodate the data?

##### | #NAME? | #VALUE! | #DIV/0! | #REF! | #N/A | #NUM! | #NULL! | #SPILL!

This chapter teaches you how to deal with some common formula errors in Excel. Let's start simple.

#####

When your cell contains this error code, the column isn't wide enough to display the value.

Which is displayed when the column is not wide enough to accommodate the data?

1. Click on the right border of the column A header and increase the column width.

Which is displayed when the column is not wide enough to accommodate the data?

Tip: double click the right border of the column A header to automatically fit the widest entry in column A.

#NAME?

The #NAME? error occurs when Excel does not recognize text in a formula.

Which is displayed when the column is not wide enough to accommodate the data?

1. Simply correct SU to SUM.

Which is displayed when the column is not wide enough to accommodate the data?

#VALUE!

Excel displays the #VALUE! error when a formula has the wrong type of argument.

Which is displayed when the column is not wide enough to accommodate the data?

1a. Change the value of cell A3 to a number.
1b. Use a function to ignore cells that contain text.

Which is displayed when the column is not wide enough to accommodate the data?

#DIV/0!

Excel displays the #DIV/0! error when a formula tries to divide a number by 0 or an empty cell.

Which is displayed when the column is not wide enough to accommodate the data?

1a. Change the value of cell A2 to a value that is not equal to 0.
1b. Prevent the error from being displayed by using the logical function IF.

Which is displayed when the column is not wide enough to accommodate the data?

Explanation: if cell A2 equals 0, an empty string ("") is displayed. If not, the result of the formula A1/A2 is displayed.

#REF!

Excel displays the #REF! error when a formula refers to a cell that is not valid.

1. Cell C1 references cell A1 and cell B1.

Which is displayed when the column is not wide enough to accommodate the data?

2. Delete column B. To achieve this, right click the column B header and click Delete.

Which is displayed when the column is not wide enough to accommodate the data?

3. Select cell B1. The reference to cell B1 is not valid anymore.

Which is displayed when the column is not wide enough to accommodate the data?

4. To fix this error, you can either delete +#REF! in the formula of cell B1 or you can undo your action by pressing CTRL + z

#N/A

The #N/A error appears when the VLOOKUP function (or XLOOKUP, MATCH, etc.) can't find a match.

1. In the example below, ID 28 cannot be found.

Which is displayed when the column is not wide enough to accommodate the data?

2. Use the IFNA function to replace the #N/A error with a friendly message.

Which is displayed when the column is not wide enough to accommodate the data?

#NUM!

Excel shows the #NUM! error when a formula contains invalid numeric values.

1. For example, the SQRT function below cannot calculate the square root of a negative number.

Which is displayed when the column is not wide enough to accommodate the data?

2. Change the number in cell A1 to a positive number.

Which is displayed when the column is not wide enough to accommodate the data?

#NULL!

The intersect operator (single space) returns the intersection of two ranges. When two ranges don't intersect, Excel displays the #NULL! error.

1. The formula below returns #NULL! because the two ranges don't intersect.

Which is displayed when the column is not wide enough to accommodate the data?

2. The formula below doesn't return the #NULL error.

Which is displayed when the column is not wide enough to accommodate the data?

Note: =SUM(F2:G2) produces the exact same result!

#SPILL!

If something is blocking a spill range, Excel displays the #SPILL! error.

Which is displayed when the column is not wide enough to accommodate the data?

1. Simply empty cell C6 to fix the #SPILL error.

Which is displayed when the column is not wide enough to accommodate the data?

Note: this dynamic array function, entered into cell C1, fills multiple cells. Wow! This behavior in Excel 365/2021 is called spilling.

What is displayed when the column is not wide enough to accommodate the data?

Microsoft Excel might show ##### in cells when a column isn't wide enough to show all of the cell contents. Formulas that return dates and times as negative values can also show as #####.

What displays when columns are not wide enough to display values?

If your spreadsheet displays asterisks or pound signs in a cell instead of data, this is usually because the column is not wide enough to display the value you've entered.

Which error notification is shown when the column is not wide enough to display the number *?

Error #1: “Hastag, ERROR”!!! Excel is trying to let you know that your column is too skinny and can't display the values in their entirety.

Which of the following error we get in Excel when the column is not wide enough to display the value?

The correct answer is #####. If Microsoft Excel displays ##### in a cell after you apply number formatting to it, the cell probably isn't wide enough to display the data. To expand the column width, double-click the right boundary of the column that contains the cells with the ##### error.