【雲端硬碟應用】
﹝優點﹞
●超大規模
●高通用性
●高可靠性
●高擴充性
●低成本
﹝缺點﹞
●需要網路
●隱私問題
﹝用途﹞
●儲存各種檔案
●隨時隨地檢視檔案
●共用檔案和資料夾
●隨時隨地檢視檔案
●共用檔案和資料夾
﹝生活應用實例﹞
●照片分享
●搜尋技巧
●形勢力管理
●照片分享
●搜尋技巧
●形勢力管理
COUNT(value1, [value2, ...])值_1 計算個數時要列入計算的第一個值或範圍。值_2 - [ OPTIONAL ] - Additional 計算個數時要列入計算的其他值或範圍。範圍 系統會對這個範圍測試是否符合「條件」。 條件 .條件 要套用到「範圍」的模式或測試。 範圍 . 範圍 contains text to check against, 條件 must be a string. 條件 can contain wildcards including ? to match any single character or * to match zero or more contiguous characters. To match an actual question mark or asterisk, prefix the character with the tilde (~) character (i.e. ~?和~*). A string criterion must be enclosed in quotation marks. Each cell in 範圍 is then checked against 條件 for equality (or match, if wildcards are used). 範圍 contains numbers to check against, 條件 may be either a string or a number. If a number is provided, each cell in 範圍 is checked for equality with 條件 . 如果您不想這麼做... 條件 may be a string containing a number (which also checks for equality), or a number prefixed with any of the following operators: =, >, >=, <, or <=, which check whether the range cell is equal to, greater than, greater than or equal to, less than, or less than or equal to the criterion value, respectively.COUNTIFS(criteria_range1, criterion1, [criteria_range2, criterion2, ...])criteria_range1 - 核對 criterion1 的範圍。criterion1 - 要套用到 criteria_range1 的模式或測試。criteria_range2, criterion2... - [選填] - 其他可核對的範圍和標準 (可重複)。FIND(搜尋目標, 搜尋文字, [起始位置])搜尋目標 - 要在搜尋文字中尋找的字串。搜尋文字 - 系統會在這段文字中尋找搜尋目標第一次出現的位置。起始位置 - [選填 - 預設為 1 ] - 要在搜尋文字中開始搜尋的字元。ISERROR(值)值 - 要驗證是否為錯誤類型的值。ISERRORreturns TRUE IF值 is any error, including #DIV/0!, 無法使用, 已命名:,= null) { , #NUM!, #VALUE!以及裁判:.IF(logical_expression, value_if_true, value_if_false)邏輯運算式 - An expression or reference to a cell containing an expression that represents some logical value, 亦即,TRUE or FALSE.是_true_的值 - The value the function returns if 邏輯運算式 is TRUE .是_false_的值 - [ OPTIONAL - blank by default ] - The value the function returns if 邏輯運算式 is FALSE.ARRAYFORMULA(陣列公式)陣列公式 - 陣列公式可以是陣列或數學運算式 (包含一或多個大小相同的儲存格範圍),也可以是傳回多個儲存格結果的函式。