diff --git a/tests/cell/spreadsheet-calculation/FormulaTests.js b/tests/cell/spreadsheet-calculation/FormulaTests.js index 4edaa25a4a..b4d20a8cad 100644 --- a/tests/cell/spreadsheet-calculation/FormulaTests.js +++ b/tests/cell/spreadsheet-calculation/FormulaTests.js @@ -19361,6 +19361,8 @@ $(function () { assert.strictEqual(array.getElementRowCol(0,1).getValue(), 1, "Result of COUNTIF(A311:A314,A311:A314)[0,1]"); assert.strictEqual(array.getElementRowCol(0,2).getValue(), 1, "Result of COUNTIF(A311:A314,A311:A314)[0,2]"); + // TODO Tables + // Negative Cases: // Case #1: Error, Number. Handle reference error in range oParser = new parserFormula("COUNTIF(#REF!, 1)", "C2", ws);