You are here: Features > Integrity Errors > A table cell has a R/RC/RR/RCR/RCTOTAL/RRTOTAL calculation out of range

A table cell has a R/RC/RR/RCR/RCTOTAL/RRTOTAL calculation out of range

Warns that a table cell with a calculation containing a relative column calculation is referencing a column that is not valid. For example, if a table has only two columns, A and B, then a calculation in a cell in column A that references RC(3) would be invalid since there is no column three columns to the right of column A in the table. Likewise, the calculation RCTOTAL (-1, 1) would also be invalid since there are no columns to the left of column A.

This diagnostic checks table cells for the following functions: R, RC, RR, RCR, RCTOTAL, and RRTOTAL.

To correct this problem:

Locate the cell with the RC calculation and either delete the calculation or modify it to refer to a relationship within the table. For example, in the example discussed above, change the calculation RC(3) to RC(2) to reference an actual table column.

Related Topics