Kaydet (Commit) 0b9b6685 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Enable group calculation on SUMIFS.

Change-Id: I0c02204d08c73668b2564360486f843e5e7b69d0
üst ad9dce70
...@@ -1338,6 +1338,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r ) ...@@ -1338,6 +1338,7 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
case ocMax: case ocMax:
case ocMaxA: case ocMaxA:
case ocSum: case ocSum:
case ocSumIfs:
case ocSumProduct: case ocSumProduct:
case ocCount: case ocCount:
case ocCount2: case ocCount2:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment