How to calculate a price using a pricing table with multiple variables

How to calculate a price using a pricing table with multiple variables

I have an input form that allows users to select several criteria regarding the attributes of a product (size, gender, etc) from dropdown lists.  I also have a pricing table which lists the combination of these attributes and has a column for price (ive attached a screenshot of the table).  I wanted to know what the code would look like in order to have ZOHO return a page that has the price of the options selected (maybe using openURL function?).  thank you