I am trying to create a form that will calculate the price of travel based on the resort and travel dates, in reference to the price list for several resorts broken down by travel dates for price.
I believe I have the correct formula but it keeps coming back as "N/A"
In the travel dates the date in the header is the last date of travel for the corresponding price below. What am I doing wrong?
=INDEX(G3:J10,MATCH(B2,F3:F10,0),MATCH(B3,G2:J2,1))
Bookmarks