I have the following formula to work with your data with one minor problem, you will need to fill in the header columns (Northeast / NYC) to allow the match to work
=VLOOKUP(A9,A1:I5,MATCH((B9&C9),(A1:I1&A2:I2),0),FALSE)
** NB: since the formula uses an array function, you need to execute it using the Crl-Shift-Enter command :)
here is a screenshot to decrypt the links :)

I hope this is helpful
Muryu source
share