【如何使用 Google 試算表】
步驟 1:建立試算表
- 前往 sheets.google.com 開啟試算表主畫面。
- 在左上角的「開始建立新試算表」之下,按一下「新增」圖示
即可建立並開啟新的試算表。
步驟 2:編輯試算表並設定格式
在試算表中新增及編輯文字、數值或公式,也可以設定這些項目的格式。
步驟 3:與他人共用及協同合作
與他人共用檔案和資料夾,授予共用對象檢視、編輯或註解的權限。
【Google 試算表函式清單】
《COUNT》
COUNT(value1, [value2, ...])
值_1
計算個數時要列入計算的第一個值或範圍。值_2
- [ OPTIONAL ] - Additional 計算個數時要列入計算的其他值或範圍。
《COUNTIF》
COUNTIF(range, criterion)
範圍
系統會對這個範圍測試是否符合「條件」。條件
.條件
要套用到「範圍」的模式或測試。範圍
.- IF
範圍
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). - IF
範圍
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》
COUNTIFS(criteria_range1, criterion1, [criteria_range2, criterion2, ...])
criteria_range1
- 核對criterion1
的範圍。criterion1
- 要套用到criteria_range1
的模式或測試。criteria_range2, criterion2...
- [選填] - 其他可核對的範圍和標準 (可重複)。
《FIND》
FIND(搜尋目標, 搜尋文字, [起始位置])
搜尋目標
- 要在搜尋文字
中尋找的字串。搜尋文字
- 系統會在這段文字中尋找搜尋目標
第一次出現的位置。起始位置
- [選填 - 預設為1
] - 要在搜尋文字
中開始搜尋的字元。
《ISERROR》
ISERROR(值)
值
- 要驗證是否為錯誤類型的值。ISERROR
returnsTRUE
IF值
is any error, including#DIV/0!
,無法使用
,已命名:
,= null) {
,#NUM!
,#VALUE!
以及裁判:
.
《IF》
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
orFALSE
.是_true_的值
- The value the function returns if邏輯運算式
isTRUE
.是_false_的值
- [ OPTIONAL - blank by default ] - The value the function returns if邏輯運算式
isFALSE
.
《ARRAYFORMULA》
ARRAYFORMULA(陣列公式)
陣列公式
- 陣列公式可以是陣列或數學運算式 (包含一或多個大小相同的儲存格範圍),也可以是傳回多個儲存格結果的函式。- 【心得】
- 這次電腦課讓我學到了如何製作GOOGLE表單,並且將GOOGLE表單和GOOGLE試算表以及Blogger做結合。除了學會如何將這些工具結合在一起使用,透過這幾次課堂的重複練習製作,也讓我對於這些工具的使用技巧更為熟練。將這些工具結合在一起使用實在是很方便,做完的時候也很有成就感,這學期的電腦課真的讓我獲益良多。
沒有留言:
張貼留言