我正在努力创建一个有条件的' If' excel中的公式。如果一个单元格包含值WhiteBall.png,我希望它旁边的单元格填充" win" (或"失去"如果没有。
我不能让公式起作用。我使用的是Excel 2011 for Mac。请看下面。谢谢你的帮助。
int main (){
int test[10][10] = =IF(E4=WhiteBall.png,”Win”,”Lose”)
;
int integer = (int) test[0];
return 0;
}
我也试过这个公式:
=IF(E4="WhiteBall.png",”Win”,”Lose”)