mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1898270 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c5944488b2
commit
eddcba952c
|
@ -51,6 +51,12 @@ import org.apache.poi.ss.formula.eval.ValueEval;
|
||||||
* A<b>n</b><sub>(<b>i</b>,<b>j</b>)</sub>
|
* A<b>n</b><sub>(<b>i</b>,<b>j</b>)</sub>
|
||||||
* )
|
* )
|
||||||
* )
|
* )
|
||||||
|
*
|
||||||
|
* <p>
|
||||||
|
* The current implementation does not support the more advanced use cases of SUMPRODUCT, including
|
||||||
|
* <code>SUMPRODUCT((B2:B9=B12)*(C2:C9=C12)*D2:D9)</code> (see example 3 in
|
||||||
|
* https://support.microsoft.com/en-us/office/sumproduct-function-16753e75-9f68-4874-94ac-4d2145a2fd2e).
|
||||||
|
* </p>
|
||||||
*/
|
*/
|
||||||
public final class Sumproduct implements Function {
|
public final class Sumproduct implements Function {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue