I am attempting to use INDEX and MATCH to pull one value 'Material Description' from worksheet 'ZFGI04' based on 2 criteria from columns in worksheet 'SHIP REPORT - Test' (FCID and Product) I continue to get 'N/A' I am able to pull one value by using a based VLOOKUP so I assume it isn't simple syntax erroring. Can anyone help with this and point me in the right direction?
Formula: =INDEX(ZFGI04!G:G,MATCH(1,'Ship Report - Test'!D4 = ZFGI04!F:F)*('Ship Report - Test'!G4 = ZFGI04!B:B))
Formula: =INDEX(ZFGI04!G:G,MATCH(1,'Ship Report - Test'!D4 = ZFGI04!F:F)*('Ship Report - Test'!G4 = ZFGI04!B:B))