In the attached file, I have a database with three columns: year, quarter, and revenue.
I want to write a formula that takes as input the year and the quarter, and returns the revenue.
Using MATCH and INDEX, I could query either the year or the quarter - but I need both together.
Can you help me fix the formula?