Man, this is frustrating! I've devoted a fair bit of time perusing all of the posts, but haven't been able to get this right yet.
I've created a couple of sheets to act as training examples...the main one having products in one column, and an attempted INDEX/MATCH by month (* Sales) in another 3 columns. I've created a main "Test" sheet, and an associated "Test Validation sheet" that contains the data to be looked up.
In the first section of the main "Test" sheet I've created a Vlookup to return the Product Category. Works fine. Also in this first section I can do a Vlookup for March, April, and May in the "Validation" sheet and multiply the value by "Sales". Again, works fine.
In the second section of the main "Test" sheet I was able to ensure that MATCH worked to return a row number, as needed. Works fine. Again, this is a single-column MATCH.
In the third section, I can successfully do a single-column INDEX/MATCH with hard-coded column to return the Product Category.
I have been unsuccessful in doing a full relative INDEX/MATCH based on the Product and the Month, where both values are not hard-coded. Help?
See attached screenshots of both sheets.