Okay I'd really appreciate any help with the following:

I am trying to make a worksheet that returns a value based on selections within a price table:

Building Size, Type, Review Conditions with each combination having a different fee.

What I've done so far is create dropdown lists to select the applicable options

IE:

Building Size: Less Than 50,000 SF
Building Type: New Construction
Review Conditions: Construction Review

and based on those conditions I need to return a value of $750

I'm having issues with returning that price based on the matching conditions. There are too many conditions for me to use nested IF's and I am trying out the INDEX & MATCH functions, but am having trouble setting up the database.

Again Id really appreciate any help you guys can provide

Thanks!