What I'm trying to do is pull the vendor name from the raw data file by matching both the item number and low location name, but I can't seem to get the second set of match criteria to work. Here is the existing formula that I have in place: =INDEX('Raw Data Bill Only'!$K$7:$K$7642,MATCH(A7,'Raw Data Bill Only'!$B$7:$B$7642,MATCH(R7,'Raw Data Bill Only'!$J$7:$J$7642,0)))
Based on the data, the return vendor value should be "Online Packaging, Inc." as that matches both the 'item' and 'low location' criteria, but it returns "Champion Packaging & Distributing" instead.
Any help would be appreciated!
Based on the data, the return vendor value should be "Online Packaging, Inc." as that matches both the 'item' and 'low location' criteria, but it returns "Champion Packaging & Distributing" instead.
Any help would be appreciated!