Formula Help

kaia2001

New Member
Joined
Sep 7, 2018
Messages
17
Office Version
  1. 2013
Platform
  1. Windows
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))
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Control+shift+enter, not just enter, and copy down:

=IFERROR(INDEX(ZFGI04!$G$2:$G$100,SMALL(IF(ZFGI04!$F$2:$F$100='Ship Report - Test'!D4,IF(ZFGI04!$B$2:$B$100='Ship Report - Test'!G4,ROW(ZFGI04!$G$2:$G$100)-ROW(ZFGI04!$G$2)+1)),ROWS($1:1))),"")
 
Upvote 0

Forum statistics

Threads
1,215,454
Messages
6,124,933
Members
449,195
Latest member
Stevenciu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top