AVERAGEIFS with FUNCFLAG_PARAMPAIRS

Change-Id: I51fa0259df84327db7dd07ae9ed5b109d40b6660
This commit is contained in:
Eike Rathke 2012-12-15 22:05:06 +01:00
parent 98a4e4f2ad
commit cc036a9b11

View file

@ -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. */