AVERAGEIFS with FUNCFLAG_PARAMPAIRS
Change-Id: I51fa0259df84327db7dd07ae9ed5b109d40b6660
This commit is contained in:
parent
98a4e4f2ad
commit
cc036a9b11
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue