I am having an issue with an INDEX MATCH formula, but I don't think it is the formual itself. I have sheet with a column to match (Order Number) to another sheet and return a different data set, which is exactly the formula I have and its working great.
However, I went to create a different INDEX MATCH formula in another column on the same sheet also matching the Order Number column on that sheet, and it is returning nothing but #NO MATCH. But I know that is wrong because I can see matching Order Numbers.
In case my formual is bonkers, it is below.
But my larger question is, can I have two different INDEX MATCH formulas matching the same row on the sheet? I can't think of what else is my issue.
=INDEX({Storage fees billing Range 2}, MATCH([Sales Order #]@row, {Storage fees billing Range 1}, 0))