1 / 30

1. 絕對值 (|x|)

1. 絕對值 (|x|). 2. 整數. 3. 去除尾數 ( 小數 ). 4. 餘數 (a%b). 餘數 remainder of 19/4. 5. 四捨五入. ROUND, ROUND UP , ROUND DOWN. 6. 平方根. Error. 7. 次方. 8. 隨機數. 9. 平方和 (a²+b²). 10. 總和 . 11. 排名次 =RANK( 數值 Num, 範圍 Ref, 次序 Order). 12. 平均分. Scores = B1:B5. 13. 數一數 COUNT ( 數字、日期 ).

kennedy-lee
Download Presentation

1. 絕對值 (|x|)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 1. 絕對值 (|x|) 2. 整數 3. 去除尾數(小數)

  2. 4. 餘數 (a%b) 餘數remainder of 19/4 5. 四捨五入 ROUND, ROUNDUP, ROUNDDOWN

  3. 6. 平方根 Error 7. 次方 8. 隨機數

  4. 9. 平方和 (a²+b²) 10. 總和 

  5. 11. 排名次 =RANK(數值Num,範圍Ref,次序Order) 12. 平均分 Scores = B1:B5

  6. 13. 數一數 COUNT (數字、日期) 14. 數一數 COUNTA (非空格,空格)

  7. 15. 數一數 (範圍,條件) 16. 如果..,則..,否則..

  8. 17. 加總B2:B5,如果A2:A5大於160000 18. 最大max、最小min

  9. 19. LOOKUP(目標數值,尋找範圍,回傳範圍) B2:B7 is unsorted

  10. 20 Lookup 21. HLOOKUP(目標數值,尋找範圍,回傳範圍,近似) default=FALSE

  11. 設Range = A4:C12

  12. 22. VLOOKUP(目標數值,尋找範圍,回傳範圍,近似) 設Range = A4:C12 23. 第n個最小 24. 第n個最大

  13. 25. 先乘,然後再加總 26. 日期、時間、小時、分鐘 (0.2 days = 4 hours 48 minutes)

  14. 27. 字符串String 28. 字符串長度 String length 29. 從左面取字串的部分 子字串sub–string

  15. 30. 從中間取字串的部分 =MID(字串,開始,字數) empty string 31. 從右面取字串的部分 32. 轉小寫、一般、大寫、去除多餘空白 去除多餘空白spaces

  16. case sensitive without wildcards 33. 找尋(目標,搜索範圍,開始位置) 34. MID+FIND

  17. 35. 比較字符串 36. 格式輸出 37. 字符串轉數值 =4 hrs 48 min

  18. non-case sensitive with wildcards 38. 找尋(目標,搜索範圍,開始位置) 39. 找尋(目標,搜索範圍,開始位置) 40. 選擇(n,選項1,選項2,…)

  19. 41. 邏輯表Truth table 42. 邏輯運算子Logical operators (1<10) and (2<10) (1>10) or (2<10) negation

  20. 43. 潤年測試Leap Year Test =OR(B1,AND(B2,B3)) 潤年二月 =OR(MOD(A1,400)=0, AND(MOD(A1,4)=0,MOD(A1,100)<>0)) 44. TRUE / FALSE

  21. =FREQUENCY(A$1:A$50,B2) 累積頻數 45. 統計資料

  22. 46. 上捨入CEILING(數值,準確至最接近的) 47. 下捨入FLOOR(數值,準確至最接近的)

  23. 48 49. LOG(number,base基數)

  24. 50. SUMIF (range範圍1,criteria條件,range範圍2)

  25. 51 "Acer" 52. TEXT 53. T 只顯示文字

  26. 54 55. SUBTOTAL(方法1-11,範圍)

  27. 56 57. INTERCEPT y-intercept (when x=0)

  28. 60. Custom Format: (自訂格式)

  29. 60. Custom Format: (自訂格式)

  30. 61. 自定清單Auto Fill

More Related