Troubleshoot totals and calculated values

I get a message saying the results of the formula will be sent to the server

I get a syntax error

The cell displays the formula instead of the result

I get a message about pending changes when I edit a calculated column

I get a timeout or unanticipated error

I get an error indicating that the list structure has changed

I get an error indicating that I do not have permission to change calculated columns in the list

I cannot edit a formula because one or more other columns require values

I get an error indicating that one or more column references are not allowed

I get an error indicating that a column does not exist

When editing a calculated column, I cannot select the column I want

Cells in a calculated column display #NAME?

Cells in a calculated column display #CIRC!

Cells in a calculated column display #VALUE!

Cells in a calculated column display #NUM!

Cells in a calculated column display #DIV/0!

Cells in a calculated column display #NULL!

Cells in a calculated column display #N/A

I get a message saying the results of the formula will be sent to the server

You edited the formula, and the list is attempting to submit the new results to the server. Do one of the following:

 Top of Page

I get a syntax error

This could be because of one or more of the following reasons:

 Top of Page

The cell displays the formula instead of the result

Make sure the cell that contains the formula is part of a calculated column. If you enter a formula in a column other than a calculated column, such as a column of type single line of text, the list will treat the formula as a text string and display it as it is.

 Top of Page

I get a message about pending changes when I edit a calculated column

Any change to a calculated column results in a change to the list structure. You can make a structural change to a list only if there are no pending changes, conflicts, and errors. If the list encounters one of these in the list, you will prompted to wait until all changes are submitted to the server, and resolve any conflicts and errors, before you can add or edit a column.

 Top of Page

I get a timeout or unanticipated error.

Refresh the list, and repeat the change you made to the calculated column.

 Top of Page

I get an error indicating that the list structure has changed

Editing a calculated column results in a change to the list structure. If the list encounters a conflict between the change you made, and a structural change made by another user, you will prompted to refresh the list. Refreshing the list updates your view, but discards the changes you made to the calculated column. Try repeating your change.

 Top of Page

I get an error indicating that I do not have permission to change calculated columns in the list

Editing a calculated column results in a change to the list structure. If you do not have permissions to make changes to a list structure, you will not be able to edit calculated columns in the list.

 Top of Page

I cannot edit a formula because one or more other columns require values

The list must commit all of your changes before you can edit a formula. A row cannot be committed if one of its columns is set as a required column, but is left blank. Enter valid values in all the required columns and then trying editing a formula.

 Top of Page

I get an error indicating that one or more column references are not allowed

The formula includes a reference to a column whose data type does not support calculations. Edit the formula to remove references to unsupported columns.

 Top of Page

I get an error indicating that a column does not exist

You have specified a string as an operand, but the list could not find a column with a name that matches the string. Do one or more of the following:

 Top of Page

When editing a calculated column, I cannot select the column I want

After you type the equal sign (=) in a calculated column, you can paste a column reference simply by clicking the cell in that column that belongs to the current row. However, if the column is of a data type that does not support calculations, or you are attempting to select a cell in a different row or select more than one cell, the list will not paste the column reference in the formula.

 Top of Page

Cells in a calculated column display #NAME?

A column referenced in a formula does not exist anymore. Either add the column to the list, or edit the formula to remove the reference.

 Top of Page

Cells in a calculated column display #CIRC!

The error is caused by one or more circular references. A circular reference occurs in the following situations:

To remove a circular reference, do one or more of the following:

 Top of Page

Cells in a calculated column display #VALUE!

This error can occur in one of the following two situations:

Verify the data type of the operands and arguments.

 Top of Page

Cells in a calculated column display #NUM!

This error occurs when the formula includes invalid numeric values, such as:

 Top of Page

Cells in a calculated column display #DIV/0!

This error occurs when a number is divided by zero (0), such as:

 Top of Page

Cells in a calculated column display #NULL!

This error occurs when an argument or operand specified in a formula has a null value. If one element of a formula has a null value, the entire formula results in a null value. To avoid this error, make sure null values are replaced with zero (0). You might also want to change the setting of the referenced columns to Required, so that all rows have a non-null value.

 Top of Page

Cells in a calculated column display #N/A

This error occurs when a function is missing a value. Make sure you have specified all the required arguments to a function.

 Top of Page