Can someone help me with this? I have a table in Excel with a lot of data and I want to display this data in dropdown menu in my website. Here's more specific:
Table:
| ROW1 | Data | Data | Data | RESULT | RESULT |
| ROW2 | Data | Data | Data | RESULT | RESULT |
Now, I need to choose from 4 different drop downs on my website and than show the result from the last 2 columns of the table. How can I achive this?
The website is developed with HTML, CSS, JS/jQuery, so if it's possible I want to use this languages. If not, I'll implement another one.