1樓:米少卿
a列時間,b列次數
b2=if(a2<2,0.5,if(a2<6,1,if(a2<9,1.5,if(a2<12,2,(2+a2-12)/3*0.5))))
2樓:漂哥
在b1輸入:
=if(a1<2,0.5,if(and(a1>=2,a1<6,1,if(and(a1>=6,a1<9,1.5,if(and(a1>=9,a1<12,2,if(a1>=12,2+(a1-12)/3*0.
5)))))
公式下拉
3樓:匿名使用者
=if(a1<2,0.5,if(and(a1>=2,a1<6,1,if(and(a1>=6,a1<9,1.5,if(and(a1>=9,a1<12,2,if(a1>=12,2+(a1-12)/3*0.
5))))) 或=if(a1<2,0.5,if(and(a1>=2,a1<6,1,if(and(a1>=6,a1<9,1.5,if(and(a1>=9,a1<12,2,2+(a1-12)/3*0.
5))))
4樓:匿名使用者
=if(a1<2,0.5,if(a1<6,1,if(a1<9,1.5,if(a1<12,2,2+(a1-12)/3*0.5))))
如果(h-12)/3要四捨五入,需要在將(a1-12)/3改為:round((a1-12)/3,0)
5樓:牛飛陽
假設時間在a1
=if(or(a1=0,a1=""),"",if(a1>12,round(2+(a1-12)/3*0.5,1),lookup(a1,,)))
6樓:匿名使用者
=if(a1<2,0.5,if(a1<6,1,if(a1<9,1.5,if(a1<12,2,2+roundup((a1-12)/3,0)*0.5))))
7樓:懶羊羊
=if(c7>=12,2+(c7-12)/3*0.5,lookup(c7,,))
c7為h所在單元格。
8樓:匿名使用者
a列時間,b列次數
b2=if(a2<2,0.5,if(a2<6,1,if(a2<9,1.5,if(a2<12,2,(2+a2-12)/3*0.5))))
a列時間,b列次數
b2=if(a2<2,0.5,if(a2<6,1,if(a2<9,1.5,if(a2<12,2,2+(a2-12)/3*0.5))))
一個括號位置錯了。。
十分感謝!!
求excel達人幫我寫個if函式
設 x 在 a2 單元格內 則公式 為 if and a2 0,a2 10 0,if and a2 10,a2 20 a2 2,if and a2 20,a2 30 a2 2 10,if and a2 30,a2 40 a2 2 25,if and a2 40,a2 50 3 a2,4 a2 10 ...
excel函式,求大神解決
判斷在質數列輸入 1,質數 在合數列輸入 1,合數 以上公式都是陣列公式,要按ctrl shift enter結束輸入。然後下拉填充 如果只是判斷某個單元格是什麼數可以用以下公式 if and d2 1,合數 質數 非質非合 按ctrl shift enter結束輸入 陣列公式 把問題作為內容 郵件...
求excel函式匹配寫法,求Excel函式匹配寫法
在b表的 e2 輸入 vlookup a2,a表資料庫 a 2 c 11,3,a 2 c 11 是表示你所能匹配的區域,加了 符號是讓這個公式下拉不會把這區域改變 如果b列才是編號,那公式應為 vlookup a2,a表資料庫 b 2 c 11,2,如果d列才是名稱的話,a列是編號 vlookup ...