Kaydet (Commit) cc036a9b authored tarafından Eike Rathke's avatar Eike Rathke

AVERAGEIFS with FUNCFLAG_PARAMPAIRS

Change-Id: I51fa0259df84327db7dd07ae9ed5b109d40b6660
üst 98a4e4f2
......@@ -715,7 +715,7 @@ static const FunctionData saFuncTableOox[] =
{ 0, "COUNTIFS", 481, NOID, 2, MX, V, { RO, VR }, FUNCFLAG_PARAMPAIRS },
{ 0, "SUMIFS", 482, NOID, 3, MX, V, { RO, RO, VR }, FUNCFLAG_PARAMPAIRS },
{ 0, "AVERAGEIF", 483, NOID, 2, 3, V, { RO, VR, RO }, 0 },
{ 0, "AVERAGEIFS", 484, NOID, 3, MX, V, { RO, RO, VR }, 0 }
{ 0, "AVERAGEIFS", 484, NOID, 3, MX, V, { RO, RO, VR }, FUNCFLAG_PARAMPAIRS }
};
/** Functions defined by OpenFormula, but not supported by Calc or by Excel. */
......
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