=SUMPRODUCT((X3=1)*(AC3=1)*(AH3=1)*(AO3))
2024-05-16
luohao
0 条评论
=CONCATENATE(RIGHT(YEAR(TODAY()),2),IF(LEN(WEEKNUM(TODAY(),2))=1,"0",""),WEEKNUM(TODAY(),2))
2024-05-11
luohao
0 条评论
// 计算字符串公式的值比如 1*50 计算结果为 50
function GetEval() {
this.name = 'geteval';
this.maxArgs = 1;
this.minArgs = 1;
}
GetEval.prototype ...
2024-01-19
luohao
0 条评论
Forguncy.PageBuilder.hidePageLoadingCover = function() {
console.log("隐藏加载");
var n;
(n = Forguncy.PageBuilder === null || Forguncy....
2024-01-19
luohao
0 条评论
var param = this.CommandParam;
var targetCellFormula = param.ScanCode;
var cellLocation = this.getCellLocation(targetCell...
2024-01-09
luohao
0 条评论