Looks like at some point the function got added twice to the function instance map, once as null, later as the implementation.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1783038 13f79535-47bb-0310-9956-
ffa450edef68
r(m, "BIN2OCT", null);
r(m, "COMPLEX", Complex.instance);
r(m, "CONVERT", null);
- r(m, "COUNTIFS", null);
+ r(m, "COUNTIFS", Countifs.instance);
r(m, "COUPDAYBS", null);
r(m, "COUPDAYS", null);
r(m, "COUPDAYSNC", null);
r(m, "YIELD", null);
r(m, "YIELDDISC", null);
r(m, "YIELDMAT", null);
- r(m, "COUNTIFS", Countifs.instance);
return m;
}