函式精靈

Opens the Function Wizard, which helps you to interactively create formulas. Before you start the Wizard, select a cell or a range of cells from the current sheet, in order to determine the position at which the formula will be inserted.

若要使用此指令...

Choose Insert - Function.

+F2

編輯列 中,按一下

Icon

函式精靈


評註圖示

您可以從 OASIS 網站下載完整的 ODFF (OpenDocument 格式公式) 規格。


[函式精靈] 有兩個標籤:[函式] 標籤用於建立公式,[結構] 標籤用於檢查公式結構。

標籤「函式」

Search

Search for a part of the function name.

分類

Lists all the categories to which the different functions are assigned. Select a category to view the appropriate functions in the list field below. Select "All" to view all functions in alphabetical order, irrespective of category. "Last Used" lists the functions you have most recently used.

You can browse the full List of Categories and Functions

函式

Displays the functions found under the selected category. Double-click to select a function. A single-click displays a short function description.

陣列

Specifies that the selected function is inserted into the selected cell range as an array formula. Array formulas operate on multiple cells. Each cell in the array contains the formula, not as a copy but as a common formula shared by all matrix cells.

[陣列] 選項等同於 +Shift+Enter 指令,可用於在工作表中輸入並確認公式。此公式會插入為陣列公式,以兩個大括號 { } 表示。

評註圖示

陣列範圍最多可以包含 128 x 128 個儲存格。


引數輸入欄位

連按兩下某個函式後,其引數輸入欄位會顯示在對話方塊的右側。若要將儲存格參照選取為引數,請直接按一下此儲存格,或按住滑鼠按鈕,在試算表上拖曳所需的儲存格範圍。您也可以在對話方塊的對應欄位中,直接輸入數值與其他值或參照。使用日期項目時,請務必使用正確的格式。按一下 [確定] 以將結果插入試算表中。

縮小/放大

按一下 [縮小] 圖示,使對話方塊縮小至輸入欄位的大小。這樣可以更方便地在試算表中標記所需的參照。而圖示自動轉換成 [放大] 圖示。按一下此圖示,對話方塊將復原到原來的大小。

當您在表格中按下滑鼠鍵並拖曳出一個區塊時,對話方塊便自動縮小。一旦您放開滑鼠鍵,對話方塊就會再度以最大畫面顯示,而您以滑鼠定義出的區塊參照會在文件中透過藍色邊框標明出來。

圖示

縮小

圖示

放大

單項計算結果

您在函式中輸入自變數後,便會開始執行計算。您可透過預覽功能得知,含所輸入自變數的函式計算是否可執行。若自變數導致錯誤發生,您會在此得到一個對應的錯誤碼

所需的引數會以粗體名稱表示。

f(x) (視選取的函式而定)

Allows you to access a subordinate level of the Function Wizard in order to nest another function within the function, instead of a value or reference.

引數/參數/儲存格參照 (視選取的函式而定)

The number of visible text fields depends on the function. Enter arguments either directly into the argument fields or by clicking a cell in the table.

結果

Displays the calculation result or an error message.

公式

Displays the created formula. Type your entries directly, or create the formula using the wizard.

返回

Moves the focus back through the formula components, marking them as it does so.

提示圖示

若要從數個函式構成的複雜公式中選取單個函式,請在公式視窗中按兩下該函式。


繼續

Moves forward through the formula components in the formula window. This button can also be used to assign functions to the formula. If you select a function and click the Next button, the selection appears in the formula window.

提示圖示

您也可以透過按兩下滑鼠套用「選取」視窗中的函式。


確定

Ends the Function Wizard, and transfers the formula to the selected cells.

取消

Closes the dialog without implementing the formula.

「結構」標籤

在此頁面上,您可以檢視此函式的結構。

評註圖示

如果在儲存格游標位於已包含函式的儲存格時啟動 [函式精靈],則會開啟 [結構] 標籤並顯示目前公式的組成。


結構

Displays a hierarchical representation of the current function. You can hide or show the arguments by a click on the plus or minus sign in front.

評註圖示

若自變數出現藍點,代表您的指定正確。紅點代表錯誤的資料類型。例如,若您將函式 SUM 當成自變數輸入文字中,這個自變數會以紅色標明,因為這個函式只能以數字型式出現。