How to Use the EXP Function in WPS on Windows

Last updated:July 23, 2026

Use the EXP function in WPS through 3 how-to topics; all 3 are available without membership and can be opened from the How-to Index.

How-to Index

How-to Guide

1. Create a formula field and use EXP

Entry: Add Field → Formula

  1. Open the multidimensional table that you want to edit.
  2. Click Add Field.
  3. Select Formula as the field type.
  4. Enter a formula that includes EXP in the formula editor.
  5. Click Confirm to save and check whether the calculated result appears in the related record.

Success Criteria

  • A new formula field has been added successfully.
  • After saving, the record shows the calculated result.

Tips While Using

  • Make sure the formula follows the syntax supported by the formula editor.
  • If you reference other fields, confirm that their values are suitable for numeric calculation.

2. Check the parameter format

Entry: Formula Editor → Function Library → EXP

  1. Open the formula editor in the multidimensional table.
  2. Go to the function library or function description area.
  3. Find EXP.
  4. Review the parameter format and input structure.
  5. Complete your formula based on that format.

Success Criteria

  • You have found the EXP function description.
  • You can write the correct function structure from the format shown.

Tips While Using

  • Before entering a parameter, confirm that the value used in the calculation is numeric.
  • If the formula is long, start with the basic structure and then add nested logic step by step.

3. Enter a formula from an example

Entry: Formula Field → Formula Editor

  1. Create or open a formula field.
  2. Enter an example formula such as EXP(1) in the editor.
  3. Replace the example with your target expression based on your actual field values.
  4. Save the formula and check whether the result updates when the data changes.

Success Criteria

  • The example formula returns a result normally.
  • The updated formula continues to display refreshed values in records.

Tips While Using

  • If an error appears, test a simple example first to confirm that the function itself works.
  • When EXP is part of a longer formula, check each formula segment one by one.