回覆列表
-
1 # hppmt4875
-
2 # 影片好笑
使用if巢狀語句,公式如下:=if(B2>=10, 1, if(5<B2<10, 0.8, if(5<=B2,0,3, "NA")))返回“NA”表示這個數值不存在。
excel自帶的if函式解釋:IF function in Excel SYNTAX : IF(Something is True, then do this, otherwise do this)Example: =IF(A1 EXPLANATION : If the value in A1 is less than the value in B1, the value "OK" is returned, otherwise return a 0.
在EXCEl的資料有效性中可以設定表格內數值必須大於0,否則提示輸入錯誤。具體操作請參照以下步驟。
1、在電腦上開啟一個excel文件,選中要設定輸入數值規則的表格。
4、在設定介面的有效性條件中依次輸入允許“整數”、資料“大於”、最小值“0”。
6、完成以上設定後,如果輸入值錯誤,就會提示提示“輸入錯誤!”。