Forum Discussion

excel_learner's avatar
excel_learner
Brass Contributor
Nov 10, 2021
Solved

Struggling with Nested formula

Hi does anyone know how I would write this Formula: in column AP I'm trying to get the relevant category for that cell from my "reference table" column G. I want to use the criteria for columns AJ,...
  • OliverScheurich's avatar
    OliverScheurich
    Nov 10, 2021

    excel_learner 

    =IF([@Tier4]='Reference Table'!$E$44,'Reference Table'!$G$44,IF(AND([@Tier4]='Reference Table'!$E$42,[@Policy]='Reference Table'!$F$42),'Reference Table'!$G$42,IF(AND([@Tier4]='Reference Table'!$E$43,[@Policy]='Reference Table'!$F$43),'Reference Table'!$G$43,VLOOKUP([@Material5]&[@Diameter2]&[@Tier4],CHOOSE({1,2},'Reference Table'!$C$2:$C$44&'Reference Table'!$E$2:$E$44,'Reference Table'!$G$2:$G$44),2,FALSE))))

     

    I entered this formula and it seems to work now. Unfortunately i overlooked the entries for the 2 categories for Policy in the beginning. In the Reference Table i had to change " <=3" " to "<=3” " (delete space in the beginning and switch " to ”) to make the adjusted formula work for these entries as well. 

Resources