Hi,
Some assistance please!
I have been working on this 2 weeks and have finally come to the conclusion I need HELP!
I am trying to use index/match to find an article number in any 1 of 3 attribute files workbooks. I have been am using Vlookup, but the Master attribute file workbooks DO NOT list the article number in column A (but list them in F) and therefore I have been creating an altered copy every month to place the article numbers in column A so VLOOKUP would work. Index/Match would be a more efficient look up formula as I could link directly to the Master Attribute files without altering the workbooks.
Below is the formula I have been using that looks in 2 attribute files workbooks
=IF(ISNA(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[TireAttributes.xlsx]TireAttributes'!A:C,2,FALSE)),IF(ISNA(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[PartAttributes.xls]PartAttributes'!A:D,2,FALSE)),"",(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[PartAttributes.xls]PartAttributes'!A:D,2,FALSE))),(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[TireAttributes.xlsx]TireAttributes'!A:C,2,FALSE)))
Below are the three (the new formula would incorporate a 3rd attributes workbook "Other" to the search criteria) Index/Match formulas I would like to "Tie" together to find the article number in any one of the 3 attribute files workbooks and return column A if the article number is present or nothing if the article number is not present in any of the 3.
=INDEX('C:\JDAAttributeFiles\[OtherAttributes.xls]OtherAttributes'!A:A,MATCH(A8,'C:\JDAAttributeFiles\[OtherAttributes.xls]OtherAttributes'!F:F,0))
=INDEX('C:\JDAAttributeFiles\[PartAttributes.xls]PartAttributes'!A:A,MATCH(A8,'C:\JDAAttributeFiles\[PartAttributes.xls]PartAttributes'!F:F,0))
=INDEX('C:\JDAAttributeFiles\[TireAttributes.xls]TireAttributes'!A:A,MATCH(A8,'C:\JDAAttributeFiles\[TireAttributes.xls]TireAttributes'!F:F,0))
Thank You very much in advance
RMC
Some assistance please!
I have been working on this 2 weeks and have finally come to the conclusion I need HELP!
I am trying to use index/match to find an article number in any 1 of 3 attribute files workbooks. I have been am using Vlookup, but the Master attribute file workbooks DO NOT list the article number in column A (but list them in F) and therefore I have been creating an altered copy every month to place the article numbers in column A so VLOOKUP would work. Index/Match would be a more efficient look up formula as I could link directly to the Master Attribute files without altering the workbooks.
Below is the formula I have been using that looks in 2 attribute files workbooks
=IF(ISNA(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[TireAttributes.xlsx]TireAttributes'!A:C,2,FALSE)),IF(ISNA(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[PartAttributes.xls]PartAttributes'!A:D,2,FALSE)),"",(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[PartAttributes.xls]PartAttributes'!A:D,2,FALSE))),(VLOOKUP(A8,'C:\Recon Workbook Files\Service Files\AttributeFiles\[TireAttributes.xlsx]TireAttributes'!A:C,2,FALSE)))
Below are the three (the new formula would incorporate a 3rd attributes workbook "Other" to the search criteria) Index/Match formulas I would like to "Tie" together to find the article number in any one of the 3 attribute files workbooks and return column A if the article number is present or nothing if the article number is not present in any of the 3.
=INDEX('C:\JDAAttributeFiles\[OtherAttributes.xls]OtherAttributes'!A:A,MATCH(A8,'C:\JDAAttributeFiles\[OtherAttributes.xls]OtherAttributes'!F:F,0))
=INDEX('C:\JDAAttributeFiles\[PartAttributes.xls]PartAttributes'!A:A,MATCH(A8,'C:\JDAAttributeFiles\[PartAttributes.xls]PartAttributes'!F:F,0))
=INDEX('C:\JDAAttributeFiles\[TireAttributes.xls]TireAttributes'!A:A,MATCH(A8,'C:\JDAAttributeFiles\[TireAttributes.xls]TireAttributes'!F:F,0))
Thank You very much in advance
RMC