[]
        
(Showing Draft Content)

Insert Function Dialog

The Insert Function dialog can be used to insert the proper formula and arguments for your requirements.

Spread WinForms displays the Insert Function dialog for searching categories and selecting a worksheet function with its description.

The Insert Function dialog helps the user to:

  • Search for a function.

  • Select a function from the function category which in displayed in alphabetical order.

  • View the function syntax.

Call Insert Function Dialog

Let's say, you want to add the values in cell A2 and A3, and insert the sum of these values in A4. To open the Insert Function dialog and use the SUM function in cell A4, follow the steps below:

  1. Select the cell in which you want to insert the function, here cell A4.

    Spread WinForms shows cell A4 selected as the destination for a formula inserted through the Insert Function dialog.

  2. Navigate to the Insert Function option in the Functions Library group from the Formulas tab of the Spread ribbon.

    Spread WinForms highlights the Insert Function command in the Formulas ribbon for adding a function to the selected cell.

  3. Click Insert Function option, and add the function using the Insert Function dialog. Select the SUM function and click OK to view the Function Arguments dialog. Use this dialog to add arguments in function.

    Spread WinForms displays the SUM selection in Insert Function and the Function Arguments dialog for entering referenced values.

  4. Click OK to close the Function Arguments dialog, and view the final result in cell A4:

    Spread WinForms shows the calculated SUM formula result in cell A4 after completing the Function Arguments dialog.

Using Table Totals formula

You can also invoke the Insert Function dialog while using More Function option in Totals formula in a table:

Spread WinForms opens the Insert Function workflow from the More Functions option for a table totals formula.

Keyboard Shortcut

The keyboard shortcut for Insert Function dialog is Shift + F3.

!type=note

Note: To use keyboard shortcut, set the ExcelCompatibleKeyboardShortcuts to True from the Properties window in the Spread designer.