我无法理解IF声明。我想做的是:
在Excel中我使用的是这个公式:
=IFERROR(IF(A1+1<=$B$1,A1+1,""),"")
在Google电子表格中,我使用与上面相同的公式
=IFERROR(IF(A1+1<=$B$1,A1+1,""), "")
但结果却不同。如何在Google电子表格和Excel中获得相同的结果?
答案 0 :(得分:3)
constructor(props) {
super(props);
this.state = {
from: 'a',
to: 'b',
};
this.previousClick = this.previousClick.bind(this);
}
previousClick() {
var currDate = '1';
let toDate = '2';
console.log(currDate, toDate);
this.setState = ({
from: this.currDate,
to: this.toDate,
});
console.log(this.state);
}
这是GoogleSheets复制与Excel相同的结果。
结果的差异是因为表格将空白视为零。