Usage#

Understanding the Basics#

This video will guide you through the basics of using the Formula Builder, PivotTables, and creating charts.

For a step-by-step guide to using the add-in’s features, please see the documentation below.


Creating Formulas#

  1. Open Excel and create a new workbook or open an existing one.

    Create a new workbook in Excel
  2. Click on the Formulas tab in the ribbon menu at the top of the screen.

    Click on the "Formulas" tab in the ribbon menu
  3. Click on the Insert Functions button to open a dialog box.

    Click on the "Insert Function" button to open a dialog box
  4. In the Or select a category section, scroll down to find the “SMX” category.

    In the "Or select a category" section, scroll down to find the "SMX" category
  5. Select the function you want to use from the list of functions in the Select a function section, for example, SMX.Completions.

    Select the function you want to use from the list of functions
  6. Click OK to open the Function Arguments dialog box.

    Click "OK" to open the "Function Arguments" dialog box
  7. In the Function Arguments dialog box, you can see the name of the function and the arguments it takes.

    In the "Function Arguments" dialog box, you can see the name of the function and the arguments it takes
  8. Enter the values for the arguments you want to use in the Value column next to each argument. Multiple options are supported.

    Enter the values for the arguments you want to use in the **Value** column next to each argument

    To provide multiple values, separate values with a semicolon (“;”)…

    To provide multiple options, use a semicolon
  9. Click OK to close the Function Arguments dialog box and return to the worksheet.

    Click "OK" to close the "Function Arguments" dialog box and return to the worksheet
  10. The result of the function will appear in the cell where you entered the function formula.

    The result of the function

You can use this same process to enter the arguments for any of the SynMax add-in functions that require arguments. Using the Function Arguments feature in Excel can make it easier to enter complex formulas and ensure that you are entering the correct values for each argument.


Creating PivotTables#

  1. Select the data you want to display as a PivotTable. To select all rows and columns in the sheet, press ctrl + a.

    Select the data you want to display as a PivotTable
  2. Under the Insert menu in the ribbon menu, click on PivotTable.

    Under the Insert menu in the ribbon menu, click on PivotTable
  3. Click on OK to create a PivotTable with the default settings.

    Click on OK to create a PivotTable with the default settings
  4. Once you have created a PivotTable, you can use the PivotTable Fields pane to add and remove fields in Rows, Columns, Filters, and Values views.

    Add fields to rows, columns, filters, and values
  5. Click on the arrow next to the field name and click on Value Field Settings to summarize the field by a different type of calculation.

    ../_images/usg-pv-05.png ../_images/usg-pv-06.png

Note

To learn more about PivotTables, please see the Microsoft 365 support page.


Creating Charts#

  1. In the PivotTable you just created, ungroup the data you want to visualize.

    Ungroup the data you want to visualize
  2. Select the data.

    Select the data
  3. Under the Insert tab in the ribbon menu, click on the type of chart you want to plot. Hovering on chart icons provides a preview.

    Under the Insert tab in the ribbon menu, click on the type of chart you want to plot
  4. Here is an example of a 2-D line plot:

    An example of a 2-D line plot

Note

To learn more about charts, please see the Microsoft 365 support page.


Advanced Features#

  • Refresh All: Runs the last used formula again.

    The Refresh All button
  • Cancel All: Cancel any running requests or calculations in the workbook. This is useful if you notice an error in your data or formulas and want to stop the calculation process to avoid incorrect results or unnecessary processing time.

    The Cancel All button
  • Formula Builder: Simplifies the process of creating and editing formulas in Excel. It provides a user-friendly interface with a searchable list of available functions, along with their descriptions and syntax.

    The Formula Builder button

Using the Formula Builder#

  1. Click on the Formula Builder button to open the tool.

    Click on the Formula Builder button to open the tool
  2. Select your desired function from the dropdown menu.

    Select your desired function from the dropdown menu
  3. Input any argument values for the chosen function. Multiple options may be specified.

    Input any required argument values for the chosen function

    To quickly add dates, click on the calendar icon on the right side of the date input boxes.

    ../_images/usg-funcbuild3-1.png

    To change the view from days to months to years, click on the blue bar at the top of the calendar.

    ../_images/usg-funcbuild3-2.png ../_images/usg-funcbuild3-3.png
  4. Click on the OK button to close the Formula Builder.

    Click on the OK button to close the Formula Builder
  5. The result of the function will now be displayed in the sheet.

    The result of the function will now be displayed in the sheet

Using Aggregation#

  • The Aggregate By column in the Formula Builder can be used as a pivoting tool that can group data based on the desired parameter. Aggregating by multiple parameters is also supported.

    The aggregate by column in the Formula Builder can be used as a pivoting tool that can aggregate data based on the desired parameter ../_images/usg-funcbuild7.png