I am trying to Index Match 2 different sheets and it works when I only have one row that matches. I am trying to match the newest row in a series entry.
Context: I have different quote numbers for different submissions on the master sheet form but I have another form on the SKU sheet that we use the same Quote number to input more data that goes with the quote number. I have it set up so that when a user fills out the sku form they check a box saying that they have no more information to input that relates to this quote number. This should trigger the master sheet to display a check box as well.
The issue I am running into is that there are multiple rows on the SKU sheet that contain the quote number on the master sheet so when I Index Match them it only checks the first submission under that quote number on the SKU sheet so it never triggers the Master sheet. I am wanting it to automatically check every row in the SKU sheet with the Quote number so it will automatically trigger.
The current formula I have is =INDEX({SKU Data Sheet Range 8}, MATCH([Quote Number]@row, {SKU Data Sheet Range 1}, 0))