We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2921283
Functionality
Closed

Comments

  • Beven Spangenberg started the conversation

    Hello,

    I have a client who has created a formula in an Excel spreadsheet, and what he wants to do is display only specific values to a WordPress page, with the ability to auto-update from time to time.

    I was hoping your plugin might be able to help me accomplish that?

    Beven

  • Beven Spangenberg replied

    Any feedback on this question?

  • [deleted] replied

    Hi Beven

    Thank you for reaching out to us.

    Importing or linking to Excel files that have formulae is not possible. You would need to copy the columns and rows that contain raw data, and then use formula columns to perform the same calculations in wpDataTables.

    Our Formula Columns accept only basic mathematical operations, and you can't use complicated formulas in there. The formulas in wpDataTables are not the same as in Excel, so you may be able to achieve what you need with nested formulas (for example if Formula1 column is A*B/12; and you need to divide Formula1 column in another Formula2 column, you'd need to include the formula again, so Formula2 would be (A*B/12)/4).