五大計算函數:sum 求和, average 求平均, max 求最大, min 求最
小 count 求個數
微博:小黑課堂計算機二級
條件判斷函數:if 注意多層嵌套的使用典型(題目真題 7)
排名函數: rank 請注意絳對引用問題
條件計算函數:sumif 單條件求和,sumifs 多條件求和,countif 單條件求個
數,countifs 多條件求個數。
日期函數:date、 today 、datedif、year、month、day、 weekday
數值函數:mod求餘數,int求整,round四捨五入函數,roundup、rounddown、
large、small
文本函數:Left、 Right、 Mid、Len、Text、&
查詢函數:vlookup,lookup
數組函數是一大難點,注意運行數組函數的快捷鍵是 ctrl+shift+enter(典型
題目真題 16)