Two-way lookup; Is it possible to use Formidable in the same way Excel can lookup with Index and Match.

By: Alex C | Asked: 04/29/2023
ForumsCategory: How-toTwo-way lookup; Is it possible to use Formidable in the same way Excel can lookup with Index and Match.
Alex C asked 1 year ago
Afternoon All!

I was hoping someone with superior knowledge could point me in the right direction, please.

I would like to have two dropdowns, as per my example and for argument's sake, one with row headers (Biscuits, Cakes and Pancakes) and the other with the column headers (Flour, Eggs and Milk).

When the user selects 'Pancakes' from the first dropdown and 'Milk' from the second, I would simply like to return the corresponding cell value in a text or number field. The cell values in the table are fixed, not calculated.

This is achieved with Index and Match in Excel, but I am not finding any obvious route using Formidable.

Ideally, I would import data via CSV, though I believe Formidable cannot import a table structured with headers on box columns and rows.

Looking forward to any advice,
Attachments
2 Answers
Victor Font answered 1 year ago
Comparing an application builder to a spreadsheet is as different as night and day. They don't correlate. Nevertheless you can still build a form using a grid pattern like you've exampled in your photo. You mentioned building a database table. Formidable does not build database tables. It build forms that store their data in a fix metadata schema. See this: https://formidableforms.com/knowledgebase/database-schema/
Victor Font replied 1 year ago

So while you can build a form to display the data as you want, you won't be able to use dropdowns. You'll have to think of another approach to your custom app. I suggest contacting a develop from https://formidable-masterminds.com/developers-directory/.

Michael ClarkMichael Clark answered 1 year ago

Yep. Re-think your data structure just a little bit. Since your two dropdowns will have different data, each dropdown would pull data from separate form entries. Form A - Foods (Biscuits, Pancakes, etc), Form B - Ingredients (Flour, eggs, etc.).. and then have a third form, Form C - Measures, with two Lookup fields referencing Forms A and B, and a third field with a number field or text field or whatever, representing your measure. You could then use Views to display the data however you like. Nested views might do the trick in this instance. Another option is to try using a single form and a repeater field, then use a View or Views to display the data however you like. If it's too complicated to sort out, I can personally vouch for Formidable Masterminds. They've helped me immensely. Good Luck!

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right