Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix NA error #1490

Merged
merged 3 commits into from
Mar 15, 2023
Merged

Fix NA error #1490

merged 3 commits into from
Mar 15, 2023

Commits on Mar 13, 2023

  1. Fix NA error on LOOKUP func

    rpoetrap committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    1e3a3c6 View commit details
    Browse the repository at this point in the history
  2. This update the return value for the CalcCellValue function

    - Using formula error string in the result of the `CalcCellValue` function
    - Using the error message in the `CalcCellValue` function returns error
    - Update unit tests
    xuri committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    312276e View commit details
    Browse the repository at this point in the history
  3. Fix IFNA function

    rpoetrap committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    a2d231b View commit details
    Browse the repository at this point in the history