Forum Discussion

J-Griff's avatar
J-Griff
Copper Contributor
May 03, 2019
Solved

Combining the IF and INDEX Functions

Hello,   I created a forecasting spreadsheet that provides me with information of different items to help determine production demand across multiple locations (see attached example). Our perpetual...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 03, 2019

    J-Griff 

     

    Hi John,

     

    Yes, I missed that. Corrected:

    =IFERROR(INDEX('Data Entry'!$D$2:$H$198,MATCH(1,INDEX(($C9='Data Entry'!$C$2:$C$198)*($B9='Data Entry'!$B$2:$B$198)*($A9='Data Entry'!$A$2:$A$198),0),0),MATCH(D$2,'Data Entry'!$D$1:$H$1,0)), "no such")

    it finds the items no if all of Description, Item # and Location match

Resources