Seeking assistance - I have an Excel table filled with data that I would like to showcase in a dropdown menu on my website. Here's a more detailed breakdown:
Table:
| ROW1 | Data | Data | Data | RESULT | RESULT |
| ROW2 | Data | Data | Data | RESULT | RESULT |
My goal is to select from 4 different dropdowns on my website and then display the results from the last 2 columns of the table. How can I make this happen?
The website uses HTML, CSS, JS/jQuery for development, so ideally I would like to utilize these languages. If not feasible, I am open to incorporating another language.